COLOR #E5D7BD

HEX: #E5D7BD
RGB: (229,215,189)

Color info

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

RGB color model

#E5D7BD color RGB value is (229,215,189).

  • red value is 229;
  • green value is 215;
  • blue value is 189.
RGB:
(229,215,189)
(90%,84%,74%)

RGB channels and saturation

R 229 of 255 = 90%
G 215 of 255 = 84%
B 189 of 255 = 74%

229
215
189

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

Portions of RGB colors in percentages

R + G + B =
229 + 215 + 189 = 633 (100%)
R 229 of 633 ~ 36.18%
G 215 of 633 ~ 33.97%
B 189 of 633 ~ 29.86%

%36.18
%33.97
%29.86

CMYK color model

#E5D7BD color CMYK value is (0,6,17,10).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(0,6,17,10)
C0M6Y17K10 
(0%,6%,17%,10%)
(0.00/0.06/0.17/0.10)	

CMYK percentages

%0
%6.11
%17.47
%10.2

Codes

Color #E5D7BD in popluar color models

E5D7BD
RGB229215189
HSL39°43.48%81.96%
HSB/HSV39°17.47%89.80%
CMYK0.00%6.11%17.47%
10.20%

Color #E5D7BD in popluar number systems.

HEXE5D7BD
Decimal229215189
Binary111001011101011110111101
Octal345327275

Shades and tints

Shades of #E5D7BD

#E5D7BD
(229,215,189)
#D1C4AC
(209,196,172)
#BDB19B
(189,177,155)
#A99E8A
(169,158,138)
#958B79
(149,139,121)
#817868
(129,120,104)
#6D6557
(109,101,87)
#595246
(89,82,70)
#453F35
(69,63,53)
#312C24
(49,44,36)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #E5D7BD

#E5D7BD
(229,215,189)
#E7DAC3
(231,218,195)
#E9DDC9
(233,221,201)
#EBE0CF
(235,224,207)
#EDE3D5
(237,227,213)
#EFE6DB
(239,230,219)
#F1E9E1
(241,233,225)
#F3ECE7
(243,236,231)
#F5EFED
(245,239,237)
#F7F2F3
(247,242,243)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D7BD color. Also use rgb(229,215,189) instead hex code.

Text Font Color

.myTextColor { color: #E5D7BD; }

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

This text font color is #E5D7BD.


Background Color

.myBgColor { background-color: #E5D7BD; }

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

This div background color is #E5D7BD.


Border color

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

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

This div border color is #E5D7BD.


Opacity

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

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

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

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

This text has shadow with #E5D7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D7BD on black background.


Color preview on white background

This text has color #E5D7BD on white background.



Black color preview on #E5D7BD background

This text has black color on #E5D7BD background.


White color preview on #E5D7BD background

This text has white color on #E5D7BD background.