COLOR #E5D3CF

HEX: #E5D3CF
RGB: (229,211,207)

Color info

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

RGB color model

#E5D3CF color RGB value is (229,211,207).

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

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 207 of 255 = 81%

229
211
207

R + G + B ~ 85%. #E5D3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 207 = 647 (100%)
R 229 of 647 ~ 35.39%
G 211 of 647 ~ 32.61%
B 207 of 647 ~ 31.99%

%35.39
%32.61
%31.99

CMYK color model

#E5D3CF color CMYK value is (0,8,10,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(0,8,10,10)
C0M8Y10K10 
(0%,8%,10%,10%)
(0.00/0.08/0.10/0.10)	

CMYK percentages

%0
%7.86
%9.61
%10.2

Codes

Color #E5D3CF in popluar color models

E5D3CF
RGB229211207
HSL11°29.73%85.49%
HSB/HSV11°9.61%89.80%
CMYK0.00%7.86%9.61%
10.20%

Color #E5D3CF in popluar number systems.

HEXE5D3CF
Decimal229211207
Binary111001011101001111001111
Octal345323317

Shades and tints

Shades of #E5D3CF

#E5D3CF
(229,211,207)
#D1C0BD
(209,192,189)
#BDADAB
(189,173,171)
#A99A99
(169,154,153)
#958787
(149,135,135)
#817475
(129,116,117)
#6D6163
(109,97,99)
#594E51
(89,78,81)
#453B3F
(69,59,63)
#31282D
(49,40,45)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E5D3CF

#E5D3CF
(229,211,207)
#E7D7D3
(231,215,211)
#E9DBD7
(233,219,215)
#EBDFDB
(235,223,219)
#EDE3DF
(237,227,223)
#EFE7E3
(239,231,227)
#F1EBE7
(241,235,231)
#F3EFEB
(243,239,235)
#F5F3EF
(245,243,239)
#F7F7F3
(247,247,243)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D3CF; }

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

This text font color is #E5D3CF.


Background Color

.myBgColor { background-color: #E5D3CF; }

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

This div background color is #E5D3CF.


Border color

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

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

This div border color is #E5D3CF.


Opacity

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

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

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

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

This text has shadow with #E5D3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3CF on black background.


Color preview on white background

This text has color #E5D3CF on white background.



Black color preview on #E5D3CF background

This text has black color on #E5D3CF background.


White color preview on #E5D3CF background

This text has white color on #E5D3CF background.