COLOR #E0A9AF

HEX: #E0A9AF
RGB: (224,169,175)

Color info

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

RGB color model

#E0A9AF color RGB value is (224,169,175).

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

RGB channels and saturation

R 224 of 255 = 88%
G 169 of 255 = 66%
B 175 of 255 = 69%

224
169
175

R + G + B ~ 74%. #E0A9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 169 + 175 = 568 (100%)
R 224 of 568 ~ 39.44%
G 169 of 568 ~ 29.75%
B 175 of 568 ~ 30.81%

%39.44
%29.75
%30.81

CMYK color model

#E0A9AF color CMYK value is (0,25,22,12).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 21.88%
  • key color value is 12.16%
CMYK:
(0,25,22,12)
C0M25Y22K12 
(0%,25%,22%,12%)
(0.00/0.25/0.22/0.12)	

CMYK percentages

%0
%24.55
%21.88
%12.16

Codes

Color #E0A9AF in popluar color models

E0A9AF
RGB224169175
HSL353°47.01%77.06%
HSB/HSV353°24.55%87.84%
CMYK0.00%24.55%21.88%
12.16%

Color #E0A9AF in popluar number systems.

HEXE0A9AF
Decimal224169175
Binary111000001010100110101111
Octal340251257

Shades and tints

Shades of #E0A9AF

#E0A9AF
(224,169,175)
#CC9AA0
(204,154,160)
#B88B91
(184,139,145)
#A47C82
(164,124,130)
#906D73
(144,109,115)
#7C5E64
(124,94,100)
#684F55
(104,79,85)
#544046
(84,64,70)
#403137
(64,49,55)
#2C2228
(44,34,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #E0A9AF

#E0A9AF
(224,169,175)
#E2B0B6
(226,176,182)
#E4B7BD
(228,183,189)
#E6BEC4
(230,190,196)
#E8C5CB
(232,197,203)
#EACCD2
(234,204,210)
#ECD3D9
(236,211,217)
#EEDAE0
(238,218,224)
#F0E1E7
(240,225,231)
#F2E8EE
(242,232,238)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A9AF; }

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

This text font color is #E0A9AF.


Background Color

.myBgColor { background-color: #E0A9AF; }

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

This div background color is #E0A9AF.


Border color

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

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

This div border color is #E0A9AF.


Opacity

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

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

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

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

This text has shadow with #E0A9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A9AF on black background.


Color preview on white background

This text has color #E0A9AF on white background.



Black color preview on #E0A9AF background

This text has black color on #E0A9AF background.


White color preview on #E0A9AF background

This text has white color on #E0A9AF background.