HEX: #E9FCB0
RGB: (233,252,176)
#E9FCB0 contains mainly red and green colors. Web safe color of #E9FCB0 is #FFFF99 (or #FF9).
#E9FCB0 color RGB value is (233,252,176).
RGB: (233,252,176)
(91%, 99%, 69%)
R 233 of 255 = 91%
G 252 of 255 = 99%
B 176 of 255 = 69%
R + G + B ~ 86%. #E9FCB0 is light color.
R + G + B = 233 + 252 + 176 = 661 (100%)
R 233 of 661 ~ 35.25%
G 252 of 661 ~ 38.12%
B 176 of 661 ~ 26.63'%
#E9FCB0 color CMYK value is (8,0,30,1).
CMYK: (8,0,30,1)
C8M0Y30K1 (8%, 0%, 30%, 1%)
(0.08 / 0.00 / 0.30 / 0.01)
Color #E9FCB0 in popluar color models
E9 | FC | B0 | |
---|---|---|---|
RGB | 233 | 252 | 176 |
HSL | 75° | 92.68% | 83.92% |
HSB/HSV | 75° | 30.16% | 98.82% |
CMYK | 7.54% | 0.00% | 30.16% |
1.18% |
Color #E9FCB0 in popluar number systems.
HEX | E9 | FC | B0 |
Decimal | 233 | 252 | 176 |
Binary | 11101001 | 11111100 | 10110000 |
Octal | 351 | 374 | 260 |
Shades of #E9FCB0
Tints of #E9FCB0
Examples of css and html codes for elements with #E9FCB0 color. Also use rgb(233,252,176) instead hex code.
.myTextColor { color: #E9FCB0; }
<p style="color:#E9FCB0">This sample text font color is #E9FCB0.</p>
This text font color is #E9FCB0.
.myBgColor { background-color: #E9FCB0; }
<div style="background-color:#E9FCB0">Inner text</div>
This div background color is #E9FCB0.
.myBorderColor { border: 1px solid #E9FCB0; }
<div style="border:3px solid #E9FCB0">Div</div>
This div border color is #E9FCB0.
.myOpacity80 { color: #E9FCB0; opacity: 0.8; }
<p style="color:#E9FCB0;opacity:0.8;">80%</p>
Text with #E9FCB0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9FCB0;}
<p style="text-shadow: 3px 3px 1px #E9FCB0">Text here.</p>
This text has shadow with #E9FCB0 color.
.textShadow {text-shadow: 3px 3px 1px #E9FCB0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9FCB0, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9FCB0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9FCB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9FCB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9FCB0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9FCB0;
-webkit-box-shadow: 1px 1px 3px 2px #E9FCB0;
box-shadow: 1px 1px 3px 2px #E9FCB0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9FCB0; -webkit-box-shadow: 1px 1px 3px 2px #E9FCB0; box-shadow:1px 1px 3px 2px #E9FCB0;">
Div content here
</div>
This text has color #E9FCB0 on black background.
This text has color #E9FCB0 on white background.
This text has black color on #E9FCB0 background.
This text has white color on #E9FCB0 background.
Complementary color for #hex is #16034F.