COLOR #E0D8CA

HEX: #E0D8CA RGB: (224,216,202)

Color info

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

RGB color model

#E0D8CA color RGB value is (224,216,202).

RGB: (224,216,202) (88%, 85%, 79%)

RGB channels and saturation

R 224 of 255 = 88%
G 216 of 255 = 85%
B 202 of 255 = 79%

224
216
202

R + G + B ~ 84%. #E0D8CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 216 + 202 = 642 (100%)
R 224 of 642 ~ 34.89%
G 216 of 642 ~ 33.64%
B 202 of 642 ~ 31.46'%

%34.89
%33.64
%31.46

CMYK color model

#E0D8CA color CMYK value is (0,4,10,12).

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

CMYK: (0,4,10,12)
C0M4Y10K12 (0%, 4%, 10%, 12%)
(0.00 / 0.04 / 0.10 / 0.12)

CMYK percentages

%0
%3.57
%9.82
%12.16

Codes

Color #E0D8CA in popluar color models

E0 D8 CA
RGB 224 216 202
HSL 38° 26.19% 83.53%
HSB/HSV 38° 9.82% 87.84%
CMYK 0.00% 3.57% 9.82%
12.16%

Color #E0D8CA in popluar number systems.

HEX E0 D8 CA
Decimal 224 216 202
Binary 11100000 11011000 11001010
Octal 340 330 312

Shades and tints

Shades of #E0D8CA

#E0D8CA
(224,216,202)
#CCC5B8
(204,197,184)
#B8B2A6
(184,178,166)
#A49F94
(164,159,148)
#908C82
(144,140,130)
#7C7970
(124,121,112)
#68665E
(104,102,94)
#54534C
(84,83,76)
#40403A
(64,64,58)
#2C2D28
(44,45,40)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #E0D8CA

#E0D8CA
(224,216,202)
#E2DBCE
(226,219,206)
#E4DED2
(228,222,210)
#E6E1D6
(230,225,214)
#E8E4DA
(232,228,218)
#EAE7DE
(234,231,222)
#ECEAE2
(236,234,226)
#EEEDE6
(238,237,230)
#F0F0EA
(240,240,234)
#F2F3EE
(242,243,238)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D8CA; }

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

This text font color is #E0D8CA.

Background Color

.myBgColor { background-color: #E0D8CA; }

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

This div background color is #E0D8CA.

Border color

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

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

This div border color is #E0D8CA.

Opacity

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

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

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

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

This text has shadow with #E0D8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D8CA.

Preview

Color preview on black background

This text has color #E0D8CA on black background.


Color preview on white background

This text has color #E0D8CA on white background.


Black color preview on #E0D8CA background

This text has black color on #E0D8CA background.


White color preview on #E0D8CA background

This text has white color on #E0D8CA background.


Related colors

Complementary color

Complementary color for #hex is #1F2735.


I love getcolorcode.com

Triadic colors

1 #CAE0D8 and #D8CAE0 with #E0D8CA are triadic colors.

2 #CAD8E0 and #D8E0CA with #E0D8CA are triadic colors.