COLOR #AA9BBA

HEX: #AA9BBA
RGB: (170,155,186)

Color info

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

RGB color model

#AA9BBA color RGB value is (170,155,186).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 186 of 255 = 73%

170
155
186

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 186 = 511 (100%)
R 170 of 511 ~ 33.27%
G 155 of 511 ~ 30.33%
B 186 of 511 ~ 36.4%

%33.27
%30.33
%36.4

CMYK color model

#AA9BBA color CMYK value is (9,17,0,27).

  • cyan value is 8.60%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,17,0,27)
C9M17Y0K27 
(9%,17%,0%,27%)
(0.09/0.17/0.00/0.27)	

CMYK percentages

%8.6
%16.67
%0
%27.06

Codes

Color #AA9BBA in popluar color models

AA9BBA
RGB170155186
HSL269°18.34%66.86%
HSB/HSV269°16.67%72.94%
CMYK8.60%16.67%0.00%
27.06%

Color #AA9BBA in popluar number systems.

HEXAA9BBA
Decimal170155186
Binary101010101001101110111010
Octal252233272

Shades and tints

Shades of #AA9BBA

#AA9BBA
(170,155,186)
#9B8DAA
(155,141,170)
#8C7F9A
(140,127,154)
#7D718A
(125,113,138)
#6E637A
(110,99,122)
#5F556A
(95,85,106)
#50475A
(80,71,90)
#41394A
(65,57,74)
#322B3A
(50,43,58)
#231D2A
(35,29,42)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #AA9BBA

#AA9BBA
(170,155,186)
#B1A4C0
(177,164,192)
#B8ADC6
(184,173,198)
#BFB6CC
(191,182,204)
#C6BFD2
(198,191,210)
#CDC8D8
(205,200,216)
#D4D1DE
(212,209,222)
#DBDAE4
(219,218,228)
#E2E3EA
(226,227,234)
#E9ECF0
(233,236,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9BBA; }

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

This text font color is #AA9BBA.


Background Color

.myBgColor { background-color: #AA9BBA; }

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

This div background color is #AA9BBA.


Border color

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

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

This div border color is #AA9BBA.


Opacity

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

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

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

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

This text has shadow with #AA9BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9BBA on black background.


Color preview on white background

This text has color #AA9BBA on white background.



Black color preview on #AA9BBA background

This text has black color on #AA9BBA background.


White color preview on #AA9BBA background

This text has white color on #AA9BBA background.