COLOR #E4D9A7

HEX: #E4D9A7
RGB: (228,217,167)

Color info

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

RGB color model

#E4D9A7 color RGB value is (228,217,167).

  • red value is 228;
  • green value is 217;
  • blue value is 167.
RGB:
(228,217,167)
(89%,85%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 217 of 255 = 85%
B 167 of 255 = 65%

228
217
167

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

Portions of RGB colors in percentages

R + G + B =
228 + 217 + 167 = 612 (100%)
R 228 of 612 ~ 37.25%
G 217 of 612 ~ 35.46%
B 167 of 612 ~ 27.29%

%37.25
%35.46
%27.29

CMYK color model

#E4D9A7 color CMYK value is (0,5,27,11).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(0,5,27,11)
C0M5Y27K11 
(0%,5%,27%,11%)
(0.00/0.05/0.27/0.11)	

CMYK percentages

%0
%4.82
%26.75
%10.59

Codes

Color #E4D9A7 in popluar color models

E4D9A7
RGB228217167
HSL49°53.04%77.45%
HSB/HSV49°26.75%89.41%
CMYK0.00%4.82%26.75%
10.59%

Color #E4D9A7 in popluar number systems.

HEXE4D9A7
Decimal228217167
Binary111001001101100110100111
Octal344331247

Shades and tints

Shades of #E4D9A7

#E4D9A7
(228,217,167)
#D0C698
(208,198,152)
#BCB389
(188,179,137)
#A8A07A
(168,160,122)
#948D6B
(148,141,107)
#807A5C
(128,122,92)
#6C674D
(108,103,77)
#58543E
(88,84,62)
#44412F
(68,65,47)
#302E20
(48,46,32)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #E4D9A7

#E4D9A7
(228,217,167)
#E6DCAF
(230,220,175)
#E8DFB7
(232,223,183)
#EAE2BF
(234,226,191)
#ECE5C7
(236,229,199)
#EEE8CF
(238,232,207)
#F0EBD7
(240,235,215)
#F2EEDF
(242,238,223)
#F4F1E7
(244,241,231)
#F6F4EF
(246,244,239)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D9A7 color. Also use rgb(228,217,167) instead hex code.

Text Font Color

.myTextColor { color: #E4D9A7; }

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

This text font color is #E4D9A7.


Background Color

.myBgColor { background-color: #E4D9A7; }

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

This div background color is #E4D9A7.


Border color

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

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

This div border color is #E4D9A7.


Opacity

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

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

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

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

This text has shadow with #E4D9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D9A7 on black background.


Color preview on white background

This text has color #E4D9A7 on white background.



Black color preview on #E4D9A7 background

This text has black color on #E4D9A7 background.


White color preview on #E4D9A7 background

This text has white color on #E4D9A7 background.