I have a div with a certain color
background-color: '#e86969';
I want to make its color, as if it had opacity, but not make it 'see through'.
I tried, using chrome 'inspect' window, and see I can add 2 digits at the end but it also made it see thgouh: background-color: '#e86969d0'
How can I make a color 20% brighter without the opacity?