COLOR #E8D5AF

HEX: #E8D5AF RGB: (232,213,175)

Color info

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

RGB color model

#E8D5AF color RGB value is (232,213,175).

RGB: (232,213,175) (91%, 84%, 69%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 175 of 255 = 69%

232
213
175

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

Portions of RGB colors in percentages

R + G + B = 232 + 213 + 175 = 620 (100%)
R 232 of 620 ~ 37.42%
G 213 of 620 ~ 34.35%
B 175 of 620 ~ 28.23'%

%37.42
%34.35
%28.23

CMYK color model

#E8D5AF color CMYK value is (0,8,25,9).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 24.57%
  • key color value is 9.02%

CMYK: (0,8,25,9)
C0M8Y25K9 (0%, 8%, 25%, 9%)
(0.00 / 0.08 / 0.25 / 0.09)

CMYK percentages

%0
%8.19
%24.57
%9.02

Codes

Color #E8D5AF in popluar color models

E8 D5 AF
RGB 232 213 175
HSL 40° 55.34% 79.80%
HSB/HSV 40° 24.57% 90.98%
CMYK 0.00% 8.19% 24.57%
9.02%

Color #E8D5AF in popluar number systems.

HEX E8 D5 AF
Decimal 232 213 175
Binary 11101000 11010101 10101111
Octal 350 325 257

Shades and tints

Shades of #E8D5AF

#E8D5AF
(232,213,175)
#D3C2A0
(211,194,160)
#BEAF91
(190,175,145)
#A99C82
(169,156,130)
#948973
(148,137,115)
#7F7664
(127,118,100)
#6A6355
(106,99,85)
#555046
(85,80,70)
#403D37
(64,61,55)
#2B2A28
(43,42,40)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #E8D5AF

#E8D5AF
(232,213,175)
#EAD8B6
(234,216,182)
#ECDBBD
(236,219,189)
#EEDEC4
(238,222,196)
#F0E1CB
(240,225,203)
#F2E4D2
(242,228,210)
#F4E7D9
(244,231,217)
#F6EAE0
(246,234,224)
#F8EDE7
(248,237,231)
#FAF0EE
(250,240,238)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D5AF color. Also use rgb(232,213,175) instead hex code.

Text Font Color

.myTextColor { color: #E8D5AF; }

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

This text font color is #E8D5AF.

Background Color

.myBgColor { background-color: #E8D5AF; }

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

This div background color is #E8D5AF.

Border color

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

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

This div border color is #E8D5AF.

Opacity

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

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

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

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

This text has shadow with #E8D5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D5AF.

Preview

Color preview on black background

This text has color #E8D5AF on black background.


Color preview on white background

This text has color #E8D5AF on white background.


Black color preview on #E8D5AF background

This text has black color on #E8D5AF background.


White color preview on #E8D5AF background

This text has white color on #E8D5AF background.


Related colors

Complementary color

Complementary color for #hex is #172A50.


I love getcolorcode.com

Triadic colors

1 #AFE8D5 and #D5AFE8 with #E8D5AF are triadic colors.

2 #AFD5E8 and #D5E8AF with #E8D5AF are triadic colors.