COLOR #E5D8BB

HEX: #E5D8BB
RGB: (229,216,187)

Color info

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

RGB color model

#E5D8BB color RGB value is (229,216,187).

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

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 187 of 255 = 73%

229
216
187

R + G + B ~ 83%. #E5D8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 216 + 187 = 632 (100%)
R 229 of 632 ~ 36.23%
G 216 of 632 ~ 34.18%
B 187 of 632 ~ 29.59%

%36.23
%34.18
%29.59

CMYK color model

#E5D8BB color CMYK value is (0,6,18,10).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 18.34%
  • key color value is 10.20%
CMYK:
(0,6,18,10)
C0M6Y18K10 
(0%,6%,18%,10%)
(0.00/0.06/0.18/0.10)	

CMYK percentages

%0
%5.68
%18.34
%10.2

Codes

Color #E5D8BB in popluar color models

E5D8BB
RGB229216187
HSL41°44.68%81.57%
HSB/HSV41°18.34%89.80%
CMYK0.00%5.68%18.34%
10.20%

Color #E5D8BB in popluar number systems.

HEXE5D8BB
Decimal229216187
Binary111001011101100010111011
Octal345330273

Shades and tints

Shades of #E5D8BB

#E5D8BB
(229,216,187)
#D1C5AA
(209,197,170)
#BDB299
(189,178,153)
#A99F88
(169,159,136)
#958C77
(149,140,119)
#817966
(129,121,102)
#6D6655
(109,102,85)
#595344
(89,83,68)
#454033
(69,64,51)
#312D22
(49,45,34)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #E5D8BB

#E5D8BB
(229,216,187)
#E7DBC1
(231,219,193)
#E9DEC7
(233,222,199)
#EBE1CD
(235,225,205)
#EDE4D3
(237,228,211)
#EFE7D9
(239,231,217)
#F1EADF
(241,234,223)
#F3EDE5
(243,237,229)
#F5F0EB
(245,240,235)
#F7F3F1
(247,243,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D8BB; }

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

This text font color is #E5D8BB.


Background Color

.myBgColor { background-color: #E5D8BB; }

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

This div background color is #E5D8BB.


Border color

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

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

This div border color is #E5D8BB.


Opacity

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

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

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

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

This text has shadow with #E5D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D8BB on black background.


Color preview on white background

This text has color #E5D8BB on white background.



Black color preview on #E5D8BB background

This text has black color on #E5D8BB background.


White color preview on #E5D8BB background

This text has white color on #E5D8BB background.