COLOR #AA9EB9

HEX: #AA9EB9
RGB: (170,158,185)

Color info

#AA9EB9 contains red, green and blue colors in about the same proportion. Web safe color of #AA9EB9 is #9999CC (or #99C).

RGB color model

#AA9EB9 color RGB value is (170,158,185).

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

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 185 of 255 = 73%

170
158
185

R + G + B ~ 67%. #AA9EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 185 = 513 (100%)
R 170 of 513 ~ 33.14%
G 158 of 513 ~ 30.8%
B 185 of 513 ~ 36.06%

%33.14
%30.8
%36.06

CMYK color model

#AA9EB9 color CMYK value is (8,15,0,27).

  • cyan value is 8.11%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,15,0,27)
C8M15Y0K27 
(8%,15%,0%,27%)
(0.08/0.15/0.00/0.27)	

CMYK percentages

%8.11
%14.59
%0
%27.45

Codes

Color #AA9EB9 in popluar color models

AA9EB9
RGB170158185
HSL267°16.17%67.25%
HSB/HSV267°14.59%72.55%
CMYK8.11%14.59%0.00%
27.45%

Color #AA9EB9 in popluar number systems.

HEXAA9EB9
Decimal170158185
Binary101010101001111010111001
Octal252236271

Shades and tints

Shades of #AA9EB9

#AA9EB9
(170,158,185)
#9B90A9
(155,144,169)
#8C8299
(140,130,153)
#7D7489
(125,116,137)
#6E6679
(110,102,121)
#5F5869
(95,88,105)
#504A59
(80,74,89)
#413C49
(65,60,73)
#322E39
(50,46,57)
#232029
(35,32,41)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #AA9EB9

#AA9EB9
(170,158,185)
#B1A6BF
(177,166,191)
#B8AEC5
(184,174,197)
#BFB6CB
(191,182,203)
#C6BED1
(198,190,209)
#CDC6D7
(205,198,215)
#D4CEDD
(212,206,221)
#DBD6E3
(219,214,227)
#E2DEE9
(226,222,233)
#E9E6EF
(233,230,239)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9EB9; }

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

This text font color is #AA9EB9.


Background Color

.myBgColor { background-color: #AA9EB9; }

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

This div background color is #AA9EB9.


Border color

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

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

This div border color is #AA9EB9.


Opacity

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

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

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

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

This text has shadow with #AA9EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9EB9 on black background.


Color preview on white background

This text has color #AA9EB9 on white background.



Black color preview on #AA9EB9 background

This text has black color on #AA9EB9 background.


White color preview on #AA9EB9 background

This text has white color on #AA9EB9 background.