COLOR #EEE7DE

HEX: #EEE7DE RGB: (238,231,222)

Color info

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

RGB color model

#EEE7DE color RGB value is (238,231,222).

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

RGB channels and saturation

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

238
231
222

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

Portions of RGB colors in percentages

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'%

%34.44
%33.43
%32.13

CMYK color model

#EEE7DE color CMYK value is (0,3,7,7).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 6.72%
  • key color value is 6.67%

CMYK: (0,3,7,7)
C0M3Y7K7 (0%, 3%, 7%, 7%)
(0.00 / 0.03 / 0.07 / 0.07)

CMYK percentages

%0
%2.94
%6.72
%6.67

Codes

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 and tints

Shades of #EEE7DE

#EEE7DE
(238,231,222)
#D9D2CA
(217,210,202)
#C4BDB6
(196,189,182)
#AFA8A2
(175,168,162)
#9A938E
(154,147,142)
#857E7A
(133,126,122)
#706966
(112,105,102)
#5B5452
(91,84,82)
#463F3E
(70,63,62)
#312A2A
(49,42,42)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EEE7DE

#EEE7DE
(238,231,222)
#EFE9E1
(239,233,225)
#F0EBE4
(240,235,228)
#F1EDE7
(241,237,231)
#F2EFEA
(242,239,234)
#F3F1ED
(243,241,237)
#F4F3F0
(244,243,240)
#F5F5F3
(245,245,243)
#F6F7F6
(246,247,246)
#F7F9F9
(247,249,249)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE7DE; }

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

This text font color is #EEE7DE.

Background Color

.myBgColor { background-color: #EEE7DE; }

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

This div background color is #EEE7DE.

Border color

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

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

This div border color is #EEE7DE.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #EEE7DE.

Preview

Color preview on black background

This text has color #EEE7DE on black background.


Color preview on white background

This text has color #EEE7DE on white background.


Black color preview on #EEE7DE background

This text has black color on #EEE7DE background.


White color preview on #EEE7DE background

This text has white color on #EEE7DE background.


Related colors

Complementary color

Complementary color for #hex is #111821.


I love getcolorcode.com

Triadic colors

1 #DEEEE7 and #E7DEEE with #EEE7DE are triadic colors.

2 #DEE7EE and #E7EEDE with #EEE7DE are triadic colors.