HEX: #E5F4DC
RGB: (229,244,220)
#E5F4DC contains red, green and blue colors in about the same proportion. Web safe color of #E5F4DC is #CCFFCC (or #CFC).
#E5F4DC color RGB value is (229,244,220).
RGB: (229,244,220)
(90%, 96%, 86%)
R 229 of 255 = 90%
G 244 of 255 = 96%
B 220 of 255 = 86%
R + G + B ~ 91%. #E5F4DC is light color.
R + G + B = 229 + 244 + 220 = 693 (100%)
R 229 of 693 ~ 33.04%
G 244 of 693 ~ 35.21%
B 220 of 693 ~ 31.75'%
#E5F4DC color CMYK value is (6,0,10,4).
CMYK: (6,0,10,4)
C6M0Y10K4 (6%, 0%, 10%, 4%)
(0.06 / 0.00 / 0.10 / 0.04)
Color #E5F4DC in popluar color models
E5 | F4 | DC | |
---|---|---|---|
RGB | 229 | 244 | 220 |
HSL | 98° | 52.17% | 90.98% |
HSB/HSV | 98° | 9.84% | 95.69% |
CMYK | 6.15% | 0.00% | 9.84% |
4.31% |
Color #E5F4DC in popluar number systems.
HEX | E5 | F4 | DC |
Decimal | 229 | 244 | 220 |
Binary | 11100101 | 11110100 | 11011100 |
Octal | 345 | 364 | 334 |
Shades of #E5F4DC
Tints of #E5F4DC
Examples of css and html codes for elements with #E5F4DC color. Also use rgb(229,244,220) instead hex code.
.myTextColor { color: #E5F4DC; }
<p style="color:#E5F4DC">This sample text font color is #E5F4DC.</p>
This text font color is #E5F4DC.
.myBgColor { background-color: #E5F4DC; }
<div style="background-color:#E5F4DC">Inner text</div>
This div background color is #E5F4DC.
.myBorderColor { border: 1px solid #E5F4DC; }
<div style="border:3px solid #E5F4DC">Div</div>
This div border color is #E5F4DC.
.myOpacity80 { color: #E5F4DC; opacity: 0.8; }
<p style="color:#E5F4DC;opacity:0.8;">80%</p>
Text with #E5F4DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5F4DC;}
<p style="text-shadow: 3px 3px 1px #E5F4DC">Text here.</p>
This text has shadow with #E5F4DC color.
.textShadow {text-shadow: 3px 3px 1px #E5F4DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5F4DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5F4DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5F4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5F4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5F4DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5F4DC;
-webkit-box-shadow: 1px 1px 3px 2px #E5F4DC;
box-shadow: 1px 1px 3px 2px #E5F4DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5F4DC; -webkit-box-shadow: 1px 1px 3px 2px #E5F4DC; box-shadow:1px 1px 3px 2px #E5F4DC;">
Div content here
</div>
This text has color #E5F4DC on black background.
This text has color #E5F4DC on white background.
This text has black color on #E5F4DC background.
This text has white color on #E5F4DC background.
Complementary color for #hex is #1A0B23.