COLOR #E5D7AC

HEX: #E5D7AC RGB: (229,215,172)

Color info

#E5D7AC contains red, green and blue colors in about the same proportion. Web safe color of #E5D7AC is #CCCC99 (or #CC9).

RGB color model

#E5D7AC color RGB value is (229,215,172).

RGB: (229,215,172) (90%, 84%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 215 of 255 = 84%
B 172 of 255 = 67%

229
215
172

R + G + B ~ 80%. #E5D7AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 215 + 172 = 616 (100%)
R 229 of 616 ~ 37.18%
G 215 of 616 ~ 34.9%
B 172 of 616 ~ 27.92'%

%37.18
%34.9
%27.92

CMYK color model

#E5D7AC color CMYK value is (0,6,25,10).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 24.89%
  • key color value is 10.20%

CMYK: (0,6,25,10)
C0M6Y25K10 (0%, 6%, 25%, 10%)
(0.00 / 0.06 / 0.25 / 0.10)

CMYK percentages

%0
%6.11
%24.89
%10.2

Codes

Color #E5D7AC in popluar color models

E5 D7 AC
RGB 229 215 172
HSL 45° 52.29% 78.63%
HSB/HSV 45° 24.89% 89.80%
CMYK 0.00% 6.11% 24.89%
10.20%

Color #E5D7AC in popluar number systems.

HEX E5 D7 AC
Decimal 229 215 172
Binary 11100101 11010111 10101100
Octal 345 327 254

Shades and tints

Shades of #E5D7AC

#E5D7AC
(229,215,172)
#D1C49D
(209,196,157)
#BDB18E
(189,177,142)
#A99E7F
(169,158,127)
#958B70
(149,139,112)
#817861
(129,120,97)
#6D6552
(109,101,82)
#595243
(89,82,67)
#453F34
(69,63,52)
#312C25
(49,44,37)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5D7AC

#E5D7AC
(229,215,172)
#E7DAB3
(231,218,179)
#E9DDBA
(233,221,186)
#EBE0C1
(235,224,193)
#EDE3C8
(237,227,200)
#EFE6CF
(239,230,207)
#F1E9D6
(241,233,214)
#F3ECDD
(243,236,221)
#F5EFE4
(245,239,228)
#F7F2EB
(247,242,235)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D7AC; }

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

This text font color is #E5D7AC.

Background Color

.myBgColor { background-color: #E5D7AC; }

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

This div background color is #E5D7AC.

Border color

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

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

This div border color is #E5D7AC.

Opacity

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

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

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

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

This text has shadow with #E5D7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D7AC.

Preview

Color preview on black background

This text has color #E5D7AC on black background.


Color preview on white background

This text has color #E5D7AC on white background.


Black color preview on #E5D7AC background

This text has black color on #E5D7AC background.


White color preview on #E5D7AC background

This text has white color on #E5D7AC background.


Related colors

Complementary color

Complementary color for #hex is #1A2853.


I love getcolorcode.com

Triadic colors

1 #ACE5D7 and #D7ACE5 with #E5D7AC are triadic colors.

2 #ACD7E5 and #D7E5AC with #E5D7AC are triadic colors.