COLOR #E2AA9E

HEX: #E2AA9E
RGB: (226,170,158)

Color info

#E2AA9E contains mainly red and green colors. Web safe color of #E2AA9E is #CC9999 (or #C99).

RGB color model

#E2AA9E color RGB value is (226,170,158).

  • red value is 226;
  • green value is 170;
  • blue value is 158.
RGB:
(226,170,158)
(89%,67%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 170 of 255 = 67%
B 158 of 255 = 62%

226
170
158

R + G + B ~ 73%. #E2AA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 170 + 158 = 554 (100%)
R 226 of 554 ~ 40.79%
G 170 of 554 ~ 30.69%
B 158 of 554 ~ 28.52%

%40.79
%30.69
%28.52

CMYK color model

#E2AA9E color CMYK value is (0,25,30,11).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(0,25,30,11)
C0M25Y30K11 
(0%,25%,30%,11%)
(0.00/0.25/0.30/0.11)	

CMYK percentages

%0
%24.78
%30.09
%11.37

Codes

Color #E2AA9E in popluar color models

E2AA9E
RGB226170158
HSL11°53.97%75.29%
HSB/HSV11°30.09%88.63%
CMYK0.00%24.78%30.09%
11.37%

Color #E2AA9E in popluar number systems.

HEXE2AA9E
Decimal226170158
Binary111000101010101010011110
Octal342252236

Shades and tints

Shades of #E2AA9E

#E2AA9E
(226,170,158)
#CE9B90
(206,155,144)
#BA8C82
(186,140,130)
#A67D74
(166,125,116)
#926E66
(146,110,102)
#7E5F58
(126,95,88)
#6A504A
(106,80,74)
#56413C
(86,65,60)
#42322E
(66,50,46)
#2E2320
(46,35,32)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #E2AA9E

#E2AA9E
(226,170,158)
#E4B1A6
(228,177,166)
#E6B8AE
(230,184,174)
#E8BFB6
(232,191,182)
#EAC6BE
(234,198,190)
#ECCDC6
(236,205,198)
#EED4CE
(238,212,206)
#F0DBD6
(240,219,214)
#F2E2DE
(242,226,222)
#F4E9E6
(244,233,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AA9E color. Also use rgb(226,170,158) instead hex code.

Text Font Color

.myTextColor { color: #E2AA9E; }

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

This text font color is #E2AA9E.


Background Color

.myBgColor { background-color: #E2AA9E; }

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

This div background color is #E2AA9E.


Border color

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

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

This div border color is #E2AA9E.


Opacity

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

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

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

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

This text has shadow with #E2AA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AA9E on black background.


Color preview on white background

This text has color #E2AA9E on white background.



Black color preview on #E2AA9E background

This text has black color on #E2AA9E background.


White color preview on #E2AA9E background

This text has white color on #E2AA9E background.