COLOR #E5D3CD

HEX: #E5D3CD
RGB: (229,211,205)

Color info

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

RGB color model

#E5D3CD color RGB value is (229,211,205).

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

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 205 of 255 = 80%

229
211
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 205 = 645 (100%)
R 229 of 645 ~ 35.5%
G 211 of 645 ~ 32.71%
B 205 of 645 ~ 31.78%

%35.5
%32.71
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 10.48%
  • 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
%10.48
%10.2

Codes

Color #E5D3CD in popluar color models

E5D3CD
RGB229211205
HSL15°31.58%85.10%
HSB/HSV15°10.48%89.80%
CMYK0.00%7.86%10.48%
10.20%

Color #E5D3CD in popluar number systems.

HEXE5D3CD
Decimal229211205
Binary111001011101001111001101
Octal345323315

Shades and tints

Shades of #E5D3CD

#E5D3CD
(229,211,205)
#D1C0BB
(209,192,187)
#BDADA9
(189,173,169)
#A99A97
(169,154,151)
#958785
(149,135,133)
#817473
(129,116,115)
#6D6161
(109,97,97)
#594E4F
(89,78,79)
#453B3D
(69,59,61)
#31282B
(49,40,43)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #E5D3CD

#E5D3CD
(229,211,205)
#E7D7D1
(231,215,209)
#E9DBD5
(233,219,213)
#EBDFD9
(235,223,217)
#EDE3DD
(237,227,221)
#EFE7E1
(239,231,225)
#F1EBE5
(241,235,229)
#F3EFE9
(243,239,233)
#F5F3ED
(245,243,237)
#F7F7F1
(247,247,241)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D3CD; }

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

This text font color is #E5D3CD.


Background Color

.myBgColor { background-color: #E5D3CD; }

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

This div background color is #E5D3CD.


Border color

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

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

This div border color is #E5D3CD.


Opacity

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

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

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

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

This text has shadow with #E5D3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3CD on black background.


Color preview on white background

This text has color #E5D3CD on white background.



Black color preview on #E5D3CD background

This text has black color on #E5D3CD background.


White color preview on #E5D3CD background

This text has white color on #E5D3CD background.