HEX: #ECF9EE
RGB: (236,249,238)
#ECF9EE contains red, green and blue colors in about the same proportion. Web safe color of #ECF9EE is #FFFFFF (or #FFF).
#ECF9EE color RGB value is (236,249,238).
RGB: (236,249,238)
(93%, 98%, 93%)
R 236 of 255 = 93%
G 249 of 255 = 98%
B 238 of 255 = 93%
R + G + B ~ 95%. #ECF9EE is light color.
R + G + B = 236 + 249 + 238 = 723 (100%)
R 236 of 723 ~ 32.64%
G 249 of 723 ~ 34.44%
B 238 of 723 ~ 32.92'%
#ECF9EE color CMYK value is (5,0,4,2).
CMYK: (5,0,4,2)
C5M0Y4K2 (5%, 0%, 4%, 2%)
(0.05 / 0.00 / 0.04 / 0.02)
Color #ECF9EE in popluar color models
EC | F9 | EE | |
---|---|---|---|
RGB | 236 | 249 | 238 |
HSL | 129° | 52.00% | 95.10% |
HSB/HSV | 129° | 5.22% | 97.65% |
CMYK | 5.22% | 0.00% | 4.42% |
2.35% |
Color #ECF9EE in popluar number systems.
HEX | EC | F9 | EE |
Decimal | 236 | 249 | 238 |
Binary | 11101100 | 11111001 | 11101110 |
Octal | 354 | 371 | 356 |
Shades of #ECF9EE
Tints of #ECF9EE
Examples of css and html codes for elements with #ECF9EE color. Also use rgb(236,249,238) instead hex code.
.myTextColor { color: #ECF9EE; }
<p style="color:#ECF9EE">This sample text font color is #ECF9EE.</p>
This text font color is #ECF9EE.
.myBgColor { background-color: #ECF9EE; }
<div style="background-color:#ECF9EE">Inner text</div>
This div background color is #ECF9EE.
.myBorderColor { border: 1px solid #ECF9EE; }
<div style="border:3px solid #ECF9EE">Div</div>
This div border color is #ECF9EE.
.myOpacity80 { color: #ECF9EE; opacity: 0.8; }
<p style="color:#ECF9EE;opacity:0.8;">80%</p>
Text with #ECF9EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECF9EE;}
<p style="text-shadow: 3px 3px 1px #ECF9EE">Text here.</p>
This text has shadow with #ECF9EE color.
.textShadow {text-shadow: 3px 3px 1px #ECF9EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECF9EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECF9EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECF9EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECF9EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECF9EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECF9EE;
-webkit-box-shadow: 1px 1px 3px 2px #ECF9EE;
box-shadow: 1px 1px 3px 2px #ECF9EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECF9EE; -webkit-box-shadow: 1px 1px 3px 2px #ECF9EE; box-shadow:1px 1px 3px 2px #ECF9EE;">
Div content here
</div>
This text has color #ECF9EE on black background.
This text has color #ECF9EE on white background.
This text has black color on #ECF9EE background.
This text has white color on #ECF9EE background.
Complementary color for #hex is #130611.