COLOR #E5DBD9

HEX: #E5DBD9
RGB: (229,219,217)

Color info

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

RGB color model

#E5DBD9 color RGB value is (229,219,217).

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

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 217 of 255 = 85%

229
219
217

R + G + B ~ 87%. #E5DBD9 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 219 + 217 = 665 (100%)
R 229 of 665 ~ 34.44%
G 219 of 665 ~ 32.93%
B 217 of 665 ~ 32.63%

%34.44
%32.93
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 5.24%
  • key color value is 10.20%
CMYK:
(0,4,5,10)
C0M4Y5K10 
(0%,4%,5%,10%)
(0.00/0.04/0.05/0.10)	

CMYK percentages

%0
%4.37
%5.24
%10.2

Codes

Color #E5DBD9 in popluar color models

E5DBD9
RGB229219217
HSL10°18.75%87.45%
HSB/HSV10°5.24%89.80%
CMYK0.00%4.37%5.24%
10.20%

Color #E5DBD9 in popluar number systems.

HEXE5DBD9
Decimal229219217
Binary111001011101101111011001
Octal345333331

Shades and tints

Shades of #E5DBD9

#E5DBD9
(229,219,217)
#D1C8C6
(209,200,198)
#BDB5B3
(189,181,179)
#A9A2A0
(169,162,160)
#958F8D
(149,143,141)
#817C7A
(129,124,122)
#6D6967
(109,105,103)
#595654
(89,86,84)
#454341
(69,67,65)
#31302E
(49,48,46)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #E5DBD9

#E5DBD9
(229,219,217)
#E7DEDC
(231,222,220)
#E9E1DF
(233,225,223)
#EBE4E2
(235,228,226)
#EDE7E5
(237,231,229)
#EFEAE8
(239,234,232)
#F1EDEB
(241,237,235)
#F3F0EE
(243,240,238)
#F5F3F1
(245,243,241)
#F7F6F4
(247,246,244)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBD9; }

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

This text font color is #E5DBD9.


Background Color

.myBgColor { background-color: #E5DBD9; }

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

This div background color is #E5DBD9.


Border color

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

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

This div border color is #E5DBD9.


Opacity

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

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

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

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

This text has shadow with #E5DBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DBD9 on black background.


Color preview on white background

This text has color #E5DBD9 on white background.



Black color preview on #E5DBD9 background

This text has black color on #E5DBD9 background.


White color preview on #E5DBD9 background

This text has white color on #E5DBD9 background.