COLOR #E0AFAA

HEX: #E0AFAA
RGB: (224,175,170)

Color info

#E0AFAA contains red, green and blue colors in about the same proportion. Web safe color of #E0AFAA is #CC9999 (or #C99).

RGB color model

#E0AFAA color RGB value is (224,175,170).

  • red value is 224;
  • green value is 175;
  • blue value is 170.
RGB:
(224,175,170)
(88%,69%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 175 of 255 = 69%
B 170 of 255 = 67%

224
175
170

R + G + B ~ 75%. #E0AFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 175 + 170 = 569 (100%)
R 224 of 569 ~ 39.37%
G 175 of 569 ~ 30.76%
B 170 of 569 ~ 29.88%

%39.37
%30.76
%29.88

CMYK color model

#E0AFAA color CMYK value is (0,22,24,12).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,22,24,12)
C0M22Y24K12 
(0%,22%,24%,12%)
(0.00/0.22/0.24/0.12)	

CMYK percentages

%0
%21.88
%24.11
%12.16

Codes

Color #E0AFAA in popluar color models

E0AFAA
RGB224175170
HSL46.55%77.25%
HSB/HSV24.11%87.84%
CMYK0.00%21.88%24.11%
12.16%

Color #E0AFAA in popluar number systems.

HEXE0AFAA
Decimal224175170
Binary111000001010111110101010
Octal340257252

Shades and tints

Shades of #E0AFAA

#E0AFAA
(224,175,170)
#CCA09B
(204,160,155)
#B8918C
(184,145,140)
#A4827D
(164,130,125)
#90736E
(144,115,110)
#7C645F
(124,100,95)
#685550
(104,85,80)
#544641
(84,70,65)
#403732
(64,55,50)
#2C2823
(44,40,35)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #E0AFAA

#E0AFAA
(224,175,170)
#E2B6B1
(226,182,177)
#E4BDB8
(228,189,184)
#E6C4BF
(230,196,191)
#E8CBC6
(232,203,198)
#EAD2CD
(234,210,205)
#ECD9D4
(236,217,212)
#EEE0DB
(238,224,219)
#F0E7E2
(240,231,226)
#F2EEE9
(242,238,233)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AFAA color. Also use rgb(224,175,170) instead hex code.

Text Font Color

.myTextColor { color: #E0AFAA; }

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

This text font color is #E0AFAA.


Background Color

.myBgColor { background-color: #E0AFAA; }

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

This div background color is #E0AFAA.


Border color

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

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

This div border color is #E0AFAA.


Opacity

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

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

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

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

This text has shadow with #E0AFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AFAA on black background.


Color preview on white background

This text has color #E0AFAA on white background.



Black color preview on #E0AFAA background

This text has black color on #E0AFAA background.


White color preview on #E0AFAA background

This text has white color on #E0AFAA background.