COLOR #AA99BA

HEX: #AA99BA
RGB: (170,153,186)

Color info

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

RGB color model

#AA99BA color RGB value is (170,153,186).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 186 of 255 = 73%

170
153
186

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 186 = 509 (100%)
R 170 of 509 ~ 33.4%
G 153 of 509 ~ 30.06%
B 186 of 509 ~ 36.54%

%33.4
%30.06
%36.54

CMYK color model

#AA99BA color CMYK value is (9,18,0,27).

  • cyan value is 8.60%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,18,0,27)
C9M18Y0K27 
(9%,18%,0%,27%)
(0.09/0.18/0.00/0.27)	

CMYK percentages

%8.6
%17.74
%0
%27.06

Codes

Color #AA99BA in popluar color models

AA99BA
RGB170153186
HSL271°19.30%66.47%
HSB/HSV271°17.74%72.94%
CMYK8.60%17.74%0.00%
27.06%

Color #AA99BA in popluar number systems.

HEXAA99BA
Decimal170153186
Binary101010101001100110111010
Octal252231272

Shades and tints

Shades of #AA99BA

#AA99BA
(170,153,186)
#9B8CAA
(155,140,170)
#8C7F9A
(140,127,154)
#7D728A
(125,114,138)
#6E657A
(110,101,122)
#5F586A
(95,88,106)
#504B5A
(80,75,90)
#413E4A
(65,62,74)
#32313A
(50,49,58)
#23242A
(35,36,42)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #AA99BA

#AA99BA
(170,153,186)
#B1A2C0
(177,162,192)
#B8ABC6
(184,171,198)
#BFB4CC
(191,180,204)
#C6BDD2
(198,189,210)
#CDC6D8
(205,198,216)
#D4CFDE
(212,207,222)
#DBD8E4
(219,216,228)
#E2E1EA
(226,225,234)
#E9EAF0
(233,234,240)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99BA; }

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

This text font color is #AA99BA.


Background Color

.myBgColor { background-color: #AA99BA; }

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

This div background color is #AA99BA.


Border color

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

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

This div border color is #AA99BA.


Opacity

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

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

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

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

This text has shadow with #AA99BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA99BA on black background.


Color preview on white background

This text has color #AA99BA on white background.



Black color preview on #AA99BA background

This text has black color on #AA99BA background.


White color preview on #AA99BA background

This text has white color on #AA99BA background.