COLOR #E8C0AB

HEX: #E8C0AB
RGB: (232,192,171)

Color info

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

RGB color model

#E8C0AB color RGB value is (232,192,171).

  • red value is 232;
  • green value is 192;
  • blue value is 171.
RGB:
(232,192,171)
(91%,75%,67%)

RGB channels and saturation

R 232 of 255 = 91%
G 192 of 255 = 75%
B 171 of 255 = 67%

232
192
171

R + G + B ~ 78%. #E8C0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 192 + 171 = 595 (100%)
R 232 of 595 ~ 38.99%
G 192 of 595 ~ 32.27%
B 171 of 595 ~ 28.74%

%38.99
%32.27
%28.74

CMYK color model

#E8C0AB color CMYK value is (0,17,26,9).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 26.29%
  • key color value is 9.02%
CMYK:
(0,17,26,9)
C0M17Y26K9 
(0%,17%,26%,9%)
(0.00/0.17/0.26/0.09)	

CMYK percentages

%0
%17.24
%26.29
%9.02

Codes

Color #E8C0AB in popluar color models

E8C0AB
RGB232192171
HSL21°57.01%79.02%
HSB/HSV21°26.29%90.98%
CMYK0.00%17.24%26.29%
9.02%

Color #E8C0AB in popluar number systems.

HEXE8C0AB
Decimal232192171
Binary111010001100000010101011
Octal350300253

Shades and tints

Shades of #E8C0AB

#E8C0AB
(232,192,171)
#D3AF9C
(211,175,156)
#BE9E8D
(190,158,141)
#A98D7E
(169,141,126)
#947C6F
(148,124,111)
#7F6B60
(127,107,96)
#6A5A51
(106,90,81)
#554942
(85,73,66)
#403833
(64,56,51)
#2B2724
(43,39,36)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #E8C0AB

#E8C0AB
(232,192,171)
#EAC5B2
(234,197,178)
#ECCAB9
(236,202,185)
#EECFC0
(238,207,192)
#F0D4C7
(240,212,199)
#F2D9CE
(242,217,206)
#F4DED5
(244,222,213)
#F6E3DC
(246,227,220)
#F8E8E3
(248,232,227)
#FAEDEA
(250,237,234)
#FCF2F1
(252,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C0AB color. Also use rgb(232,192,171) instead hex code.

Text Font Color

.myTextColor { color: #E8C0AB; }

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

This text font color is #E8C0AB.


Background Color

.myBgColor { background-color: #E8C0AB; }

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

This div background color is #E8C0AB.


Border color

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

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

This div border color is #E8C0AB.


Opacity

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

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

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

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

This text has shadow with #E8C0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C0AB on black background.


Color preview on white background

This text has color #E8C0AB on white background.



Black color preview on #E8C0AB background

This text has black color on #E8C0AB background.


White color preview on #E8C0AB background

This text has white color on #E8C0AB background.