HEX: #EEF9DE
RGB: (238,249,222)
#EEF9DE contains red, green and blue colors in about the same proportion. Web safe color of #EEF9DE is #FFFFCC (or #FFC).
#EEF9DE color RGB value is (238,249,222).
RGB: (238,249,222)
(93%, 98%, 87%)
R 238 of 255 = 93%
G 249 of 255 = 98%
B 222 of 255 = 87%
R + G + B ~ 93%. #EEF9DE is light color.
R + G + B = 238 + 249 + 222 = 709 (100%)
R 238 of 709 ~ 33.57%
G 249 of 709 ~ 35.12%
B 222 of 709 ~ 31.31'%
#EEF9DE color CMYK value is (4,0,11,2).
CMYK: (4,0,11,2) C4M0Y11K2 (4%,0%,11%,2%) (0.04/0.00/0.11/0.02)
Color #EEF9DE in popluar color models
EE | F9 | DE | |
---|---|---|---|
RGB | 238 | 249 | 222 |
HSL | 84° | 69.23% | 92.35% |
HSB/HSV | 84° | 10.84% | 97.65% |
CMYK | 4.42% | 0.00% | 10.84% |
2.35% |
Color #EEF9DE in popluar number systems.
HEX | EE | F9 | DE |
Decimal | 238 | 249 | 222 |
Binary | 11101110 | 11111001 | 11011110 |
Octal | 356 | 371 | 336 |
Shades of #EEF9DE
Tints of #EEF9DE
Examples of css and html codes for elements with #EEF9DE color. Also use rgb(238,249,222) instead hex code.
.myTextColor { color: #EEF9DE; }
<p style="color:#EEF9DE">This sample text font color is #EEF9DE.</p>
This text font color is #EEF9DE.
.myBgColor { background-color: #EEF9DE; }
<div style="background-color:#EEF9DE">Inner text</div>
This div background color is #EEF9DE.
.myBorderColor { border: 1px solid #EEF9DE; }
<div style="border:3px solid #EEF9DE">Div</div>
This div border color is #EEF9DE.
.myOpacity80 { color: #EEF9DE; opacity: 0.8; }
<p style="color:#EEF9DE;opacity:0.8;">80%</p>
Text with #EEF9DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEF9DE;}
<p style="text-shadow: 3px 3px 1px #EEF9DE">Text here.</p>
This text has shadow with #EEF9DE color.
.textShadow {text-shadow: 3px 3px 1px #EEF9DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEF9DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEF9DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEF9DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEF9DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEF9DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEF9DE;
-webkit-box-shadow: 1px 1px 3px 2px #EEF9DE;
box-shadow: 1px 1px 3px 2px #EEF9DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEF9DE; -webkit-box-shadow: 1px 1px 3px 2px #EEF9DE; box-shadow:1px 1px 3px 2px #EEF9DE;">
Div content here
</div>
This text has color #EEF9DE on black background.
This text has color #EEF9DE on white background.
This text has black color on #EEF9DE background.
This text has white color on #EEF9DE background.
Complementary color for #hex is #110621.