HEX: #E6F0EE
RGB: (230,240,238)
#E6F0EE contains red, green and blue colors in about the same proportion. Web safe color of #E6F0EE is #CCFFFF (or #CFF).
#E6F0EE color RGB value is (230,240,238).
RGB: (230,240,238)
(90%, 94%, 93%)
R 230 of 255 = 90%
G 240 of 255 = 94%
B 238 of 255 = 93%
R + G + B ~ 92%. #E6F0EE is light color.
R + G + B = 230 + 240 + 238 = 708 (100%)
R 230 of 708 ~ 32.49%
G 240 of 708 ~ 33.9%
B 238 of 708 ~ 33.62'%
#E6F0EE color CMYK value is (4,0,1,6).
CMYK: (4,0,1,6)
C4M0Y1K6 (4%, 0%, 1%, 6%)
(0.04 / 0.00 / 0.01 / 0.06)
Color #E6F0EE in popluar color models
E6 | F0 | EE | |
---|---|---|---|
RGB | 230 | 240 | 238 |
HSL | 168° | 25.00% | 92.16% |
HSB/HSV | 168° | 4.17% | 94.12% |
CMYK | 4.17% | 0.00% | 0.83% |
5.88% |
Color #E6F0EE in popluar number systems.
HEX | E6 | F0 | EE |
Decimal | 230 | 240 | 238 |
Binary | 11100110 | 11110000 | 11101110 |
Octal | 346 | 360 | 356 |
Shades of #E6F0EE
Tints of #E6F0EE
Examples of css and html codes for elements with #E6F0EE color. Also use rgb(230,240,238) instead hex code.
.myTextColor { color: #E6F0EE; }
<p style="color:#E6F0EE">This sample text font color is #E6F0EE.</p>
This text font color is #E6F0EE.
.myBgColor { background-color: #E6F0EE; }
<div style="background-color:#E6F0EE">Inner text</div>
This div background color is #E6F0EE.
.myBorderColor { border: 1px solid #E6F0EE; }
<div style="border:3px solid #E6F0EE">Div</div>
This div border color is #E6F0EE.
.myOpacity80 { color: #E6F0EE; opacity: 0.8; }
<p style="color:#E6F0EE;opacity:0.8;">80%</p>
Text with #E6F0EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F0EE;}
<p style="text-shadow: 3px 3px 1px #E6F0EE">Text here.</p>
This text has shadow with #E6F0EE color.
.textShadow {text-shadow: 3px 3px 1px #E6F0EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F0EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6F0EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F0EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F0EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F0EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6F0EE;
-webkit-box-shadow: 1px 1px 3px 2px #E6F0EE;
box-shadow: 1px 1px 3px 2px #E6F0EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6F0EE; -webkit-box-shadow: 1px 1px 3px 2px #E6F0EE; box-shadow:1px 1px 3px 2px #E6F0EE;">
Div content here
</div>
This text has color #E6F0EE on black background.
This text has color #E6F0EE on white background.
This text has black color on #E6F0EE background.
This text has white color on #E6F0EE background.
Complementary color for #hex is #190F11.