COLOR #E0D8CB

HEX: #E0D8CB
RGB: (224,216,203)

Color info

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

RGB color model

#E0D8CB color RGB value is (224,216,203).

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

RGB channels and saturation

R 224 of 255 = 88%
G 216 of 255 = 85%
B 203 of 255 = 80%

224
216
203

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

Portions of RGB colors in percentages

R + G + B =
224 + 216 + 203 = 643 (100%)
R 224 of 643 ~ 34.84%
G 216 of 643 ~ 33.59%
B 203 of 643 ~ 31.57%

%34.84
%33.59
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 9.38%
  • key color value is 12.16%
CMYK:
(0,4,9,12)
C0M4Y9K12 
(0%,4%,9%,12%)
(0.00/0.04/0.09/0.12)	

CMYK percentages

%0
%3.57
%9.38
%12.16

Codes

Color #E0D8CB in popluar color models

E0D8CB
RGB224216203
HSL37°25.30%83.73%
HSB/HSV37°9.38%87.84%
CMYK0.00%3.57%9.38%
12.16%

Color #E0D8CB in popluar number systems.

HEXE0D8CB
Decimal224216203
Binary111000001101100011001011
Octal340330313

Shades and tints

Shades of #E0D8CB

#E0D8CB
(224,216,203)
#CCC5B9
(204,197,185)
#B8B2A7
(184,178,167)
#A49F95
(164,159,149)
#908C83
(144,140,131)
#7C7971
(124,121,113)
#68665F
(104,102,95)
#54534D
(84,83,77)
#40403B
(64,64,59)
#2C2D29
(44,45,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #E0D8CB

#E0D8CB
(224,216,203)
#E2DBCF
(226,219,207)
#E4DED3
(228,222,211)
#E6E1D7
(230,225,215)
#E8E4DB
(232,228,219)
#EAE7DF
(234,231,223)
#ECEAE3
(236,234,227)
#EEEDE7
(238,237,231)
#F0F0EB
(240,240,235)
#F2F3EF
(242,243,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D8CB; }

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

This text font color is #E0D8CB.


Background Color

.myBgColor { background-color: #E0D8CB; }

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

This div background color is #E0D8CB.


Border color

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

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

This div border color is #E0D8CB.


Opacity

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

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

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

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

This text has shadow with #E0D8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D8CB on black background.


Color preview on white background

This text has color #E0D8CB on white background.



Black color preview on #E0D8CB background

This text has black color on #E0D8CB background.


White color preview on #E0D8CB background

This text has white color on #E0D8CB background.