HEX: #EEE7DE
RGB: (238,231,222)
#EEE7DE contains red, green and blue colors in about the same proportion. Web safe color of #EEE7DE is #FFFFCC (or #FFC).
#EEE7DE color RGB value is (238,231,222).
RGB: (238,231,222)
(93%, 91%, 87%)
R 238 of 255 = 93%
G 231 of 255 = 91%
B 222 of 255 = 87%
R + G + B ~ 90%. #EEE7DE is light color.
R + G + B = 238 + 231 + 222 = 691 (100%)
R 238 of 691 ~ 34.44%
G 231 of 691 ~ 33.43%
B 222 of 691 ~ 32.13'%
#EEE7DE color CMYK value is (0,3,7,7).
CMYK: (0,3,7,7)
C0M3Y7K7 (0%, 3%, 7%, 7%)
(0.00 / 0.03 / 0.07 / 0.07)
Color #EEE7DE in popluar color models
EE | E7 | DE | |
---|---|---|---|
RGB | 238 | 231 | 222 |
HSL | 34° | 32.00% | 90.20% |
HSB/HSV | 34° | 6.72% | 93.33% |
CMYK | 0.00% | 2.94% | 6.72% |
6.67% |
Color #EEE7DE in popluar number systems.
HEX | EE | E7 | DE |
Decimal | 238 | 231 | 222 |
Binary | 11101110 | 11100111 | 11011110 |
Octal | 356 | 347 | 336 |
Shades of #EEE7DE
Tints of #EEE7DE
Examples of css and html codes for elements with #EEE7DE color. Also use rgb(238,231,222) instead hex code.
.myTextColor { color: #EEE7DE; }
<p style="color:#EEE7DE">This sample text font color is #EEE7DE.</p>
This text font color is #EEE7DE.
.myBgColor { background-color: #EEE7DE; }
<div style="background-color:#EEE7DE">Inner text</div>
This div background color is #EEE7DE.
.myBorderColor { border: 1px solid #EEE7DE; }
<div style="border:3px solid #EEE7DE">Div</div>
This div border color is #EEE7DE.
.myOpacity80 { color: #EEE7DE; opacity: 0.8; }
<p style="color:#EEE7DE;opacity:0.8;">80%</p>
Text with #EEE7DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEE7DE;}
<p style="text-shadow: 3px 3px 1px #EEE7DE">Text here.</p>
This text has shadow with #EEE7DE color.
.textShadow {text-shadow: 3px 3px 1px #EEE7DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEE7DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEE7DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEE7DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEE7DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEE7DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEE7DE;
-webkit-box-shadow: 1px 1px 3px 2px #EEE7DE;
box-shadow: 1px 1px 3px 2px #EEE7DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEE7DE; -webkit-box-shadow: 1px 1px 3px 2px #EEE7DE; box-shadow:1px 1px 3px 2px #EEE7DE;">
Div content here
</div>
This text has color #EEE7DE on black background.
This text has color #EEE7DE on white background.
This text has black color on #EEE7DE background.
This text has white color on #EEE7DE background.
Complementary color for #hex is #111821.