COLOR #E0D6CA

HEX: #E0D6CA
RGB: (224,214,202)

Color info

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

RGB color model

#E0D6CA color RGB value is (224,214,202).

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

RGB channels and saturation

R 224 of 255 = 88%
G 214 of 255 = 84%
B 202 of 255 = 79%

224
214
202

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

Portions of RGB colors in percentages

R + G + B =
224 + 214 + 202 = 640 (100%)
R 224 of 640 ~ 35%
G 214 of 640 ~ 33.44%
B 202 of 640 ~ 31.56%

%35
%33.44
%31.56

CMYK color model

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

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

Codes

Color #E0D6CA in popluar color models

E0D6CA
RGB224214202
HSL33°26.19%83.53%
HSB/HSV33°9.82%87.84%
CMYK0.00%4.46%9.82%
12.16%

Color #E0D6CA in popluar number systems.

HEXE0D6CA
Decimal224214202
Binary111000001101011011001010
Octal340326312

Shades and tints

Shades of #E0D6CA

#E0D6CA
(224,214,202)
#CCC3B8
(204,195,184)
#B8B0A6
(184,176,166)
#A49D94
(164,157,148)
#908A82
(144,138,130)
#7C7770
(124,119,112)
#68645E
(104,100,94)
#54514C
(84,81,76)
#403E3A
(64,62,58)
#2C2B28
(44,43,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #E0D6CA

#E0D6CA
(224,214,202)
#E2D9CE
(226,217,206)
#E4DCD2
(228,220,210)
#E6DFD6
(230,223,214)
#E8E2DA
(232,226,218)
#EAE5DE
(234,229,222)
#ECE8E2
(236,232,226)
#EEEBE6
(238,235,230)
#F0EEEA
(240,238,234)
#F2F1EE
(242,241,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D6CA; }

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

This text font color is #E0D6CA.


Background Color

.myBgColor { background-color: #E0D6CA; }

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

This div background color is #E0D6CA.


Border color

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

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

This div border color is #E0D6CA.


Opacity

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

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

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

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

This text has shadow with #E0D6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D6CA on black background.


Color preview on white background

This text has color #E0D6CA on white background.



Black color preview on #E0D6CA background

This text has black color on #E0D6CA background.


White color preview on #E0D6CA background

This text has white color on #E0D6CA background.