COLOR #E0D8C5

HEX: #E0D8C5
RGB: (224,216,197)

Color info

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

RGB color model

#E0D8C5 color RGB value is (224,216,197).

  • red value is 224;
  • green value is 216;
  • blue value is 197.
RGB:
(224,216,197)
(88%,85%,77%)

RGB channels and saturation

R 224 of 255 = 88%
G 216 of 255 = 85%
B 197 of 255 = 77%

224
216
197

R + G + B ~ 83%. #E0D8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 216 + 197 = 637 (100%)
R 224 of 637 ~ 35.16%
G 216 of 637 ~ 33.91%
B 197 of 637 ~ 30.93%

%35.16
%33.91
%30.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 12.05%
  • key color value is 12.16%
CMYK:
(0,4,12,12)
C0M4Y12K12 
(0%,4%,12%,12%)
(0.00/0.04/0.12/0.12)	

CMYK percentages

%0
%3.57
%12.05
%12.16

Codes

Color #E0D8C5 in popluar color models

E0D8C5
RGB224216197
HSL42°30.34%82.55%
HSB/HSV42°12.05%87.84%
CMYK0.00%3.57%12.05%
12.16%

Color #E0D8C5 in popluar number systems.

HEXE0D8C5
Decimal224216197
Binary111000001101100011000101
Octal340330305

Shades and tints

Shades of #E0D8C5

#E0D8C5
(224,216,197)
#CCC5B4
(204,197,180)
#B8B2A3
(184,178,163)
#A49F92
(164,159,146)
#908C81
(144,140,129)
#7C7970
(124,121,112)
#68665F
(104,102,95)
#54534E
(84,83,78)
#40403D
(64,64,61)
#2C2D2C
(44,45,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #E0D8C5

#E0D8C5
(224,216,197)
#E2DBCA
(226,219,202)
#E4DECF
(228,222,207)
#E6E1D4
(230,225,212)
#E8E4D9
(232,228,217)
#EAE7DE
(234,231,222)
#ECEAE3
(236,234,227)
#EEEDE8
(238,237,232)
#F0F0ED
(240,240,237)
#F2F3F2
(242,243,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D8C5; }

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

This text font color is #E0D8C5.


Background Color

.myBgColor { background-color: #E0D8C5; }

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

This div background color is #E0D8C5.


Border color

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

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

This div border color is #E0D8C5.


Opacity

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

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

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

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

This text has shadow with #E0D8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D8C5 on black background.


Color preview on white background

This text has color #E0D8C5 on white background.



Black color preview on #E0D8C5 background

This text has black color on #E0D8C5 background.


White color preview on #E0D8C5 background

This text has white color on #E0D8C5 background.