COLOR #EEE0D1

HEX: #EEE0D1 RGB: (238,224,209)

Color info

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

RGB color model

#EEE0D1 color RGB value is (238,224,209).

RGB: (238,224,209) (93%, 88%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 209 of 255 = 82%

238
224
209

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

Portions of RGB colors in percentages

R + G + B = 238 + 224 + 209 = 671 (100%)
R 238 of 671 ~ 35.47%
G 224 of 671 ~ 33.38%
B 209 of 671 ~ 31.15'%

%35.47
%33.38
%31.15

CMYK color model

#EEE0D1 color CMYK value is (0,6,12,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK: (0,6,12,7) C0M6Y12K7 (0%,6%,12%,7%) (0.00/0.06/0.12/0.07) 

CMYK percentages

%0
%5.88
%12.18
%6.67

Codes

Color #EEE0D1 in popluar color models

EE E0 D1
RGB 238 224 209
HSL 31° 46.03% 87.65%
HSB/HSV 31° 12.18% 93.33%
CMYK 0.00% 5.88% 12.18%
6.67%

Color #EEE0D1 in popluar number systems.

HEX EE E0 D1
Decimal 238 224 209
Binary 11101110 11100000 11010001
Octal 356 340 321

Shades and tints

Shades of #EEE0D1

#EEE0D1
(238,224,209)
#D9CCBE
(217,204,190)
#C4B8AB
(196,184,171)
#AFA498
(175,164,152)
#9A9085
(154,144,133)
#857C72
(133,124,114)
#70685F
(112,104,95)
#5B544C
(91,84,76)
#464039
(70,64,57)
#312C26
(49,44,38)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #EEE0D1

#EEE0D1
(238,224,209)
#EFE2D5
(239,226,213)
#F0E4D9
(240,228,217)
#F1E6DD
(241,230,221)
#F2E8E1
(242,232,225)
#F3EAE5
(243,234,229)
#F4ECE9
(244,236,233)
#F5EEED
(245,238,237)
#F6F0F1
(246,240,241)
#F7F2F5
(247,242,245)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE0D1; }

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

This text font color is #EEE0D1.

Background Color

.myBgColor { background-color: #EEE0D1; }

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

This div background color is #EEE0D1.

Border color

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

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

This div border color is #EEE0D1.

Opacity

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

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

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

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

This text has shadow with #EEE0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE0D1.

Preview

Color preview on black background

This text has color #EEE0D1 on black background.


Color preview on white background

This text has color #EEE0D1 on white background.


Black color preview on #EEE0D1 background

This text has black color on #EEE0D1 background.


White color preview on #EEE0D1 background

This text has white color on #EEE0D1 background.


Related colors

Complementary color

Complementary color for #hex is #111F2E.


I love getcolorcode.com

Triadic colors

1 #D1EEE0 and #E0D1EE with #EEE0D1 are triadic colors.

2 #D1E0EE and #E0EED1 with #EEE0D1 are triadic colors.