COLOR #E8DC9C

HEX: #E8DC9C RGB: (232,220,156)

Color info

#E8DC9C contains mainly red and green colors. Web safe color of #E8DC9C is #FFCC99 (or #FC9).

RGB color model

#E8DC9C color RGB value is (232,220,156).

RGB: (232,220,156) (91%, 86%, 61%)

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 156 of 255 = 61%

232
220
156

R + G + B ~ 79%. #E8DC9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 220 + 156 = 608 (100%)
R 232 of 608 ~ 38.16%
G 220 of 608 ~ 36.18%
B 156 of 608 ~ 25.66'%

%38.16
%36.18
%25.66

CMYK color model

#E8DC9C color CMYK value is (0,5,33,9).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 32.76%
  • key color value is 9.02%

CMYK: (0,5,33,9)
C0M5Y33K9 (0%, 5%, 33%, 9%)
(0.00 / 0.05 / 0.33 / 0.09)

CMYK percentages

%0
%5.17
%32.76
%9.02

Codes

Color #E8DC9C in popluar color models

E8 DC 9C
RGB 232 220 156
HSL 51° 62.30% 76.08%
HSB/HSV 51° 32.76% 90.98%
CMYK 0.00% 5.17% 32.76%
9.02%

Color #E8DC9C in popluar number systems.

HEX E8 DC 9C
Decimal 232 220 156
Binary 11101000 11011100 10011100
Octal 350 334 234

Shades and tints

Shades of #E8DC9C

#E8DC9C
(232,220,156)
#D3C88E
(211,200,142)
#BEB480
(190,180,128)
#A9A072
(169,160,114)
#948C64
(148,140,100)
#7F7856
(127,120,86)
#6A6448
(106,100,72)
#55503A
(85,80,58)
#403C2C
(64,60,44)
#2B281E
(43,40,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #E8DC9C

#E8DC9C
(232,220,156)
#EADFA5
(234,223,165)
#ECE2AE
(236,226,174)
#EEE5B7
(238,229,183)
#F0E8C0
(240,232,192)
#F2EBC9
(242,235,201)
#F4EED2
(244,238,210)
#F6F1DB
(246,241,219)
#F8F4E4
(248,244,228)
#FAF7ED
(250,247,237)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DC9C color. Also use rgb(232,220,156) instead hex code.

Text Font Color

.myTextColor { color: #E8DC9C; }

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

This text font color is #E8DC9C.

Background Color

.myBgColor { background-color: #E8DC9C; }

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

This div background color is #E8DC9C.

Border color

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

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

This div border color is #E8DC9C.

Opacity

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

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

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

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

This text has shadow with #E8DC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DC9C.

Preview

Color preview on black background

This text has color #E8DC9C on black background.


Color preview on white background

This text has color #E8DC9C on white background.


Black color preview on #E8DC9C background

This text has black color on #E8DC9C background.


White color preview on #E8DC9C background

This text has white color on #E8DC9C background.


Related colors

Complementary color

Complementary color for #hex is #172363.


I love getcolorcode.com

Triadic colors

1 #9CE8DC and #DC9CE8 with #E8DC9C are triadic colors.

2 #9CDCE8 and #DCE89C with #E8DC9C are triadic colors.