COLOR #E5D0BD

HEX: #E5D0BD
RGB: (229,208,189)

Color info

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

RGB color model

#E5D0BD color RGB value is (229,208,189).

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

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 189 of 255 = 74%

229
208
189

R + G + B ~ 82%. #E5D0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 208 + 189 = 626 (100%)
R 229 of 626 ~ 36.58%
G 208 of 626 ~ 33.23%
B 189 of 626 ~ 30.19%

%36.58
%33.23
%30.19

CMYK color model

#E5D0BD color CMYK value is (0,9,17,10).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(0,9,17,10)
C0M9Y17K10 
(0%,9%,17%,10%)
(0.00/0.09/0.17/0.10)	

CMYK percentages

%0
%9.17
%17.47
%10.2

Codes

Color #E5D0BD in popluar color models

E5D0BD
RGB229208189
HSL29°43.48%81.96%
HSB/HSV29°17.47%89.80%
CMYK0.00%9.17%17.47%
10.20%

Color #E5D0BD in popluar number systems.

HEXE5D0BD
Decimal229208189
Binary111001011101000010111101
Octal345320275

Shades and tints

Shades of #E5D0BD

#E5D0BD
(229,208,189)
#D1BEAC
(209,190,172)
#BDAC9B
(189,172,155)
#A99A8A
(169,154,138)
#958879
(149,136,121)
#817668
(129,118,104)
#6D6457
(109,100,87)
#595246
(89,82,70)
#454035
(69,64,53)
#312E24
(49,46,36)
#1D1C13
(29,28,19)
#000000
(0,0,0)

Tints of #E5D0BD

#E5D0BD
(229,208,189)
#E7D4C3
(231,212,195)
#E9D8C9
(233,216,201)
#EBDCCF
(235,220,207)
#EDE0D5
(237,224,213)
#EFE4DB
(239,228,219)
#F1E8E1
(241,232,225)
#F3ECE7
(243,236,231)
#F5F0ED
(245,240,237)
#F7F4F3
(247,244,243)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D0BD; }

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

This text font color is #E5D0BD.


Background Color

.myBgColor { background-color: #E5D0BD; }

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

This div background color is #E5D0BD.


Border color

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

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

This div border color is #E5D0BD.


Opacity

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

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

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

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

This text has shadow with #E5D0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D0BD on black background.


Color preview on white background

This text has color #E5D0BD on white background.



Black color preview on #E5D0BD background

This text has black color on #E5D0BD background.


White color preview on #E5D0BD background

This text has white color on #E5D0BD background.