COLOR #E8CCAA

HEX: #E8CCAA RGB: (232,204,170)

Color info

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

RGB color model

#E8CCAA color RGB value is (232,204,170).

RGB: (232,204,170) (91%, 80%, 67%)

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 170 of 255 = 67%

232
204
170

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

Portions of RGB colors in percentages

R + G + B = 232 + 204 + 170 = 606 (100%)
R 232 of 606 ~ 38.28%
G 204 of 606 ~ 33.66%
B 170 of 606 ~ 28.05'%

%38.28
%33.66
%28.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 26.72%
  • 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
%26.72
%9.02

Codes

Color #E8CCAA in popluar color models

E8 CC AA
RGB 232 204 170
HSL 33° 57.41% 78.82%
HSB/HSV 33° 26.72% 90.98%
CMYK 0.00% 12.07% 26.72%
9.02%

Color #E8CCAA in popluar number systems.

HEX E8 CC AA
Decimal 232 204 170
Binary 11101000 11001100 10101010
Octal 350 314 252

Shades and tints

Shades of #E8CCAA

#E8CCAA
(232,204,170)
#D3BA9B
(211,186,155)
#BEA88C
(190,168,140)
#A9967D
(169,150,125)
#94846E
(148,132,110)
#7F725F
(127,114,95)
#6A6050
(106,96,80)
#554E41
(85,78,65)
#403C32
(64,60,50)
#2B2A23
(43,42,35)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #E8CCAA

#E8CCAA
(232,204,170)
#EAD0B1
(234,208,177)
#ECD4B8
(236,212,184)
#EED8BF
(238,216,191)
#F0DCC6
(240,220,198)
#F2E0CD
(242,224,205)
#F4E4D4
(244,228,212)
#F6E8DB
(246,232,219)
#F8ECE2
(248,236,226)
#FAF0E9
(250,240,233)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CCAA; }

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

This text font color is #E8CCAA.

Background Color

.myBgColor { background-color: #E8CCAA; }

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

This div background color is #E8CCAA.

Border color

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

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

This div border color is #E8CCAA.

Opacity

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

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

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

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

This text has shadow with #E8CCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CCAA.

Preview

Color preview on black background

This text has color #E8CCAA on black background.


Color preview on white background

This text has color #E8CCAA on white background.


Black color preview on #E8CCAA background

This text has black color on #E8CCAA background.


White color preview on #E8CCAA background

This text has white color on #E8CCAA background.


Related colors

Complementary color

Complementary color for #hex is #173355.


I love getcolorcode.com

Triadic colors

1 #AAE8CC and #CCAAE8 with #E8CCAA are triadic colors.

2 #AACCE8 and #CCE8AA with #E8CCAA are triadic colors.