COLOR #E5D8CC

HEX: #E5D8CC
RGB: (229,216,204)

Color info

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

RGB color model

#E5D8CC color RGB value is (229,216,204).

  • red value is 229;
  • green value is 216;
  • blue value is 204.
RGB:
(229,216,204)
(90%,85%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 204 of 255 = 80%

229
216
204

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

Portions of RGB colors in percentages

R + G + B =
229 + 216 + 204 = 649 (100%)
R 229 of 649 ~ 35.29%
G 216 of 649 ~ 33.28%
B 204 of 649 ~ 31.43%

%35.29
%33.28
%31.43

CMYK color model

#E5D8CC color CMYK value is (0,6,11,10).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(0,6,11,10)
C0M6Y11K10 
(0%,6%,11%,10%)
(0.00/0.06/0.11/0.10)	

CMYK percentages

%0
%5.68
%10.92
%10.2

Codes

Color #E5D8CC in popluar color models

E5D8CC
RGB229216204
HSL29°32.47%84.90%
HSB/HSV29°10.92%89.80%
CMYK0.00%5.68%10.92%
10.20%

Color #E5D8CC in popluar number systems.

HEXE5D8CC
Decimal229216204
Binary111001011101100011001100
Octal345330314

Shades and tints

Shades of #E5D8CC

#E5D8CC
(229,216,204)
#D1C5BA
(209,197,186)
#BDB2A8
(189,178,168)
#A99F96
(169,159,150)
#958C84
(149,140,132)
#817972
(129,121,114)
#6D6660
(109,102,96)
#59534E
(89,83,78)
#45403C
(69,64,60)
#312D2A
(49,45,42)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #E5D8CC

#E5D8CC
(229,216,204)
#E7DBD0
(231,219,208)
#E9DED4
(233,222,212)
#EBE1D8
(235,225,216)
#EDE4DC
(237,228,220)
#EFE7E0
(239,231,224)
#F1EAE4
(241,234,228)
#F3EDE8
(243,237,232)
#F5F0EC
(245,240,236)
#F7F3F0
(247,243,240)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D8CC color. Also use rgb(229,216,204) instead hex code.

Text Font Color

.myTextColor { color: #E5D8CC; }

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

This text font color is #E5D8CC.


Background Color

.myBgColor { background-color: #E5D8CC; }

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

This div background color is #E5D8CC.


Border color

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

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

This div border color is #E5D8CC.


Opacity

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

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

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

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

This text has shadow with #E5D8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D8CC on black background.


Color preview on white background

This text has color #E5D8CC on white background.



Black color preview on #E5D8CC background

This text has black color on #E5D8CC background.


White color preview on #E5D8CC background

This text has white color on #E5D8CC background.