COLOR #AA9BAC

HEX: #AA9BAC
RGB: (170,155,172)

Color info

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

RGB color model

#AA9BAC color RGB value is (170,155,172).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 172 of 255 = 67%

170
155
172

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 172 = 497 (100%)
R 170 of 497 ~ 34.21%
G 155 of 497 ~ 31.19%
B 172 of 497 ~ 34.61%

%34.21
%31.19
%34.61

CMYK color model

#AA9BAC color CMYK value is (1,10,0,33).

  • cyan value is 1.16%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (1,10,0,33) C1M10Y0K33 (1%,10%,0%,33%) (0.01/0.10/0.00/0.33)

CMYK percentages

%1.16
%9.88
%0
%32.55

Codes

Color #AA9BAC in popluar color models

AA9BAC
RGB170155172
HSL293°9.29%64.12%
HSB/HSV293°9.88%67.45%
CMYK1.16%9.88%0.00%
32.55%

Color #AA9BAC in popluar number systems.

HEXAA9BAC
Decimal170155172
Binary101010101001101110101100
Octal252233254

Shades and tints

Shades of #AA9BAC

#AA9BAC
(170,155,172)
#9B8D9D
(155,141,157)
#8C7F8E
(140,127,142)
#7D717F
(125,113,127)
#6E6370
(110,99,112)
#5F5561
(95,85,97)
#504752
(80,71,82)
#413943
(65,57,67)
#322B34
(50,43,52)
#231D25
(35,29,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #AA9BAC

#AA9BAC
(170,155,172)
#B1A4B3
(177,164,179)
#B8ADBA
(184,173,186)
#BFB6C1
(191,182,193)
#C6BFC8
(198,191,200)
#CDC8CF
(205,200,207)
#D4D1D6
(212,209,214)
#DBDADD
(219,218,221)
#E2E3E4
(226,227,228)
#E9ECEB
(233,236,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9BAC; }

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

This text font color is #AA9BAC.


Background Color

.myBgColor { background-color: #AA9BAC; }

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

This div background color is #AA9BAC.


Border color

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

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

This div border color is #AA9BAC.


Opacity

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

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

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

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

This text has shadow with #AA9BAC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AA9BAC on black background.


Color preview on white background

This text has color #AA9BAC on white background.



Black color preview on #AA9BAC background

This text has black color on #AA9BAC background.


White color preview on #AA9BAC background

This text has white color on #AA9BAC background.