COLOR #E5D2B8

HEX: #E5D2B8 RGB: (229,210,184)

Color info

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

RGB color model

#E5D2B8 color RGB value is (229,210,184).

RGB: (229,210,184) (90%, 82%, 72%)

RGB channels and saturation

R 229 of 255 = 90%
G 210 of 255 = 82%
B 184 of 255 = 72%

229
210
184

R + G + B ~ 81%. #E5D2B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 210 + 184 = 623 (100%)
R 229 of 623 ~ 36.76%
G 210 of 623 ~ 33.71%
B 184 of 623 ~ 29.53'%

%36.76
%33.71
%29.53

CMYK color model

#E5D2B8 color CMYK value is (0,8,20,10).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 19.65%
  • key color value is 10.20%

CMYK: (0,8,20,10)
C0M8Y20K10 (0%, 8%, 20%, 10%)
(0.00 / 0.08 / 0.20 / 0.10)

CMYK percentages

%0
%8.3
%19.65
%10.2

Codes

Color #E5D2B8 in popluar color models

E5 D2 B8
RGB 229 210 184
HSL 35° 46.39% 80.98%
HSB/HSV 35° 19.65% 89.80%
CMYK 0.00% 8.30% 19.65%
10.20%

Color #E5D2B8 in popluar number systems.

HEX E5 D2 B8
Decimal 229 210 184
Binary 11100101 11010010 10111000
Octal 345 322 270

Shades and tints

Shades of #E5D2B8

#E5D2B8
(229,210,184)
#D1BFA8
(209,191,168)
#BDAC98
(189,172,152)
#A99988
(169,153,136)
#958678
(149,134,120)
#817368
(129,115,104)
#6D6058
(109,96,88)
#594D48
(89,77,72)
#453A38
(69,58,56)
#312728
(49,39,40)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #E5D2B8

#E5D2B8
(229,210,184)
#E7D6BE
(231,214,190)
#E9DAC4
(233,218,196)
#EBDECA
(235,222,202)
#EDE2D0
(237,226,208)
#EFE6D6
(239,230,214)
#F1EADC
(241,234,220)
#F3EEE2
(243,238,226)
#F5F2E8
(245,242,232)
#F7F6EE
(247,246,238)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D2B8; }

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

This text font color is #E5D2B8.

Background Color

.myBgColor { background-color: #E5D2B8; }

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

This div background color is #E5D2B8.

Border color

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

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

This div border color is #E5D2B8.

Opacity

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

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

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

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

This text has shadow with #E5D2B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D2B8.

Preview

Color preview on black background

This text has color #E5D2B8 on black background.


Color preview on white background

This text has color #E5D2B8 on white background.


Black color preview on #E5D2B8 background

This text has black color on #E5D2B8 background.


White color preview on #E5D2B8 background

This text has white color on #E5D2B8 background.


Related colors

Complementary color

Complementary color for #hex is #1A2D47.


I love getcolorcode.com

Triadic colors

1 #B8E5D2 and #D2B8E5 with #E5D2B8 are triadic colors.

2 #B8D2E5 and #D2E5B8 with #E5D2B8 are triadic colors.