HEX: #ECF8DC
RGB: (236,248,220)
#ECF8DC contains red, green and blue colors in about the same proportion. Web safe color of #ECF8DC is #FFFFCC (or #FFC).
#ECF8DC color RGB value is (236,248,220).
RGB: (236,248,220)
(93%, 97%, 86%)
R 236 of 255 = 93%
G 248 of 255 = 97%
B 220 of 255 = 86%
R + G + B ~ 92%. #ECF8DC is light color.
R + G + B = 236 + 248 + 220 = 704 (100%)
R 236 of 704 ~ 33.52%
G 248 of 704 ~ 35.23%
B 220 of 704 ~ 31.25'%
#ECF8DC color CMYK value is (5,0,11,3).
CMYK: (5,0,11,3) C5M0Y11K3 (5%,0%,11%,3%) (0.05/0.00/0.11/0.03)
Color #ECF8DC in popluar color models
EC | F8 | DC | |
---|---|---|---|
RGB | 236 | 248 | 220 |
HSL | 86° | 66.67% | 91.76% |
HSB/HSV | 86° | 11.29% | 97.25% |
CMYK | 4.84% | 0.00% | 11.29% |
2.75% |
Color #ECF8DC in popluar number systems.
HEX | EC | F8 | DC |
Decimal | 236 | 248 | 220 |
Binary | 11101100 | 11111000 | 11011100 |
Octal | 354 | 370 | 334 |
Shades of #ECF8DC
Tints of #ECF8DC
Examples of css and html codes for elements with #ECF8DC color. Also use rgb(236,248,220) instead hex code.
.myTextColor { color: #ECF8DC; }
<p style="color:#ECF8DC">This sample text font color is #ECF8DC.</p>
This text font color is #ECF8DC.
.myBgColor { background-color: #ECF8DC; }
<div style="background-color:#ECF8DC">Inner text</div>
This div background color is #ECF8DC.
.myBorderColor { border: 1px solid #ECF8DC; }
<div style="border:3px solid #ECF8DC">Div</div>
This div border color is #ECF8DC.
.myOpacity80 { color: #ECF8DC; opacity: 0.8; }
<p style="color:#ECF8DC;opacity:0.8;">80%</p>
Text with #ECF8DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECF8DC;}
<p style="text-shadow: 3px 3px 1px #ECF8DC">Text here.</p>
This text has shadow with #ECF8DC color.
.textShadow {text-shadow: 3px 3px 1px #ECF8DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECF8DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECF8DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECF8DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECF8DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECF8DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECF8DC;
-webkit-box-shadow: 1px 1px 3px 2px #ECF8DC;
box-shadow: 1px 1px 3px 2px #ECF8DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECF8DC; -webkit-box-shadow: 1px 1px 3px 2px #ECF8DC; box-shadow:1px 1px 3px 2px #ECF8DC;">
Div content here
</div>
This text has color #ECF8DC on black background.
This text has color #ECF8DC on white background.
This text has black color on #ECF8DC background.
This text has white color on #ECF8DC background.
Complementary color for #hex is #130723.