COLOR #E5AA9E

HEX: #E5AA9E
RGB: (229,170,158)

Color info

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

RGB color model

#E5AA9E color RGB value is (229,170,158).

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

RGB channels and saturation

R 229 of 255 = 90%
G 170 of 255 = 67%
B 158 of 255 = 62%

229
170
158

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

Portions of RGB colors in percentages

R + G + B =
229 + 170 + 158 = 557 (100%)
R 229 of 557 ~ 41.11%
G 170 of 557 ~ 30.52%
B 158 of 557 ~ 28.37%

%41.11
%30.52
%28.37

CMYK color model

#E5AA9E color CMYK value is (0,26,31,10).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 31.00%
  • key color value is 10.20%
CMYK:
(0,26,31,10)
C0M26Y31K10 
(0%,26%,31%,10%)
(0.00/0.26/0.31/0.10)	

CMYK percentages

%0
%25.76
%31
%10.2

Codes

Color #E5AA9E in popluar color models

E5AA9E
RGB229170158
HSL10°57.72%75.88%
HSB/HSV10°31.00%89.80%
CMYK0.00%25.76%31.00%
10.20%

Color #E5AA9E in popluar number systems.

HEXE5AA9E
Decimal229170158
Binary111001011010101010011110
Octal345252236

Shades and tints

Shades of #E5AA9E

#E5AA9E
(229,170,158)
#D19B90
(209,155,144)
#BD8C82
(189,140,130)
#A97D74
(169,125,116)
#956E66
(149,110,102)
#815F58
(129,95,88)
#6D504A
(109,80,74)
#59413C
(89,65,60)
#45322E
(69,50,46)
#312320
(49,35,32)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #E5AA9E

#E5AA9E
(229,170,158)
#E7B1A6
(231,177,166)
#E9B8AE
(233,184,174)
#EBBFB6
(235,191,182)
#EDC6BE
(237,198,190)
#EFCDC6
(239,205,198)
#F1D4CE
(241,212,206)
#F3DBD6
(243,219,214)
#F5E2DE
(245,226,222)
#F7E9E6
(247,233,230)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AA9E; }

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

This text font color is #E5AA9E.


Background Color

.myBgColor { background-color: #E5AA9E; }

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

This div background color is #E5AA9E.


Border color

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

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

This div border color is #E5AA9E.


Opacity

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

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

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

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

This text has shadow with #E5AA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AA9E on black background.


Color preview on white background

This text has color #E5AA9E on white background.



Black color preview on #E5AA9E background

This text has black color on #E5AA9E background.


White color preview on #E5AA9E background

This text has white color on #E5AA9E background.