COLOR #EEE8D2

HEX: #EEE8D2 RGB: (238,232,210)

Color info

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

RGB color model

#EEE8D2 color RGB value is (238,232,210).

RGB: (238,232,210) (93%, 91%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 232 of 255 = 91%
B 210 of 255 = 82%

238
232
210

R + G + B ~ 89%. #EEE8D2 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 232 + 210 = 680 (100%)
R 238 of 680 ~ 35%
G 232 of 680 ~ 34.12%
B 210 of 680 ~ 30.88'%

%35
%34.12
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK: (0,3,12,7) C0M3Y12K7 (0%,3%,12%,7%) (0.00/0.03/0.12/0.07) 

CMYK percentages

%0
%2.52
%11.76
%6.67

Codes

Color #EEE8D2 in popluar color models

EE E8 D2
RGB 238 232 210
HSL 47° 45.16% 87.84%
HSB/HSV 47° 11.76% 93.33%
CMYK 0.00% 2.52% 11.76%
6.67%

Color #EEE8D2 in popluar number systems.

HEX EE E8 D2
Decimal 238 232 210
Binary 11101110 11101000 11010010
Octal 356 350 322

Shades and tints

Shades of #EEE8D2

#EEE8D2
(238,232,210)
#D9D3BF
(217,211,191)
#C4BEAC
(196,190,172)
#AFA999
(175,169,153)
#9A9486
(154,148,134)
#857F73
(133,127,115)
#706A60
(112,106,96)
#5B554D
(91,85,77)
#46403A
(70,64,58)
#312B27
(49,43,39)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #EEE8D2

#EEE8D2
(238,232,210)
#EFEAD6
(239,234,214)
#F0ECDA
(240,236,218)
#F1EEDE
(241,238,222)
#F2F0E2
(242,240,226)
#F3F2E6
(243,242,230)
#F4F4EA
(244,244,234)
#F5F6EE
(245,246,238)
#F6F8F2
(246,248,242)
#F7FAF6
(247,250,246)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE8D2; }

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

This text font color is #EEE8D2.

Background Color

.myBgColor { background-color: #EEE8D2; }

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

This div background color is #EEE8D2.

Border color

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

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

This div border color is #EEE8D2.

Opacity

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

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

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

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

This text has shadow with #EEE8D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE8D2.

Preview

Color preview on black background

This text has color #EEE8D2 on black background.


Color preview on white background

This text has color #EEE8D2 on white background.


Black color preview on #EEE8D2 background

This text has black color on #EEE8D2 background.


White color preview on #EEE8D2 background

This text has white color on #EEE8D2 background.


Related colors

Complementary color

Complementary color for #hex is #11172D.


I love getcolorcode.com

Triadic colors

1 #D2EEE8 and #E8D2EE with #EEE8D2 are triadic colors.

2 #D2E8EE and #E8EED2 with #EEE8D2 are triadic colors.