COLOR #E8CCA9

HEX: #E8CCA9 RGB: (232,204,169)

Color info

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

RGB color model

#E8CCA9 color RGB value is (232,204,169).

RGB: (232,204,169) (91%, 80%, 66%)

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 169 of 255 = 66%

232
204
169

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

Portions of RGB colors in percentages

R + G + B = 232 + 204 + 169 = 605 (100%)
R 232 of 605 ~ 38.35%
G 204 of 605 ~ 33.72%
B 169 of 605 ~ 27.93'%

%38.35
%33.72
%27.93

CMYK color model

#E8CCA9 color CMYK value is (0,12,27,9).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 27.16%
  • key color value is 9.02%

CMYK: (0,12,27,9)
C0M12Y27K9 (0%, 12%, 27%, 9%)
(0.00 / 0.12 / 0.27 / 0.09)

CMYK percentages

%0
%12.07
%27.16
%9.02

Codes

Color #E8CCA9 in popluar color models

E8 CC A9
RGB 232 204 169
HSL 33° 57.80% 78.63%
HSB/HSV 33° 27.16% 90.98%
CMYK 0.00% 12.07% 27.16%
9.02%

Color #E8CCA9 in popluar number systems.

HEX E8 CC A9
Decimal 232 204 169
Binary 11101000 11001100 10101001
Octal 350 314 251

Shades and tints

Shades of #E8CCA9

#E8CCA9
(232,204,169)
#D3BA9A
(211,186,154)
#BEA88B
(190,168,139)
#A9967C
(169,150,124)
#94846D
(148,132,109)
#7F725E
(127,114,94)
#6A604F
(106,96,79)
#554E40
(85,78,64)
#403C31
(64,60,49)
#2B2A22
(43,42,34)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #E8CCA9

#E8CCA9
(232,204,169)
#EAD0B0
(234,208,176)
#ECD4B7
(236,212,183)
#EED8BE
(238,216,190)
#F0DCC5
(240,220,197)
#F2E0CC
(242,224,204)
#F4E4D3
(244,228,211)
#F6E8DA
(246,232,218)
#F8ECE1
(248,236,225)
#FAF0E8
(250,240,232)
#FCF4EF
(252,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CCA9 color. Also use rgb(232,204,169) instead hex code.

Text Font Color

.myTextColor { color: #E8CCA9; }

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

This text font color is #E8CCA9.

Background Color

.myBgColor { background-color: #E8CCA9; }

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

This div background color is #E8CCA9.

Border color

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

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

This div border color is #E8CCA9.

Opacity

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

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

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

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

This text has shadow with #E8CCA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CCA9.

Preview

Color preview on black background

This text has color #E8CCA9 on black background.


Color preview on white background

This text has color #E8CCA9 on white background.


Black color preview on #E8CCA9 background

This text has black color on #E8CCA9 background.


White color preview on #E8CCA9 background

This text has white color on #E8CCA9 background.


Related colors

Complementary color

Complementary color for #hex is #173356.


I love getcolorcode.com

Triadic colors

1 #A9E8CC and #CCA9E8 with #E8CCA9 are triadic colors.

2 #A9CCE8 and #CCE8A9 with #E8CCA9 are triadic colors.