COLOR #E8D8AD

HEX: #E8D8AD RGB: (232,216,173)

Color info

#E8D8AD contains red, green and blue colors in about the same proportion. Web safe color of #E8D8AD is #FFCC99 (or #FC9).

RGB color model

#E8D8AD color RGB value is (232,216,173).

RGB: (232,216,173) (91%, 85%, 68%)

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 173 of 255 = 68%

232
216
173

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

Portions of RGB colors in percentages

R + G + B = 232 + 216 + 173 = 621 (100%)
R 232 of 621 ~ 37.36%
G 216 of 621 ~ 34.78%
B 173 of 621 ~ 27.86'%

%37.36
%34.78
%27.86

CMYK color model

#E8D8AD color CMYK value is (0,7,25,9).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 25.43%
  • key color value is 9.02%

CMYK: (0,7,25,9)
C0M7Y25K9 (0%, 7%, 25%, 9%)
(0.00 / 0.07 / 0.25 / 0.09)

CMYK percentages

%0
%6.9
%25.43
%9.02

Codes

Color #E8D8AD in popluar color models

E8 D8 AD
RGB 232 216 173
HSL 44° 56.19% 79.41%
HSB/HSV 44° 25.43% 90.98%
CMYK 0.00% 6.90% 25.43%
9.02%

Color #E8D8AD in popluar number systems.

HEX E8 D8 AD
Decimal 232 216 173
Binary 11101000 11011000 10101101
Octal 350 330 255

Shades and tints

Shades of #E8D8AD

#E8D8AD
(232,216,173)
#D3C59E
(211,197,158)
#BEB28F
(190,178,143)
#A99F80
(169,159,128)
#948C71
(148,140,113)
#7F7962
(127,121,98)
#6A6653
(106,102,83)
#555344
(85,83,68)
#404035
(64,64,53)
#2B2D26
(43,45,38)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #E8D8AD

#E8D8AD
(232,216,173)
#EADBB4
(234,219,180)
#ECDEBB
(236,222,187)
#EEE1C2
(238,225,194)
#F0E4C9
(240,228,201)
#F2E7D0
(242,231,208)
#F4EAD7
(244,234,215)
#F6EDDE
(246,237,222)
#F8F0E5
(248,240,229)
#FAF3EC
(250,243,236)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D8AD color. Also use rgb(232,216,173) instead hex code.

Text Font Color

.myTextColor { color: #E8D8AD; }

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

This text font color is #E8D8AD.

Background Color

.myBgColor { background-color: #E8D8AD; }

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

This div background color is #E8D8AD.

Border color

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

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

This div border color is #E8D8AD.

Opacity

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

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

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

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

This text has shadow with #E8D8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D8AD.

Preview

Color preview on black background

This text has color #E8D8AD on black background.


Color preview on white background

This text has color #E8D8AD on white background.


Black color preview on #E8D8AD background

This text has black color on #E8D8AD background.


White color preview on #E8D8AD background

This text has white color on #E8D8AD background.


Related colors

Complementary color

Complementary color for #hex is #172752.


I love getcolorcode.com

Triadic colors

1 #ADE8D8 and #D8ADE8 with #E8D8AD are triadic colors.

2 #ADD8E8 and #D8E8AD with #E8D8AD are triadic colors.