COLOR #E0D3CF

HEX: #E0D3CF
RGB: (224,211,207)

Color info

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

RGB color model

#E0D3CF color RGB value is (224,211,207).

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

RGB channels and saturation

R 224 of 255 = 88%
G 211 of 255 = 83%
B 207 of 255 = 81%

224
211
207

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

Portions of RGB colors in percentages

R + G + B =
224 + 211 + 207 = 642 (100%)
R 224 of 642 ~ 34.89%
G 211 of 642 ~ 32.87%
B 207 of 642 ~ 32.24%

%34.89
%32.87
%32.24

CMYK color model

#E0D3CF color CMYK value is (0,6,8,12).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK:
(0,6,8,12)
C0M6Y8K12 
(0%,6%,8%,12%)
(0.00/0.06/0.08/0.12)	

CMYK percentages

%0
%5.8
%7.59
%12.16

Codes

Color #E0D3CF in popluar color models

E0D3CF
RGB224211207
HSL14°21.52%84.51%
HSB/HSV14°7.59%87.84%
CMYK0.00%5.80%7.59%
12.16%

Color #E0D3CF in popluar number systems.

HEXE0D3CF
Decimal224211207
Binary111000001101001111001111
Octal340323317

Shades and tints

Shades of #E0D3CF

#E0D3CF
(224,211,207)
#CCC0BD
(204,192,189)
#B8ADAB
(184,173,171)
#A49A99
(164,154,153)
#908787
(144,135,135)
#7C7475
(124,116,117)
#686163
(104,97,99)
#544E51
(84,78,81)
#403B3F
(64,59,63)
#2C282D
(44,40,45)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #E0D3CF

#E0D3CF
(224,211,207)
#E2D7D3
(226,215,211)
#E4DBD7
(228,219,215)
#E6DFDB
(230,223,219)
#E8E3DF
(232,227,223)
#EAE7E3
(234,231,227)
#ECEBE7
(236,235,231)
#EEEFEB
(238,239,235)
#F0F3EF
(240,243,239)
#F2F7F3
(242,247,243)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D3CF color. Also use rgb(224,211,207) instead hex code.

Text Font Color

.myTextColor { color: #E0D3CF; }

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

This text font color is #E0D3CF.


Background Color

.myBgColor { background-color: #E0D3CF; }

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

This div background color is #E0D3CF.


Border color

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

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

This div border color is #E0D3CF.


Opacity

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

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

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

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

This text has shadow with #E0D3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D3CF on black background.


Color preview on white background

This text has color #E0D3CF on white background.



Black color preview on #E0D3CF background

This text has black color on #E0D3CF background.


White color preview on #E0D3CF background

This text has white color on #E0D3CF background.