I have an element(<div>
) with transparent background color: rgba(96, 96, 96, .1)
and I assume my element has a wrapper with white background.
Is there any way to convert transparent color to hex using LESS css? For example, rgba(96, 96, 96, .1)
should be equal to #efefef
.
I've read the color function article, but have not found a suitable answer.