COLOR #E5DCA7

HEX: #E5DCA7
RGB: (229,220,167)

Color info

#E5DCA7 contains mainly red and green colors. Web safe color of #E5DCA7 is #CCCC99 (or #CC9).

RGB color model

#E5DCA7 color RGB value is (229,220,167).

  • red value is 229;
  • green value is 220;
  • blue value is 167.
RGB:
(229,220,167)
(90%,86%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 167 of 255 = 65%

229
220
167

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

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 167 = 616 (100%)
R 229 of 616 ~ 37.18%
G 220 of 616 ~ 35.71%
B 167 of 616 ~ 27.11%

%37.18
%35.71
%27.11

CMYK color model

#E5DCA7 color CMYK value is (0,4,27,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(0,4,27,10)
C0M4Y27K10 
(0%,4%,27%,10%)
(0.00/0.04/0.27/0.10)	

CMYK percentages

%0
%3.93
%27.07
%10.2

Codes

Color #E5DCA7 in popluar color models

E5DCA7
RGB229220167
HSL51°54.39%77.65%
HSB/HSV51°27.07%89.80%
CMYK0.00%3.93%27.07%
10.20%

Color #E5DCA7 in popluar number systems.

HEXE5DCA7
Decimal229220167
Binary111001011101110010100111
Octal345334247

Shades and tints

Shades of #E5DCA7

#E5DCA7
(229,220,167)
#D1C898
(209,200,152)
#BDB489
(189,180,137)
#A9A07A
(169,160,122)
#958C6B
(149,140,107)
#81785C
(129,120,92)
#6D644D
(109,100,77)
#59503E
(89,80,62)
#453C2F
(69,60,47)
#312820
(49,40,32)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #E5DCA7

#E5DCA7
(229,220,167)
#E7DFAF
(231,223,175)
#E9E2B7
(233,226,183)
#EBE5BF
(235,229,191)
#EDE8C7
(237,232,199)
#EFEBCF
(239,235,207)
#F1EED7
(241,238,215)
#F3F1DF
(243,241,223)
#F5F4E7
(245,244,231)
#F7F7EF
(247,247,239)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DCA7 color. Also use rgb(229,220,167) instead hex code.

Text Font Color

.myTextColor { color: #E5DCA7; }

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

This text font color is #E5DCA7.


Background Color

.myBgColor { background-color: #E5DCA7; }

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

This div background color is #E5DCA7.


Border color

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

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

This div border color is #E5DCA7.


Opacity

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

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

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

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

This text has shadow with #E5DCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCA7 on black background.


Color preview on white background

This text has color #E5DCA7 on white background.



Black color preview on #E5DCA7 background

This text has black color on #E5DCA7 background.


White color preview on #E5DCA7 background

This text has white color on #E5DCA7 background.