COLOR #E5D2BD

HEX: #E5D2BD
RGB: (229,210,189)

Color info

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

RGB color model

#E5D2BD color RGB value is (229,210,189).

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

RGB channels and saturation

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

229
210
189

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

Portions of RGB colors in percentages

R + G + B =
229 + 210 + 189 = 628 (100%)
R 229 of 628 ~ 36.46%
G 210 of 628 ~ 33.44%
B 189 of 628 ~ 30.1%

%36.46
%33.44
%30.1

CMYK color model

#E5D2BD color CMYK value is (0,8,17,10).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(0,8,17,10)
C0M8Y17K10 
(0%,8%,17%,10%)
(0.00/0.08/0.17/0.10)	

CMYK percentages

%0
%8.3
%17.47
%10.2

Codes

Color #E5D2BD in popluar color models

E5D2BD
RGB229210189
HSL32°43.48%81.96%
HSB/HSV32°17.47%89.80%
CMYK0.00%8.30%17.47%
10.20%

Color #E5D2BD in popluar number systems.

HEXE5D2BD
Decimal229210189
Binary111001011101001010111101
Octal345322275

Shades and tints

Shades of #E5D2BD

#E5D2BD
(229,210,189)
#D1BFAC
(209,191,172)
#BDAC9B
(189,172,155)
#A9998A
(169,153,138)
#958679
(149,134,121)
#817368
(129,115,104)
#6D6057
(109,96,87)
#594D46
(89,77,70)
#453A35
(69,58,53)
#312724
(49,39,36)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #E5D2BD

#E5D2BD
(229,210,189)
#E7D6C3
(231,214,195)
#E9DAC9
(233,218,201)
#EBDECF
(235,222,207)
#EDE2D5
(237,226,213)
#EFE6DB
(239,230,219)
#F1EAE1
(241,234,225)
#F3EEE7
(243,238,231)
#F5F2ED
(245,242,237)
#F7F6F3
(247,246,243)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D2BD; }

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

This text font color is #E5D2BD.


Background Color

.myBgColor { background-color: #E5D2BD; }

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

This div background color is #E5D2BD.


Border color

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

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

This div border color is #E5D2BD.


Opacity

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

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

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

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

This text has shadow with #E5D2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D2BD on black background.


Color preview on white background

This text has color #E5D2BD on white background.



Black color preview on #E5D2BD background

This text has black color on #E5D2BD background.


White color preview on #E5D2BD background

This text has white color on #E5D2BD background.