COLOR #EEE9DE

HEX: #EEE9DE RGB: (238,233,222)

Color info

#EEE9DE contains red, green and blue colors in about the same proportion. Web safe color of #EEE9DE is #FFFFCC (or #FFC).

RGB color model

#EEE9DE color RGB value is (238,233,222).

RGB: (238,233,222) (93%, 91%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 233 of 255 = 91%
B 222 of 255 = 87%

238
233
222

R + G + B ~ 90%. #EEE9DE is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 233 + 222 = 693 (100%)
R 238 of 693 ~ 34.34%
G 233 of 693 ~ 33.62%
B 222 of 693 ~ 32.03'%

%34.34
%33.62
%32.03

CMYK color model

#EEE9DE color CMYK value is (0,2,7,7).

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK: (0,2,7,7) C0M2Y7K7 (0%,2%,7%,7%) (0.00/0.02/0.07/0.07) 

CMYK percentages

%0
%2.1
%6.72
%6.67

Codes

Color #EEE9DE in popluar color models

EE E9 DE
RGB 238 233 222
HSL 41° 32.00% 90.20%
HSB/HSV 41° 6.72% 93.33%
CMYK 0.00% 2.10% 6.72%
6.67%

Color #EEE9DE in popluar number systems.

HEX EE E9 DE
Decimal 238 233 222
Binary 11101110 11101001 11011110
Octal 356 351 336

Shades and tints

Shades of #EEE9DE

#EEE9DE
(238,233,222)
#D9D4CA
(217,212,202)
#C4BFB6
(196,191,182)
#AFAAA2
(175,170,162)
#9A958E
(154,149,142)
#85807A
(133,128,122)
#706B66
(112,107,102)
#5B5652
(91,86,82)
#46413E
(70,65,62)
#312C2A
(49,44,42)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EEE9DE

#EEE9DE
(238,233,222)
#EFEBE1
(239,235,225)
#F0EDE4
(240,237,228)
#F1EFE7
(241,239,231)
#F2F1EA
(242,241,234)
#F3F3ED
(243,243,237)
#F4F5F0
(244,245,240)
#F5F7F3
(245,247,243)
#F6F9F6
(246,249,246)
#F7FBF9
(247,251,249)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE9DE color. Also use rgb(238,233,222) instead hex code.

Text Font Color

.myTextColor { color: #EEE9DE; }

<p style="color:#EEE9DE">This sample text font color is #EEE9DE.</p>

This text font color is #EEE9DE.

Background Color

.myBgColor { background-color: #EEE9DE; }

<div style="background-color:#EEE9DE">Inner text</div>

This div background color is #EEE9DE.

Border color

.myBorderColor { border: 1px solid #EEE9DE; }

<div style="border:3px solid #EEE9DE">Div</div>

This div border color is #EEE9DE.

Opacity

.myOpacity80 { color: #EEE9DE; opacity: 0.8; }

<p style="color:#EEE9DE;opacity:0.8;">80%</p>

Text with #EEE9DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEE9DE;}

<p style="text-shadow: 3px 3px 1px #EEE9DE">Text here.</p>

This text has shadow with #EEE9DE color.


.textShadow {text-shadow: 3px 3px 1px #EEE9DE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEE9DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEE9DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEE9DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEE9DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEE9DE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEE9DE;
-webkit-box-shadow: 1px 1px 3px 2px #EEE9DE;
box-shadow: 1px 1px 3px 2px #EEE9DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEE9DE; -webkit-box-shadow: 1px 1px 3px 2px #EEE9DE; box-shadow:1px 1px 3px 2px #EEE9DE;">
Div content here
</div>

This div box has shadow with color #EEE9DE.

Preview

Color preview on black background

This text has color #EEE9DE on black background.


Color preview on white background

This text has color #EEE9DE on white background.


Black color preview on #EEE9DE background

This text has black color on #EEE9DE background.


White color preview on #EEE9DE background

This text has white color on #EEE9DE background.


Related colors

Complementary color

Complementary color for #hex is #111621.


I love getcolorcode.com

Triadic colors

1 #DEEEE9 and #E9DEEE with #EEE9DE are triadic colors.

2 #DEE9EE and #E9EEDE with #EEE9DE are triadic colors.