COLOR #E8D1AD

HEX: #E8D1AD RGB: (232,209,173)

Color info

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

RGB color model

#E8D1AD color RGB value is (232,209,173).

RGB: (232,209,173) (91%, 82%, 68%)

RGB channels and saturation

R 232 of 255 = 91%
G 209 of 255 = 82%
B 173 of 255 = 68%

232
209
173

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

Portions of RGB colors in percentages

R + G + B = 232 + 209 + 173 = 614 (100%)
R 232 of 614 ~ 37.79%
G 209 of 614 ~ 34.04%
B 173 of 614 ~ 28.18'%

%37.79
%34.04
%28.18

CMYK color model

#E8D1AD color CMYK value is (0,10,25,9).

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

CMYK: (0,10,25,9)
C0M10Y25K9 (0%, 10%, 25%, 9%)
(0.00 / 0.10 / 0.25 / 0.09)

CMYK percentages

%0
%9.91
%25.43
%9.02

Codes

Color #E8D1AD in popluar color models

E8 D1 AD
RGB 232 209 173
HSL 37° 56.19% 79.41%
HSB/HSV 37° 25.43% 90.98%
CMYK 0.00% 9.91% 25.43%
9.02%

Color #E8D1AD in popluar number systems.

HEX E8 D1 AD
Decimal 232 209 173
Binary 11101000 11010001 10101101
Octal 350 321 255

Shades and tints

Shades of #E8D1AD

#E8D1AD
(232,209,173)
#D3BE9E
(211,190,158)
#BEAB8F
(190,171,143)
#A99880
(169,152,128)
#948571
(148,133,113)
#7F7262
(127,114,98)
#6A5F53
(106,95,83)
#554C44
(85,76,68)
#403935
(64,57,53)
#2B2626
(43,38,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #E8D1AD

#E8D1AD
(232,209,173)
#EAD5B4
(234,213,180)
#ECD9BB
(236,217,187)
#EEDDC2
(238,221,194)
#F0E1C9
(240,225,201)
#F2E5D0
(242,229,208)
#F4E9D7
(244,233,215)
#F6EDDE
(246,237,222)
#F8F1E5
(248,241,229)
#FAF5EC
(250,245,236)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D1AD; }

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

This text font color is #E8D1AD.

Background Color

.myBgColor { background-color: #E8D1AD; }

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

This div background color is #E8D1AD.

Border color

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

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

This div border color is #E8D1AD.

Opacity

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

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

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

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

This text has shadow with #E8D1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D1AD.

Preview

Color preview on black background

This text has color #E8D1AD on black background.


Color preview on white background

This text has color #E8D1AD on white background.


Black color preview on #E8D1AD background

This text has black color on #E8D1AD background.


White color preview on #E8D1AD background

This text has white color on #E8D1AD background.


Related colors

Complementary color

Complementary color for #hex is #172E52.


I love getcolorcode.com

Triadic colors

1 #ADE8D1 and #D1ADE8 with #E8D1AD are triadic colors.

2 #ADD1E8 and #D1E8AD with #E8D1AD are triadic colors.