HEX: #E9FCDB
RGB: (233,252,219)
#E9FCDB contains red, green and blue colors in about the same proportion. Web safe color of #E9FCDB is #FFFFCC (or #FFC).
#E9FCDB color RGB value is (233,252,219).
RGB: (233,252,219)
(91%, 99%, 86%)
R 233 of 255 = 91%
G 252 of 255 = 99%
B 219 of 255 = 86%
R + G + B ~ 92%. #E9FCDB is light color.
R + G + B = 233 + 252 + 219 = 704 (100%)
R 233 of 704 ~ 33.1%
G 252 of 704 ~ 35.8%
B 219 of 704 ~ 31.11'%
#E9FCDB color CMYK value is (8,0,13,1).
CMYK: (8,0,13,1)
C8M0Y13K1 (8%, 0%, 13%, 1%)
(0.08 / 0.00 / 0.13 / 0.01)
Color #E9FCDB in popluar color models
E9 | FC | DB | |
---|---|---|---|
RGB | 233 | 252 | 219 |
HSL | 95° | 84.62% | 92.35% |
HSB/HSV | 95° | 13.10% | 98.82% |
CMYK | 7.54% | 0.00% | 13.10% |
1.18% |
Color #E9FCDB in popluar number systems.
HEX | E9 | FC | DB |
Decimal | 233 | 252 | 219 |
Binary | 11101001 | 11111100 | 11011011 |
Octal | 351 | 374 | 333 |
Shades of #E9FCDB
Tints of #E9FCDB
Examples of css and html codes for elements with #E9FCDB color. Also use rgb(233,252,219) instead hex code.
.myTextColor { color: #E9FCDB; }
<p style="color:#E9FCDB">This sample text font color is #E9FCDB.</p>
This text font color is #E9FCDB.
.myBgColor { background-color: #E9FCDB; }
<div style="background-color:#E9FCDB">Inner text</div>
This div background color is #E9FCDB.
.myBorderColor { border: 1px solid #E9FCDB; }
<div style="border:3px solid #E9FCDB">Div</div>
This div border color is #E9FCDB.
.myOpacity80 { color: #E9FCDB; opacity: 0.8; }
<p style="color:#E9FCDB;opacity:0.8;">80%</p>
Text with #E9FCDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9FCDB;}
<p style="text-shadow: 3px 3px 1px #E9FCDB">Text here.</p>
This text has shadow with #E9FCDB color.
.textShadow {text-shadow: 3px 3px 1px #E9FCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9FCDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9FCDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9FCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9FCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9FCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9FCDB;
-webkit-box-shadow: 1px 1px 3px 2px #E9FCDB;
box-shadow: 1px 1px 3px 2px #E9FCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9FCDB; -webkit-box-shadow: 1px 1px 3px 2px #E9FCDB; box-shadow:1px 1px 3px 2px #E9FCDB;">
Div content here
</div>
This text has color #E9FCDB on black background.
This text has color #E9FCDB on white background.
This text has black color on #E9FCDB background.
This text has white color on #E9FCDB background.
Complementary color for #hex is #160324.