I use this CSS code to achieve an opacity of 25%:
Code:
background: rgba(127,127,127,0.25)
Whilst this code works fine, it does not validate as CSS 2.1 due to the opacity part -> 0.25.

I was wondering if someone knew a correct way of doing what my code does with CSS 2.1?