COLOR #E2C0AB

HEX: #E2C0AB
RGB: (226,192,171)

Color info

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

RGB color model

#E2C0AB color RGB value is (226,192,171).

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

RGB channels and saturation

R 226 of 255 = 89%
G 192 of 255 = 75%
B 171 of 255 = 67%

226
192
171

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

Portions of RGB colors in percentages

R + G + B =
226 + 192 + 171 = 589 (100%)
R 226 of 589 ~ 38.37%
G 192 of 589 ~ 32.6%
B 171 of 589 ~ 29.03%

%38.37
%32.6
%29.03

CMYK color model

#E2C0AB color CMYK value is (0,15,24,11).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 24.34%
  • key color value is 11.37%
CMYK:
(0,15,24,11)
C0M15Y24K11 
(0%,15%,24%,11%)
(0.00/0.15/0.24/0.11)	

CMYK percentages

%0
%15.04
%24.34
%11.37

Codes

Color #E2C0AB in popluar color models

E2C0AB
RGB226192171
HSL23°48.67%77.84%
HSB/HSV23°24.34%88.63%
CMYK0.00%15.04%24.34%
11.37%

Color #E2C0AB in popluar number systems.

HEXE2C0AB
Decimal226192171
Binary111000101100000010101011
Octal342300253

Shades and tints

Shades of #E2C0AB

#E2C0AB
(226,192,171)
#CEAF9C
(206,175,156)
#BA9E8D
(186,158,141)
#A68D7E
(166,141,126)
#927C6F
(146,124,111)
#7E6B60
(126,107,96)
#6A5A51
(106,90,81)
#564942
(86,73,66)
#423833
(66,56,51)
#2E2724
(46,39,36)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #E2C0AB

#E2C0AB
(226,192,171)
#E4C5B2
(228,197,178)
#E6CAB9
(230,202,185)
#E8CFC0
(232,207,192)
#EAD4C7
(234,212,199)
#ECD9CE
(236,217,206)
#EEDED5
(238,222,213)
#F0E3DC
(240,227,220)
#F2E8E3
(242,232,227)
#F4EDEA
(244,237,234)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C0AB; }

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

This text font color is #E2C0AB.


Background Color

.myBgColor { background-color: #E2C0AB; }

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

This div background color is #E2C0AB.


Border color

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

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

This div border color is #E2C0AB.


Opacity

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

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

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

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

This text has shadow with #E2C0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C0AB on black background.


Color preview on white background

This text has color #E2C0AB on white background.



Black color preview on #E2C0AB background

This text has black color on #E2C0AB background.


White color preview on #E2C0AB background

This text has white color on #E2C0AB background.