HEX: #EEF6EE
RGB: (238,246,238)
#EEF6EE contains red, green and blue colors in about the same proportion. Web safe color of #EEF6EE is #FFFFFF (or #FFF).
#EEF6EE color RGB value is (238,246,238).
RGB: (238,246,238)
(93%, 96%, 93%)
R 238 of 255 = 93%
G 246 of 255 = 96%
B 238 of 255 = 93%
R + G + B ~ 94%. #EEF6EE is light color.
R + G + B = 238 + 246 + 238 = 722 (100%)
R 238 of 722 ~ 32.96%
G 246 of 722 ~ 34.07%
B 238 of 722 ~ 32.96'%
#EEF6EE color CMYK value is (3,0,3,4).
CMYK: (3,0,3,4)
C3M0Y3K4 (3%, 0%, 3%, 4%)
(0.03 / 0.00 / 0.03 / 0.04)
Color #EEF6EE in popluar color models
EE | F6 | EE | |
---|---|---|---|
RGB | 238 | 246 | 238 |
HSL | 120° | 30.77% | 94.90% |
HSB/HSV | 120° | 3.25% | 96.47% |
CMYK | 3.25% | 0.00% | 3.25% |
3.53% |
Color #EEF6EE in popluar number systems.
HEX | EE | F6 | EE |
Decimal | 238 | 246 | 238 |
Binary | 11101110 | 11110110 | 11101110 |
Octal | 356 | 366 | 356 |
Shades of #EEF6EE
Tints of #EEF6EE
Examples of css and html codes for elements with #EEF6EE color. Also use rgb(238,246,238) instead hex code.
.myTextColor { color: #EEF6EE; }
<p style="color:#EEF6EE">This sample text font color is #EEF6EE.</p>
This text font color is #EEF6EE.
.myBgColor { background-color: #EEF6EE; }
<div style="background-color:#EEF6EE">Inner text</div>
This div background color is #EEF6EE.
.myBorderColor { border: 1px solid #EEF6EE; }
<div style="border:3px solid #EEF6EE">Div</div>
This div border color is #EEF6EE.
.myOpacity80 { color: #EEF6EE; opacity: 0.8; }
<p style="color:#EEF6EE;opacity:0.8;">80%</p>
Text with #EEF6EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEF6EE;}
<p style="text-shadow: 3px 3px 1px #EEF6EE">Text here.</p>
This text has shadow with #EEF6EE color.
.textShadow {text-shadow: 3px 3px 1px #EEF6EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEF6EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEF6EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEF6EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEF6EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEF6EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEF6EE;
-webkit-box-shadow: 1px 1px 3px 2px #EEF6EE;
box-shadow: 1px 1px 3px 2px #EEF6EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEF6EE; -webkit-box-shadow: 1px 1px 3px 2px #EEF6EE; box-shadow:1px 1px 3px 2px #EEF6EE;">
Div content here
</div>
This text has color #EEF6EE on black background.
This text has color #EEF6EE on white background.
This text has black color on #EEF6EE background.
This text has white color on #EEF6EE background.
Complementary color for #hex is #110911.