Placebo
#e7e7e7 · one of 31,915 named colors
Placebo is a very light, muted gray with the hex code #e7e7e7. In RGB it is 231 red, 231 green and 231 blue, and black text is most readable on top of it.
Codes
HEX
#e7e7e7HEX8
#e7e7e7ffRGB
rgb(231, 231, 231)RGBA
rgba(231, 231, 231, 1)RGB %
rgb(91%, 91%, 91%)HSL
hsl(0, 0%, 91%)HSLA
hsla(0, 0%, 91%, 1)Variables
Sass
$placebo: #e7e7e7;Less
@placebo: #e7e7e7;CSS
--placebo: #e7e7e7;