COLOR #E5D4B4

HEX: #E5D4B4 RGB: (229,212,180)

Color info

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

RGB color model

#E5D4B4 color RGB value is (229,212,180).

RGB: (229,212,180) (90%, 83%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 212 of 255 = 83%
B 180 of 255 = 71%

229
212
180

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

Portions of RGB colors in percentages

R + G + B = 229 + 212 + 180 = 621 (100%)
R 229 of 621 ~ 36.88%
G 212 of 621 ~ 34.14%
B 180 of 621 ~ 28.99'%

%36.88
%34.14
%28.99

CMYK color model

#E5D4B4 color CMYK value is (0,7,21,10).

  • cyan value is 0.00%
  • magenta value is 7.42%
  • yellow value is 21.40%
  • key color value is 10.20%

CMYK: (0,7,21,10)
C0M7Y21K10 (0%, 7%, 21%, 10%)
(0.00 / 0.07 / 0.21 / 0.10)

CMYK percentages

%0
%7.42
%21.4
%10.2

Codes

Color #E5D4B4 in popluar color models

E5 D4 B4
RGB 229 212 180
HSL 39° 48.51% 80.20%
HSB/HSV 39° 21.40% 89.80%
CMYK 0.00% 7.42% 21.40%
10.20%

Color #E5D4B4 in popluar number systems.

HEX E5 D4 B4
Decimal 229 212 180
Binary 11100101 11010100 10110100
Octal 345 324 264

Shades and tints

Shades of #E5D4B4

#E5D4B4
(229,212,180)
#D1C1A4
(209,193,164)
#BDAE94
(189,174,148)
#A99B84
(169,155,132)
#958874
(149,136,116)
#817564
(129,117,100)
#6D6254
(109,98,84)
#594F44
(89,79,68)
#453C34
(69,60,52)
#312924
(49,41,36)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #E5D4B4

#E5D4B4
(229,212,180)
#E7D7BA
(231,215,186)
#E9DAC0
(233,218,192)
#EBDDC6
(235,221,198)
#EDE0CC
(237,224,204)
#EFE3D2
(239,227,210)
#F1E6D8
(241,230,216)
#F3E9DE
(243,233,222)
#F5ECE4
(245,236,228)
#F7EFEA
(247,239,234)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D4B4 color. Also use rgb(229,212,180) instead hex code.

Text Font Color

.myTextColor { color: #E5D4B4; }

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

This text font color is #E5D4B4.

Background Color

.myBgColor { background-color: #E5D4B4; }

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

This div background color is #E5D4B4.

Border color

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

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

This div border color is #E5D4B4.

Opacity

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

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

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

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

This text has shadow with #E5D4B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D4B4.

Preview

Color preview on black background

This text has color #E5D4B4 on black background.


Color preview on white background

This text has color #E5D4B4 on white background.


Black color preview on #E5D4B4 background

This text has black color on #E5D4B4 background.


White color preview on #E5D4B4 background

This text has white color on #E5D4B4 background.


Related colors

Complementary color

Complementary color for #hex is #1A2B4B.


I love getcolorcode.com

Triadic colors

1 #B4E5D4 and #D4B4E5 with #E5D4B4 are triadic colors.

2 #B4D4E5 and #D4E5B4 with #E5D4B4 are triadic colors.