COLOR #E5DBC9

HEX: #E5DBC9 RGB: (229,219,201)

Color info

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

RGB color model

#E5DBC9 color RGB value is (229,219,201).

RGB: (229,219,201) (90%, 86%, 79%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 201 of 255 = 79%

229
219
201

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

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 201 = 649 (100%)
R 229 of 649 ~ 35.29%
G 219 of 649 ~ 33.74%
B 201 of 649 ~ 30.97'%

%35.29
%33.74
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 12.23%
  • key color value is 10.20%

CMYK: (0,4,12,10)
C0M4Y12K10 (0%, 4%, 12%, 10%)
(0.00 / 0.04 / 0.12 / 0.10)

CMYK percentages

%0
%4.37
%12.23
%10.2

Codes

Color #E5DBC9 in popluar color models

E5 DB C9
RGB 229 219 201
HSL 39° 35.00% 84.31%
HSB/HSV 39° 12.23% 89.80%
CMYK 0.00% 4.37% 12.23%
10.20%

Color #E5DBC9 in popluar number systems.

HEX E5 DB C9
Decimal 229 219 201
Binary 11100101 11011011 11001001
Octal 345 333 311

Shades and tints

Shades of #E5DBC9

#E5DBC9
(229,219,201)
#D1C8B7
(209,200,183)
#BDB5A5
(189,181,165)
#A9A293
(169,162,147)
#958F81
(149,143,129)
#817C6F
(129,124,111)
#6D695D
(109,105,93)
#59564B
(89,86,75)
#454339
(69,67,57)
#313027
(49,48,39)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #E5DBC9

#E5DBC9
(229,219,201)
#E7DECD
(231,222,205)
#E9E1D1
(233,225,209)
#EBE4D5
(235,228,213)
#EDE7D9
(237,231,217)
#EFEADD
(239,234,221)
#F1EDE1
(241,237,225)
#F3F0E5
(243,240,229)
#F5F3E9
(245,243,233)
#F7F6ED
(247,246,237)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBC9; }

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

This text font color is #E5DBC9.

Background Color

.myBgColor { background-color: #E5DBC9; }

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

This div background color is #E5DBC9.

Border color

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

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

This div border color is #E5DBC9.

Opacity

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

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

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

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

This text has shadow with #E5DBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBC9.

Preview

Color preview on black background

This text has color #E5DBC9 on black background.


Color preview on white background

This text has color #E5DBC9 on white background.


Black color preview on #E5DBC9 background

This text has black color on #E5DBC9 background.


White color preview on #E5DBC9 background

This text has white color on #E5DBC9 background.


Related colors

Complementary color

Complementary color for #hex is #1A2436.


I love getcolorcode.com

Triadic colors

1 #C9E5DB and #DBC9E5 with #E5DBC9 are triadic colors.

2 #C9DBE5 and #DBE5C9 with #E5DBC9 are triadic colors.