COLOR #E9AAAC

HEX: #E9AAAC
RGB: (233,170,172)

Color info

#E9AAAC contains mainly red color. Web safe color of #E9AAAC is #FF9999 (or #F99).

RGB color model

#E9AAAC color RGB value is (233,170,172).

  • red value is 233;
  • green value is 170;
  • blue value is 172.
RGB:
(233,170,172)
(91%,67%,67%)

RGB channels and saturation

R 233 of 255 = 91%
G 170 of 255 = 67%
B 172 of 255 = 67%

233
170
172

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

Portions of RGB colors in percentages

R + G + B =
233 + 170 + 172 = 575 (100%)
R 233 of 575 ~ 40.52%
G 170 of 575 ~ 29.57%
B 172 of 575 ~ 29.91%

%40.52
%29.57
%29.91

CMYK color model

#E9AAAC color CMYK value is (0,27,26,9).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(0,27,26,9)
C0M27Y26K9 
(0%,27%,26%,9%)
(0.00/0.27/0.26/0.09)	

CMYK percentages

%0
%27.04
%26.18
%8.63

Codes

Color #E9AAAC in popluar color models

E9AAAC
RGB233170172
HSL358°58.88%79.02%
HSB/HSV358°27.04%91.37%
CMYK0.00%27.04%26.18%
8.63%

Color #E9AAAC in popluar number systems.

HEXE9AAAC
Decimal233170172
Binary111010011010101010101100
Octal351252254

Shades and tints

Shades of #E9AAAC

#E9AAAC
(233,170,172)
#D49B9D
(212,155,157)
#BF8C8E
(191,140,142)
#AA7D7F
(170,125,127)
#956E70
(149,110,112)
#805F61
(128,95,97)
#6B5052
(107,80,82)
#564143
(86,65,67)
#413234
(65,50,52)
#2C2325
(44,35,37)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #E9AAAC

#E9AAAC
(233,170,172)
#EBB1B3
(235,177,179)
#EDB8BA
(237,184,186)
#EFBFC1
(239,191,193)
#F1C6C8
(241,198,200)
#F3CDCF
(243,205,207)
#F5D4D6
(245,212,214)
#F7DBDD
(247,219,221)
#F9E2E4
(249,226,228)
#FBE9EB
(251,233,235)
#FDF0F2
(253,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AAAC color. Also use rgb(233,170,172) instead hex code.

Text Font Color

.myTextColor { color: #E9AAAC; }

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

This text font color is #E9AAAC.


Background Color

.myBgColor { background-color: #E9AAAC; }

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

This div background color is #E9AAAC.


Border color

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

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

This div border color is #E9AAAC.


Opacity

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

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

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

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

This text has shadow with #E9AAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AAAC on black background.


Color preview on white background

This text has color #E9AAAC on white background.



Black color preview on #E9AAAC background

This text has black color on #E9AAAC background.


White color preview on #E9AAAC background

This text has white color on #E9AAAC background.