COLOR #AA9EB2

HEX: #AA9EB2
RGB: (170,158,178)

Color info

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

RGB color model

#AA9EB2 color RGB value is (170,158,178).

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

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 178 of 255 = 70%

170
158
178

R + G + B ~ 66%. #AA9EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 178 = 506 (100%)
R 170 of 506 ~ 33.6%
G 158 of 506 ~ 31.23%
B 178 of 506 ~ 35.18%

%33.6
%31.23
%35.18

CMYK color model

#AA9EB2 color CMYK value is (4,11,0,30).

  • cyan value is 4.49%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,11,0,30)
C4M11Y0K30 
(4%,11%,0%,30%)
(0.04/0.11/0.00/0.30)	

CMYK percentages

%4.49
%11.24
%0
%30.2

Codes

Color #AA9EB2 in popluar color models

AA9EB2
RGB170158178
HSL276°11.49%65.88%
HSB/HSV276°11.24%69.80%
CMYK4.49%11.24%0.00%
30.20%

Color #AA9EB2 in popluar number systems.

HEXAA9EB2
Decimal170158178
Binary101010101001111010110010
Octal252236262

Shades and tints

Shades of #AA9EB2

#AA9EB2
(170,158,178)
#9B90A2
(155,144,162)
#8C8292
(140,130,146)
#7D7482
(125,116,130)
#6E6672
(110,102,114)
#5F5862
(95,88,98)
#504A52
(80,74,82)
#413C42
(65,60,66)
#322E32
(50,46,50)
#232022
(35,32,34)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AA9EB2

#AA9EB2
(170,158,178)
#B1A6B9
(177,166,185)
#B8AEC0
(184,174,192)
#BFB6C7
(191,182,199)
#C6BECE
(198,190,206)
#CDC6D5
(205,198,213)
#D4CEDC
(212,206,220)
#DBD6E3
(219,214,227)
#E2DEEA
(226,222,234)
#E9E6F1
(233,230,241)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9EB2; }

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

This text font color is #AA9EB2.


Background Color

.myBgColor { background-color: #AA9EB2; }

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

This div background color is #AA9EB2.


Border color

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

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

This div border color is #AA9EB2.


Opacity

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

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

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

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

This text has shadow with #AA9EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9EB2 on black background.


Color preview on white background

This text has color #AA9EB2 on white background.



Black color preview on #AA9EB2 background

This text has black color on #AA9EB2 background.


White color preview on #AA9EB2 background

This text has white color on #AA9EB2 background.