COLOR #E1C0AA

HEX: #E1C0AA
RGB: (225,192,170)

Color info

#E1C0AA contains red, green and blue colors in about the same proportion. Web safe color of #E1C0AA is #CCCC99 (or #CC9).

RGB color model

#E1C0AA color RGB value is (225,192,170).

  • red value is 225;
  • green value is 192;
  • blue value is 170.
RGB:
(225,192,170)
(88%,75%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 170 of 255 = 67%

225
192
170

R + G + B ~ 77%. #E1C0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 192 + 170 = 587 (100%)
R 225 of 587 ~ 38.33%
G 192 of 587 ~ 32.71%
B 170 of 587 ~ 28.96%

%38.33
%32.71
%28.96

CMYK color model

#E1C0AA color CMYK value is (0,15,24,12).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 24.44%
  • key color value is 11.76%
CMYK:
(0,15,24,12)
C0M15Y24K12 
(0%,15%,24%,12%)
(0.00/0.15/0.24/0.12)	

CMYK percentages

%0
%14.67
%24.44
%11.76

Codes

Color #E1C0AA in popluar color models

E1C0AA
RGB225192170
HSL24°47.83%77.45%
HSB/HSV24°24.44%88.24%
CMYK0.00%14.67%24.44%
11.76%

Color #E1C0AA in popluar number systems.

HEXE1C0AA
Decimal225192170
Binary111000011100000010101010
Octal341300252

Shades and tints

Shades of #E1C0AA

#E1C0AA
(225,192,170)
#CDAF9B
(205,175,155)
#B99E8C
(185,158,140)
#A58D7D
(165,141,125)
#917C6E
(145,124,110)
#7D6B5F
(125,107,95)
#695A50
(105,90,80)
#554941
(85,73,65)
#413832
(65,56,50)
#2D2723
(45,39,35)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #E1C0AA

#E1C0AA
(225,192,170)
#E3C5B1
(227,197,177)
#E5CAB8
(229,202,184)
#E7CFBF
(231,207,191)
#E9D4C6
(233,212,198)
#EBD9CD
(235,217,205)
#EDDED4
(237,222,212)
#EFE3DB
(239,227,219)
#F1E8E2
(241,232,226)
#F3EDE9
(243,237,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C0AA color. Also use rgb(225,192,170) instead hex code.

Text Font Color

.myTextColor { color: #E1C0AA; }

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

This text font color is #E1C0AA.


Background Color

.myBgColor { background-color: #E1C0AA; }

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

This div background color is #E1C0AA.


Border color

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

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

This div border color is #E1C0AA.


Opacity

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

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

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

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

This text has shadow with #E1C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C0AA on black background.


Color preview on white background

This text has color #E1C0AA on white background.



Black color preview on #E1C0AA background

This text has black color on #E1C0AA background.


White color preview on #E1C0AA background

This text has white color on #E1C0AA background.