COLOR #AA9EA9

HEX: #AA9EA9
RGB: (170,158,169)

Color info

#AA9EA9 contains red, green and blue colors in about the same proportion. Web safe color of #AA9EA9 is #999999 (or #999).

RGB color model

#AA9EA9 color RGB value is (170,158,169).

  • red value is 170;
  • green value is 158;
  • blue value is 169.
RGB:
(170,158,169)
(67%,62%,66%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 169 of 255 = 66%

170
158
169

R + G + B ~ 65%. #AA9EA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 169 = 497 (100%)
R 170 of 497 ~ 34.21%
G 158 of 497 ~ 31.79%
B 169 of 497 ~ 34%

%34.21
%31.79
%34

CMYK color model

#AA9EA9 color CMYK value is (0,7,1,33).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK:
(0,7,1,33)
C0M7Y1K33 
(0%,7%,1%,33%)
(0.00/0.07/0.01/0.33)	

CMYK percentages

%0
%7.06
%0.59
%33.33

Codes

Color #AA9EA9 in popluar color models

AA9EA9
RGB170158169
HSL305°6.59%64.31%
HSB/HSV305°7.06%66.67%
CMYK0.00%7.06%0.59%
33.33%

Color #AA9EA9 in popluar number systems.

HEXAA9EA9
Decimal170158169
Binary101010101001111010101001
Octal252236251

Shades and tints

Shades of #AA9EA9

#AA9EA9
(170,158,169)
#9B909A
(155,144,154)
#8C828B
(140,130,139)
#7D747C
(125,116,124)
#6E666D
(110,102,109)
#5F585E
(95,88,94)
#504A4F
(80,74,79)
#413C40
(65,60,64)
#322E31
(50,46,49)
#232022
(35,32,34)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA9EA9

#AA9EA9
(170,158,169)
#B1A6B0
(177,166,176)
#B8AEB7
(184,174,183)
#BFB6BE
(191,182,190)
#C6BEC5
(198,190,197)
#CDC6CC
(205,198,204)
#D4CED3
(212,206,211)
#DBD6DA
(219,214,218)
#E2DEE1
(226,222,225)
#E9E6E8
(233,230,232)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9EA9 color. Also use rgb(170,158,169) instead hex code.

Text Font Color

.myTextColor { color: #AA9EA9; }

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

This text font color is #AA9EA9.


Background Color

.myBgColor { background-color: #AA9EA9; }

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

This div background color is #AA9EA9.


Border color

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

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

This div border color is #AA9EA9.


Opacity

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

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

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

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

This text has shadow with #AA9EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9EA9 on black background.


Color preview on white background

This text has color #AA9EA9 on white background.



Black color preview on #AA9EA9 background

This text has black color on #AA9EA9 background.


White color preview on #AA9EA9 background

This text has white color on #AA9EA9 background.