COLOR #AA96BB

HEX: #AA96BB
RGB: (170,150,187)

Color info

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

RGB color model

#AA96BB color RGB value is (170,150,187).

  • red value is 170;
  • green value is 150;
  • blue value is 187.
RGB:
(170,150,187)
(67%,59%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 187 of 255 = 73%

170
150
187

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 187 = 507 (100%)
R 170 of 507 ~ 33.53%
G 150 of 507 ~ 29.59%
B 187 of 507 ~ 36.88%

%33.53
%29.59
%36.88

CMYK color model

#AA96BB color CMYK value is (9,20,0,27).

  • cyan value is 9.09%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,20,0,27)
C9M20Y0K27 
(9%,20%,0%,27%)
(0.09/0.20/0.00/0.27)	

CMYK percentages

%9.09
%19.79
%0
%26.67

Codes

Color #AA96BB in popluar color models

AA96BB
RGB170150187
HSL272°21.39%66.08%
HSB/HSV272°19.79%73.33%
CMYK9.09%19.79%0.00%
26.67%

Color #AA96BB in popluar number systems.

HEXAA96BB
Decimal170150187
Binary101010101001011010111011
Octal252226273

Shades and tints

Shades of #AA96BB

#AA96BB
(170,150,187)
#9B89AA
(155,137,170)
#8C7C99
(140,124,153)
#7D6F88
(125,111,136)
#6E6277
(110,98,119)
#5F5566
(95,85,102)
#504855
(80,72,85)
#413B44
(65,59,68)
#322E33
(50,46,51)
#232122
(35,33,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AA96BB

#AA96BB
(170,150,187)
#B19FC1
(177,159,193)
#B8A8C7
(184,168,199)
#BFB1CD
(191,177,205)
#C6BAD3
(198,186,211)
#CDC3D9
(205,195,217)
#D4CCDF
(212,204,223)
#DBD5E5
(219,213,229)
#E2DEEB
(226,222,235)
#E9E7F1
(233,231,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA96BB color. Also use rgb(170,150,187) instead hex code.

Text Font Color

.myTextColor { color: #AA96BB; }

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

This text font color is #AA96BB.


Background Color

.myBgColor { background-color: #AA96BB; }

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

This div background color is #AA96BB.


Border color

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

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

This div border color is #AA96BB.


Opacity

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

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

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

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

This text has shadow with #AA96BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA96BB on black background.


Color preview on white background

This text has color #AA96BB on white background.



Black color preview on #AA96BB background

This text has black color on #AA96BB background.


White color preview on #AA96BB background

This text has white color on #AA96BB background.