COLOR #E5AA9A

HEX: #E5AA9A
RGB: (229,170,154)

Color info

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

RGB color model

#E5AA9A color RGB value is (229,170,154).

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

RGB channels and saturation

R 229 of 255 = 90%
G 170 of 255 = 67%
B 154 of 255 = 60%

229
170
154

R + G + B ~ 72%. #E5AA9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 170 + 154 = 553 (100%)
R 229 of 553 ~ 41.41%
G 170 of 553 ~ 30.74%
B 154 of 553 ~ 27.85%

%41.41
%30.74
%27.85

CMYK color model

#E5AA9A color CMYK value is (0,26,33,10).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 32.75%
  • key color value is 10.20%
CMYK:
(0,26,33,10)
C0M26Y33K10 
(0%,26%,33%,10%)
(0.00/0.26/0.33/0.10)	

CMYK percentages

%0
%25.76
%32.75
%10.2

Codes

Color #E5AA9A in popluar color models

E5AA9A
RGB229170154
HSL13°59.06%75.10%
HSB/HSV13°32.75%89.80%
CMYK0.00%25.76%32.75%
10.20%

Color #E5AA9A in popluar number systems.

HEXE5AA9A
Decimal229170154
Binary111001011010101010011010
Octal345252232

Shades and tints

Shades of #E5AA9A

#E5AA9A
(229,170,154)
#D19B8C
(209,155,140)
#BD8C7E
(189,140,126)
#A97D70
(169,125,112)
#956E62
(149,110,98)
#815F54
(129,95,84)
#6D5046
(109,80,70)
#594138
(89,65,56)
#45322A
(69,50,42)
#31231C
(49,35,28)
#1D140E
(29,20,14)
#000000
(0,0,0)

Tints of #E5AA9A

#E5AA9A
(229,170,154)
#E7B1A3
(231,177,163)
#E9B8AC
(233,184,172)
#EBBFB5
(235,191,181)
#EDC6BE
(237,198,190)
#EFCDC7
(239,205,199)
#F1D4D0
(241,212,208)
#F3DBD9
(243,219,217)
#F5E2E2
(245,226,226)
#F7E9EB
(247,233,235)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AA9A; }

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

This text font color is #E5AA9A.


Background Color

.myBgColor { background-color: #E5AA9A; }

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

This div background color is #E5AA9A.


Border color

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

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

This div border color is #E5AA9A.


Opacity

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

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

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

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

This text has shadow with #E5AA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AA9A on black background.


Color preview on white background

This text has color #E5AA9A on white background.



Black color preview on #E5AA9A background

This text has black color on #E5AA9A background.


White color preview on #E5AA9A background

This text has white color on #E5AA9A background.