COLOR #EEE0D2

HEX: #EEE0D2 RGB: (238,224,210)

Color info

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

RGB color model

#EEE0D2 color RGB value is (238,224,210).

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

RGB channels and saturation

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

238
224
210

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

Portions of RGB colors in percentages

R + G + B = 238 + 224 + 210 = 672 (100%)
R 238 of 672 ~ 35.42%
G 224 of 672 ~ 33.33%
B 210 of 672 ~ 31.25'%

%35.42
%33.33
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 11.76%
  • 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
%11.76
%6.67

Codes

Color #EEE0D2 in popluar color models

EE E0 D2
RGB 238 224 210
HSL 30° 45.16% 87.84%
HSB/HSV 30° 11.76% 93.33%
CMYK 0.00% 5.88% 11.76%
6.67%

Color #EEE0D2 in popluar number systems.

HEX EE E0 D2
Decimal 238 224 210
Binary 11101110 11100000 11010010
Octal 356 340 322

Shades and tints

Shades of #EEE0D2

#EEE0D2
(238,224,210)
#D9CCBF
(217,204,191)
#C4B8AC
(196,184,172)
#AFA499
(175,164,153)
#9A9086
(154,144,134)
#857C73
(133,124,115)
#706860
(112,104,96)
#5B544D
(91,84,77)
#46403A
(70,64,58)
#312C27
(49,44,39)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #EEE0D2

#EEE0D2
(238,224,210)
#EFE2D6
(239,226,214)
#F0E4DA
(240,228,218)
#F1E6DE
(241,230,222)
#F2E8E2
(242,232,226)
#F3EAE6
(243,234,230)
#F4ECEA
(244,236,234)
#F5EEEE
(245,238,238)
#F6F0F2
(246,240,242)
#F7F2F6
(247,242,246)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE0D2; }

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

This text font color is #EEE0D2.

Background Color

.myBgColor { background-color: #EEE0D2; }

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

This div background color is #EEE0D2.

Border color

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

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

This div border color is #EEE0D2.

Opacity

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

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

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

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

This text has shadow with #EEE0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE0D2.

Preview

Color preview on black background

This text has color #EEE0D2 on black background.


Color preview on white background

This text has color #EEE0D2 on white background.


Black color preview on #EEE0D2 background

This text has black color on #EEE0D2 background.


White color preview on #EEE0D2 background

This text has white color on #EEE0D2 background.


Related colors

Complementary color

Complementary color for #hex is #111F2D.


I love getcolorcode.com

Triadic colors

1 #D2EEE0 and #E0D2EE with #EEE0D2 are triadic colors.

2 #D2E0EE and #E0EED2 with #EEE0D2 are triadic colors.