COLOR #AA9FB6

HEX: #AA9FB6
RGB: (170,159,182)

Color info

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

RGB color model

#AA9FB6 color RGB value is (170,159,182).

  • red value is 170;
  • green value is 159;
  • blue value is 182.
RGB:
(170,159,182)
(67%,62%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 182 of 255 = 71%

170
159
182

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

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 182 = 511 (100%)
R 170 of 511 ~ 33.27%
G 159 of 511 ~ 31.12%
B 182 of 511 ~ 35.62%

%33.27
%31.12
%35.62

CMYK color model

#AA9FB6 color CMYK value is (7,13,0,29).

  • cyan value is 6.59%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,13,0,29)
C7M13Y0K29 
(7%,13%,0%,29%)
(0.07/0.13/0.00/0.29)	

CMYK percentages

%6.59
%12.64
%0
%28.63

Codes

Color #AA9FB6 in popluar color models

AA9FB6
RGB170159182
HSL269°13.61%66.86%
HSB/HSV269°12.64%71.37%
CMYK6.59%12.64%0.00%
28.63%

Color #AA9FB6 in popluar number systems.

HEXAA9FB6
Decimal170159182
Binary101010101001111110110110
Octal252237266

Shades and tints

Shades of #AA9FB6

#AA9FB6
(170,159,182)
#9B91A6
(155,145,166)
#8C8396
(140,131,150)
#7D7586
(125,117,134)
#6E6776
(110,103,118)
#5F5966
(95,89,102)
#504B56
(80,75,86)
#413D46
(65,61,70)
#322F36
(50,47,54)
#232126
(35,33,38)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AA9FB6

#AA9FB6
(170,159,182)
#B1A7BC
(177,167,188)
#B8AFC2
(184,175,194)
#BFB7C8
(191,183,200)
#C6BFCE
(198,191,206)
#CDC7D4
(205,199,212)
#D4CFDA
(212,207,218)
#DBD7E0
(219,215,224)
#E2DFE6
(226,223,230)
#E9E7EC
(233,231,236)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9FB6 color. Also use rgb(170,159,182) instead hex code.

Text Font Color

.myTextColor { color: #AA9FB6; }

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

This text font color is #AA9FB6.


Background Color

.myBgColor { background-color: #AA9FB6; }

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

This div background color is #AA9FB6.


Border color

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

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

This div border color is #AA9FB6.


Opacity

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

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

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

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

This text has shadow with #AA9FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9FB6 on black background.


Color preview on white background

This text has color #AA9FB6 on white background.



Black color preview on #AA9FB6 background

This text has black color on #AA9FB6 background.


White color preview on #AA9FB6 background

This text has white color on #AA9FB6 background.