COLOR #E8D2AE

HEX: #E8D2AE RGB: (232,210,174)

Color info

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

RGB color model

#E8D2AE color RGB value is (232,210,174).

RGB: (232,210,174) (91%, 82%, 68%)

RGB channels and saturation

R 232 of 255 = 91%
G 210 of 255 = 82%
B 174 of 255 = 68%

232
210
174

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

Portions of RGB colors in percentages

R + G + B = 232 + 210 + 174 = 616 (100%)
R 232 of 616 ~ 37.66%
G 210 of 616 ~ 34.09%
B 174 of 616 ~ 28.25'%

%37.66
%34.09
%28.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 25.00%
  • key color value is 9.02%

CMYK: (0,9,25,9)
C0M9Y25K9 (0%, 9%, 25%, 9%)
(0.00 / 0.09 / 0.25 / 0.09)

CMYK percentages

%0
%9.48
%25
%9.02

Codes

Color #E8D2AE in popluar color models

E8 D2 AE
RGB 232 210 174
HSL 37° 55.77% 79.61%
HSB/HSV 37° 25.00% 90.98%
CMYK 0.00% 9.48% 25.00%
9.02%

Color #E8D2AE in popluar number systems.

HEX E8 D2 AE
Decimal 232 210 174
Binary 11101000 11010010 10101110
Octal 350 322 256

Shades and tints

Shades of #E8D2AE

#E8D2AE
(232,210,174)
#D3BF9F
(211,191,159)
#BEAC90
(190,172,144)
#A99981
(169,153,129)
#948672
(148,134,114)
#7F7363
(127,115,99)
#6A6054
(106,96,84)
#554D45
(85,77,69)
#403A36
(64,58,54)
#2B2727
(43,39,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #E8D2AE

#E8D2AE
(232,210,174)
#EAD6B5
(234,214,181)
#ECDABC
(236,218,188)
#EEDEC3
(238,222,195)
#F0E2CA
(240,226,202)
#F2E6D1
(242,230,209)
#F4EAD8
(244,234,216)
#F6EEDF
(246,238,223)
#F8F2E6
(248,242,230)
#FAF6ED
(250,246,237)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D2AE color. Also use rgb(232,210,174) instead hex code.

Text Font Color

.myTextColor { color: #E8D2AE; }

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

This text font color is #E8D2AE.

Background Color

.myBgColor { background-color: #E8D2AE; }

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

This div background color is #E8D2AE.

Border color

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

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

This div border color is #E8D2AE.

Opacity

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

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

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

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

This text has shadow with #E8D2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D2AE.

Preview

Color preview on black background

This text has color #E8D2AE on black background.


Color preview on white background

This text has color #E8D2AE on white background.


Black color preview on #E8D2AE background

This text has black color on #E8D2AE background.


White color preview on #E8D2AE background

This text has white color on #E8D2AE background.


Related colors

Complementary color

Complementary color for #hex is #172D51.


I love getcolorcode.com

Triadic colors

1 #AEE8D2 and #D2AEE8 with #E8D2AE are triadic colors.

2 #AED2E8 and #D2E8AE with #E8D2AE are triadic colors.