COLOR #E0D6CB

HEX: #E0D6CB
RGB: (224,214,203)

Color info

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

RGB color model

#E0D6CB color RGB value is (224,214,203).

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

RGB channels and saturation

R 224 of 255 = 88%
G 214 of 255 = 84%
B 203 of 255 = 80%

224
214
203

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

Portions of RGB colors in percentages

R + G + B =
224 + 214 + 203 = 641 (100%)
R 224 of 641 ~ 34.95%
G 214 of 641 ~ 33.39%
B 203 of 641 ~ 31.67%

%34.95
%33.39
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.46%
  • 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
%4.46
%9.38
%12.16

Codes

Color #E0D6CB in popluar color models

E0D6CB
RGB224214203
HSL31°25.30%83.73%
HSB/HSV31°9.38%87.84%
CMYK0.00%4.46%9.38%
12.16%

Color #E0D6CB in popluar number systems.

HEXE0D6CB
Decimal224214203
Binary111000001101011011001011
Octal340326313

Shades and tints

Shades of #E0D6CB

#E0D6CB
(224,214,203)
#CCC3B9
(204,195,185)
#B8B0A7
(184,176,167)
#A49D95
(164,157,149)
#908A83
(144,138,131)
#7C7771
(124,119,113)
#68645F
(104,100,95)
#54514D
(84,81,77)
#403E3B
(64,62,59)
#2C2B29
(44,43,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #E0D6CB

#E0D6CB
(224,214,203)
#E2D9CF
(226,217,207)
#E4DCD3
(228,220,211)
#E6DFD7
(230,223,215)
#E8E2DB
(232,226,219)
#EAE5DF
(234,229,223)
#ECE8E3
(236,232,227)
#EEEBE7
(238,235,231)
#F0EEEB
(240,238,235)
#F2F1EF
(242,241,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D6CB; }

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

This text font color is #E0D6CB.


Background Color

.myBgColor { background-color: #E0D6CB; }

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

This div background color is #E0D6CB.


Border color

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

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

This div border color is #E0D6CB.


Opacity

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

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

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

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

This text has shadow with #E0D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D6CB on black background.


Color preview on white background

This text has color #E0D6CB on white background.



Black color preview on #E0D6CB background

This text has black color on #E0D6CB background.


White color preview on #E0D6CB background

This text has white color on #E0D6CB background.