COLOR #E0D8CE

HEX: #E0D8CE RGB: (224,216,206)

Color info

#E0D8CE contains red, green and blue colors in about the same proportion. Web safe color of #E0D8CE is #CCCCCC (or #CCC).

RGB color model

#E0D8CE color RGB value is (224,216,206).

RGB: (224,216,206) (88%, 85%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 216 of 255 = 85%
B 206 of 255 = 81%

224
216
206

R + G + B ~ 85%. #E0D8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 216 + 206 = 646 (100%)
R 224 of 646 ~ 34.67%
G 216 of 646 ~ 33.44%
B 206 of 646 ~ 31.89'%

%34.67
%33.44
%31.89

CMYK color model

#E0D8CE color CMYK value is (0,4,8,12).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 8.04%
  • key color value is 12.16%

CMYK: (0,4,8,12)
C0M4Y8K12 (0%, 4%, 8%, 12%)
(0.00 / 0.04 / 0.08 / 0.12)

CMYK percentages

%0
%3.57
%8.04
%12.16

Codes

Color #E0D8CE in popluar color models

E0 D8 CE
RGB 224 216 206
HSL 33° 22.50% 84.31%
HSB/HSV 33° 8.04% 87.84%
CMYK 0.00% 3.57% 8.04%
12.16%

Color #E0D8CE in popluar number systems.

HEX E0 D8 CE
Decimal 224 216 206
Binary 11100000 11011000 11001110
Octal 340 330 316

Shades and tints

Shades of #E0D8CE

#E0D8CE
(224,216,206)
#CCC5BC
(204,197,188)
#B8B2AA
(184,178,170)
#A49F98
(164,159,152)
#908C86
(144,140,134)
#7C7974
(124,121,116)
#686662
(104,102,98)
#545350
(84,83,80)
#40403E
(64,64,62)
#2C2D2C
(44,45,44)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #E0D8CE

#E0D8CE
(224,216,206)
#E2DBD2
(226,219,210)
#E4DED6
(228,222,214)
#E6E1DA
(230,225,218)
#E8E4DE
(232,228,222)
#EAE7E2
(234,231,226)
#ECEAE6
(236,234,230)
#EEEDEA
(238,237,234)
#F0F0EE
(240,240,238)
#F2F3F2
(242,243,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D8CE color. Also use rgb(224,216,206) instead hex code.

Text Font Color

.myTextColor { color: #E0D8CE; }

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

This text font color is #E0D8CE.

Background Color

.myBgColor { background-color: #E0D8CE; }

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

This div background color is #E0D8CE.

Border color

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

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

This div border color is #E0D8CE.

Opacity

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

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

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

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

This text has shadow with #E0D8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D8CE.

Preview

Color preview on black background

This text has color #E0D8CE on black background.


Color preview on white background

This text has color #E0D8CE on white background.


Black color preview on #E0D8CE background

This text has black color on #E0D8CE background.


White color preview on #E0D8CE background

This text has white color on #E0D8CE background.


Related colors

Complementary color

Complementary color for #hex is #1F2731.


I love getcolorcode.com

Triadic colors

1 #CEE0D8 and #D8CEE0 with #E0D8CE are triadic colors.

2 #CED8E0 and #D8E0CE with #E0D8CE are triadic colors.