COLOR #E5DBCD

HEX: #E5DBCD
RGB: (229,219,205)

Color info

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

RGB color model

#E5DBCD color RGB value is (229,219,205).

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

RGB channels and saturation

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

229
219
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 219 + 205 = 653 (100%)
R 229 of 653 ~ 35.07%
G 219 of 653 ~ 33.54%
B 205 of 653 ~ 31.39%

%35.07
%33.54
%31.39

CMYK color model

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

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

Codes

Color #E5DBCD in popluar color models

E5DBCD
RGB229219205
HSL35°31.58%85.10%
HSB/HSV35°10.48%89.80%
CMYK0.00%4.37%10.48%
10.20%

Color #E5DBCD in popluar number systems.

HEXE5DBCD
Decimal229219205
Binary111001011101101111001101
Octal345333315

Shades and tints

Shades of #E5DBCD

#E5DBCD
(229,219,205)
#D1C8BB
(209,200,187)
#BDB5A9
(189,181,169)
#A9A297
(169,162,151)
#958F85
(149,143,133)
#817C73
(129,124,115)
#6D6961
(109,105,97)
#59564F
(89,86,79)
#45433D
(69,67,61)
#31302B
(49,48,43)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #E5DBCD

#E5DBCD
(229,219,205)
#E7DED1
(231,222,209)
#E9E1D5
(233,225,213)
#EBE4D9
(235,228,217)
#EDE7DD
(237,231,221)
#EFEAE1
(239,234,225)
#F1EDE5
(241,237,229)
#F3F0E9
(243,240,233)
#F5F3ED
(245,243,237)
#F7F6F1
(247,246,241)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBCD; }

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

This text font color is #E5DBCD.


Background Color

.myBgColor { background-color: #E5DBCD; }

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

This div background color is #E5DBCD.


Border color

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

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

This div border color is #E5DBCD.


Opacity

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

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

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

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

This text has shadow with #E5DBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DBCD on black background.


Color preview on white background

This text has color #E5DBCD on white background.



Black color preview on #E5DBCD background

This text has black color on #E5DBCD background.


White color preview on #E5DBCD background

This text has white color on #E5DBCD background.