COLOR #EEE2D1

HEX: #EEE2D1 RGB: (238,226,209)

Color info

#EEE2D1 contains red, green and blue colors in about the same proportion. Web safe color of #EEE2D1 is #FFCCCC (or #FCC).

RGB color model

#EEE2D1 color RGB value is (238,226,209).

RGB: (238,226,209) (93%, 89%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 226 of 255 = 89%
B 209 of 255 = 82%

238
226
209

R + G + B ~ 88%. #EEE2D1 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 226 + 209 = 673 (100%)
R 238 of 673 ~ 35.36%
G 226 of 673 ~ 33.58%
B 209 of 673 ~ 31.05'%

%35.36
%33.58
%31.05

CMYK color model

#EEE2D1 color CMYK value is (0,5,12,7).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 12.18%
  • key color value is 6.67%

CMYK: (0,5,12,7)
C0M5Y12K7 (0%, 5%, 12%, 7%)
(0.00 / 0.05 / 0.12 / 0.07)

CMYK percentages

%0
%5.04
%12.18
%6.67

Codes

Color #EEE2D1 in popluar color models

EE E2 D1
RGB 238 226 209
HSL 35° 46.03% 87.65%
HSB/HSV 35° 12.18% 93.33%
CMYK 0.00% 5.04% 12.18%
6.67%

Color #EEE2D1 in popluar number systems.

HEX EE E2 D1
Decimal 238 226 209
Binary 11101110 11100010 11010001
Octal 356 342 321

Shades and tints

Shades of #EEE2D1

#EEE2D1
(238,226,209)
#D9CEBE
(217,206,190)
#C4BAAB
(196,186,171)
#AFA698
(175,166,152)
#9A9285
(154,146,133)
#857E72
(133,126,114)
#706A5F
(112,106,95)
#5B564C
(91,86,76)
#464239
(70,66,57)
#312E26
(49,46,38)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #EEE2D1

#EEE2D1
(238,226,209)
#EFE4D5
(239,228,213)
#F0E6D9
(240,230,217)
#F1E8DD
(241,232,221)
#F2EAE1
(242,234,225)
#F3ECE5
(243,236,229)
#F4EEE9
(244,238,233)
#F5F0ED
(245,240,237)
#F6F2F1
(246,242,241)
#F7F4F5
(247,244,245)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE2D1 color. Also use rgb(238,226,209) instead hex code.

Text Font Color

.myTextColor { color: #EEE2D1; }

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

This text font color is #EEE2D1.

Background Color

.myBgColor { background-color: #EEE2D1; }

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

This div background color is #EEE2D1.

Border color

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

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

This div border color is #EEE2D1.

Opacity

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

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

Text with #EEE2D1 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 #EEE2D1;}

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

This text has shadow with #EEE2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE2D1.

Preview

Color preview on black background

This text has color #EEE2D1 on black background.


Color preview on white background

This text has color #EEE2D1 on white background.


Black color preview on #EEE2D1 background

This text has black color on #EEE2D1 background.


White color preview on #EEE2D1 background

This text has white color on #EEE2D1 background.


Related colors

Complementary color

Complementary color for #hex is #111D2E.


I love getcolorcode.com

Triadic colors

1 #D1EEE2 and #E2D1EE with #EEE2D1 are triadic colors.

2 #D1E2EE and #E2EED1 with #EEE2D1 are triadic colors.