COLOR #E4D9AD

HEX: #E4D9AD
RGB: (228,217,173)

Color info

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

RGB color model

#E4D9AD color RGB value is (228,217,173).

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

RGB channels and saturation

R 228 of 255 = 89%
G 217 of 255 = 85%
B 173 of 255 = 68%

228
217
173

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

Portions of RGB colors in percentages

R + G + B =
228 + 217 + 173 = 618 (100%)
R 228 of 618 ~ 36.89%
G 217 of 618 ~ 35.11%
B 173 of 618 ~ 27.99%

%36.89
%35.11
%27.99

CMYK color model

#E4D9AD color CMYK value is (0,5,24,11).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 24.12%
  • key color value is 10.59%
CMYK:
(0,5,24,11)
C0M5Y24K11 
(0%,5%,24%,11%)
(0.00/0.05/0.24/0.11)	

CMYK percentages

%0
%4.82
%24.12
%10.59

Codes

Color #E4D9AD in popluar color models

E4D9AD
RGB228217173
HSL48°50.46%78.63%
HSB/HSV48°24.12%89.41%
CMYK0.00%4.82%24.12%
10.59%

Color #E4D9AD in popluar number systems.

HEXE4D9AD
Decimal228217173
Binary111001001101100110101101
Octal344331255

Shades and tints

Shades of #E4D9AD

#E4D9AD
(228,217,173)
#D0C69E
(208,198,158)
#BCB38F
(188,179,143)
#A8A080
(168,160,128)
#948D71
(148,141,113)
#807A62
(128,122,98)
#6C6753
(108,103,83)
#585444
(88,84,68)
#444135
(68,65,53)
#302E26
(48,46,38)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #E4D9AD

#E4D9AD
(228,217,173)
#E6DCB4
(230,220,180)
#E8DFBB
(232,223,187)
#EAE2C2
(234,226,194)
#ECE5C9
(236,229,201)
#EEE8D0
(238,232,208)
#F0EBD7
(240,235,215)
#F2EEDE
(242,238,222)
#F4F1E5
(244,241,229)
#F6F4EC
(246,244,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D9AD; }

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

This text font color is #E4D9AD.


Background Color

.myBgColor { background-color: #E4D9AD; }

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

This div background color is #E4D9AD.


Border color

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

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

This div border color is #E4D9AD.


Opacity

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

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

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

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

This text has shadow with #E4D9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D9AD on black background.


Color preview on white background

This text has color #E4D9AD on white background.



Black color preview on #E4D9AD background

This text has black color on #E4D9AD background.


White color preview on #E4D9AD background

This text has white color on #E4D9AD background.