COLOR #E0D4CE

HEX: #E0D4CE
RGB: (224,212,206)

Color info

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

RGB color model

#E0D4CE color RGB value is (224,212,206).

  • red value is 224;
  • green value is 212;
  • blue value is 206.
RGB:
(224,212,206)
(88%,83%,81%)

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 206 of 255 = 81%

224
212
206

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

Portions of RGB colors in percentages

R + G + B =
224 + 212 + 206 = 642 (100%)
R 224 of 642 ~ 34.89%
G 212 of 642 ~ 33.02%
B 206 of 642 ~ 32.09%

%34.89
%33.02
%32.09

CMYK color model

#E0D4CE color CMYK value is (0,5,8,12).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(0,5,8,12)
C0M5Y8K12 
(0%,5%,8%,12%)
(0.00/0.05/0.08/0.12)	

CMYK percentages

%0
%5.36
%8.04
%12.16

Codes

Color #E0D4CE in popluar color models

E0D4CE
RGB224212206
HSL20°22.50%84.31%
HSB/HSV20°8.04%87.84%
CMYK0.00%5.36%8.04%
12.16%

Color #E0D4CE in popluar number systems.

HEXE0D4CE
Decimal224212206
Binary111000001101010011001110
Octal340324316

Shades and tints

Shades of #E0D4CE

#E0D4CE
(224,212,206)
#CCC1BC
(204,193,188)
#B8AEAA
(184,174,170)
#A49B98
(164,155,152)
#908886
(144,136,134)
#7C7574
(124,117,116)
#686262
(104,98,98)
#544F50
(84,79,80)
#403C3E
(64,60,62)
#2C292C
(44,41,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #E0D4CE

#E0D4CE
(224,212,206)
#E2D7D2
(226,215,210)
#E4DAD6
(228,218,214)
#E6DDDA
(230,221,218)
#E8E0DE
(232,224,222)
#EAE3E2
(234,227,226)
#ECE6E6
(236,230,230)
#EEE9EA
(238,233,234)
#F0ECEE
(240,236,238)
#F2EFF2
(242,239,242)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D4CE; }

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

This text font color is #E0D4CE.


Background Color

.myBgColor { background-color: #E0D4CE; }

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

This div background color is #E0D4CE.


Border color

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

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

This div border color is #E0D4CE.


Opacity

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

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

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

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

This text has shadow with #E0D4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D4CE on black background.


Color preview on white background

This text has color #E0D4CE on white background.



Black color preview on #E0D4CE background

This text has black color on #E0D4CE background.


White color preview on #E0D4CE background

This text has white color on #E0D4CE background.