I am more and more using rgba color codes for text in my stylesheets as it easily sets a lighter or darker variation of the color I need (white 80%, black 40%, etc.).
Is there a downside in using rgba color codes as opposed to hexa codes for text? If I want a text to be grey, is rgba(0,0,0,.5) heavier to render than #898989?
Thanks!