COLOR #E4AAA0

HEX: #E4AAA0
RGB: (228,170,160)

Color info

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

RGB color model

#E4AAA0 color RGB value is (228,170,160).

  • red value is 228;
  • green value is 170;
  • blue value is 160.
RGB:
(228,170,160)
(89%,67%,63%)

RGB channels and saturation

R 228 of 255 = 89%
G 170 of 255 = 67%
B 160 of 255 = 63%

228
170
160

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

Portions of RGB colors in percentages

R + G + B =
228 + 170 + 160 = 558 (100%)
R 228 of 558 ~ 40.86%
G 170 of 558 ~ 30.47%
B 160 of 558 ~ 28.67%

%40.86
%30.47
%28.67

CMYK color model

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

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

CMYK percentages

%0
%25.44
%29.82
%10.59

Codes

Color #E4AAA0 in popluar color models

E4AAA0
RGB228170160
HSL55.74%76.08%
HSB/HSV29.82%89.41%
CMYK0.00%25.44%29.82%
10.59%

Color #E4AAA0 in popluar number systems.

HEXE4AAA0
Decimal228170160
Binary111001001010101010100000
Octal344252240

Shades and tints

Shades of #E4AAA0

#E4AAA0
(228,170,160)
#D09B92
(208,155,146)
#BC8C84
(188,140,132)
#A87D76
(168,125,118)
#946E68
(148,110,104)
#805F5A
(128,95,90)
#6C504C
(108,80,76)
#58413E
(88,65,62)
#443230
(68,50,48)
#302322
(48,35,34)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #E4AAA0

#E4AAA0
(228,170,160)
#E6B1A8
(230,177,168)
#E8B8B0
(232,184,176)
#EABFB8
(234,191,184)
#ECC6C0
(236,198,192)
#EECDC8
(238,205,200)
#F0D4D0
(240,212,208)
#F2DBD8
(242,219,216)
#F4E2E0
(244,226,224)
#F6E9E8
(246,233,232)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AAA0 color. Also use rgb(228,170,160) instead hex code.

Text Font Color

.myTextColor { color: #E4AAA0; }

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

This text font color is #E4AAA0.


Background Color

.myBgColor { background-color: #E4AAA0; }

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

This div background color is #E4AAA0.


Border color

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

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

This div border color is #E4AAA0.


Opacity

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

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

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

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

This text has shadow with #E4AAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AAA0 on black background.


Color preview on white background

This text has color #E4AAA0 on white background.



Black color preview on #E4AAA0 background

This text has black color on #E4AAA0 background.


White color preview on #E4AAA0 background

This text has white color on #E4AAA0 background.