HEX: #E5F0CC
RGB: (229,240,204)
#E5F0CC contains red, green and blue colors in about the same proportion. Web safe color of #E5F0CC is #CCFFCC (or #CFC).
#E5F0CC color RGB value is (229,240,204).
RGB: (229,240,204)
(90%, 94%, 80%)
R 229 of 255 = 90%
G 240 of 255 = 94%
B 204 of 255 = 80%
R + G + B ~ 88%. #E5F0CC is light color.
R + G + B = 229 + 240 + 204 = 673 (100%)
R 229 of 673 ~ 34.03%
G 240 of 673 ~ 35.66%
B 204 of 673 ~ 30.31'%
#E5F0CC color CMYK value is (5,0,15,6).
CMYK: (5,0,15,6)
C5M0Y15K6 (5%, 0%, 15%, 6%)
(0.05 / 0.00 / 0.15 / 0.06)
Color #E5F0CC in popluar color models
E5 | F0 | CC | |
---|---|---|---|
RGB | 229 | 240 | 204 |
HSL | 78° | 54.55% | 87.06% |
HSB/HSV | 78° | 15.00% | 94.12% |
CMYK | 4.58% | 0.00% | 15.00% |
5.88% |
Color #E5F0CC in popluar number systems.
HEX | E5 | F0 | CC |
Decimal | 229 | 240 | 204 |
Binary | 11100101 | 11110000 | 11001100 |
Octal | 345 | 360 | 314 |
Shades of #E5F0CC
Tints of #E5F0CC
Examples of css and html codes for elements with #E5F0CC color. Also use rgb(229,240,204) instead hex code.
.myTextColor { color: #E5F0CC; }
<p style="color:#E5F0CC">This sample text font color is #E5F0CC.</p>
This text font color is #E5F0CC.
.myBgColor { background-color: #E5F0CC; }
<div style="background-color:#E5F0CC">Inner text</div>
This div background color is #E5F0CC.
.myBorderColor { border: 1px solid #E5F0CC; }
<div style="border:3px solid #E5F0CC">Div</div>
This div border color is #E5F0CC.
.myOpacity80 { color: #E5F0CC; opacity: 0.8; }
<p style="color:#E5F0CC;opacity:0.8;">80%</p>
Text with #E5F0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5F0CC;}
<p style="text-shadow: 3px 3px 1px #E5F0CC">Text here.</p>
This text has shadow with #E5F0CC color.
.textShadow {text-shadow: 3px 3px 1px #E5F0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5F0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5F0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5F0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5F0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5F0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5F0CC;
-webkit-box-shadow: 1px 1px 3px 2px #E5F0CC;
box-shadow: 1px 1px 3px 2px #E5F0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5F0CC; -webkit-box-shadow: 1px 1px 3px 2px #E5F0CC; box-shadow:1px 1px 3px 2px #E5F0CC;">
Div content here
</div>
This text has color #E5F0CC on black background.
This text has color #E5F0CC on white background.
This text has black color on #E5F0CC background.
This text has white color on #E5F0CC background.
Complementary color for #hex is #1A0F33.