COLOR #E5DCCD

HEX: #E5DCCD
RGB: (229,220,205)

Color info

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

RGB color model

#E5DCCD color RGB value is (229,220,205).

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

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 205 of 255 = 80%

229
220
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 205 = 654 (100%)
R 229 of 654 ~ 35.02%
G 220 of 654 ~ 33.64%
B 205 of 654 ~ 31.35%

%35.02
%33.64
%31.35

CMYK color model

#E5DCCD color CMYK value is (0,4,10,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(0,4,10,10)
C0M4Y10K10 
(0%,4%,10%,10%)
(0.00/0.04/0.10/0.10)	

CMYK percentages

%0
%3.93
%10.48
%10.2

Codes

Color #E5DCCD in popluar color models

E5DCCD
RGB229220205
HSL38°31.58%85.10%
HSB/HSV38°10.48%89.80%
CMYK0.00%3.93%10.48%
10.20%

Color #E5DCCD in popluar number systems.

HEXE5DCCD
Decimal229220205
Binary111001011101110011001101
Octal345334315

Shades and tints

Shades of #E5DCCD

#E5DCCD
(229,220,205)
#D1C8BB
(209,200,187)
#BDB4A9
(189,180,169)
#A9A097
(169,160,151)
#958C85
(149,140,133)
#817873
(129,120,115)
#6D6461
(109,100,97)
#59504F
(89,80,79)
#453C3D
(69,60,61)
#31282B
(49,40,43)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #E5DCCD

#E5DCCD
(229,220,205)
#E7DFD1
(231,223,209)
#E9E2D5
(233,226,213)
#EBE5D9
(235,229,217)
#EDE8DD
(237,232,221)
#EFEBE1
(239,235,225)
#F1EEE5
(241,238,229)
#F3F1E9
(243,241,233)
#F5F4ED
(245,244,237)
#F7F7F1
(247,247,241)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCCD; }

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

This text font color is #E5DCCD.


Background Color

.myBgColor { background-color: #E5DCCD; }

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

This div background color is #E5DCCD.


Border color

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

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

This div border color is #E5DCCD.


Opacity

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

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

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

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

This text has shadow with #E5DCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCCD on black background.


Color preview on white background

This text has color #E5DCCD on white background.



Black color preview on #E5DCCD background

This text has black color on #E5DCCD background.


White color preview on #E5DCCD background

This text has white color on #E5DCCD background.