COLOR #E0D4CD

HEX: #E0D4CD
RGB: (224,212,205)

Color info

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

RGB color model

#E0D4CD color RGB value is (224,212,205).

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

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 205 of 255 = 80%

224
212
205

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

Portions of RGB colors in percentages

R + G + B =
224 + 212 + 205 = 641 (100%)
R 224 of 641 ~ 34.95%
G 212 of 641 ~ 33.07%
B 205 of 641 ~ 31.98%

%34.95
%33.07
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 8.48%
  • 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.48
%12.16

Codes

Color #E0D4CD in popluar color models

E0D4CD
RGB224212205
HSL22°23.46%84.12%
HSB/HSV22°8.48%87.84%
CMYK0.00%5.36%8.48%
12.16%

Color #E0D4CD in popluar number systems.

HEXE0D4CD
Decimal224212205
Binary111000001101010011001101
Octal340324315

Shades and tints

Shades of #E0D4CD

#E0D4CD
(224,212,205)
#CCC1BB
(204,193,187)
#B8AEA9
(184,174,169)
#A49B97
(164,155,151)
#908885
(144,136,133)
#7C7573
(124,117,115)
#686261
(104,98,97)
#544F4F
(84,79,79)
#403C3D
(64,60,61)
#2C292B
(44,41,43)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #E0D4CD

#E0D4CD
(224,212,205)
#E2D7D1
(226,215,209)
#E4DAD5
(228,218,213)
#E6DDD9
(230,221,217)
#E8E0DD
(232,224,221)
#EAE3E1
(234,227,225)
#ECE6E5
(236,230,229)
#EEE9E9
(238,233,233)
#F0ECED
(240,236,237)
#F2EFF1
(242,239,241)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D4CD; }

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

This text font color is #E0D4CD.


Background Color

.myBgColor { background-color: #E0D4CD; }

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

This div background color is #E0D4CD.


Border color

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

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

This div border color is #E0D4CD.


Opacity

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

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

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

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

This text has shadow with #E0D4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D4CD on black background.


Color preview on white background

This text has color #E0D4CD on white background.



Black color preview on #E0D4CD background

This text has black color on #E0D4CD background.


White color preview on #E0D4CD background

This text has white color on #E0D4CD background.