COLOR #AA99B6

HEX: #AA99B6
RGB: (170,153,182)

Color info

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

RGB color model

#AA99B6 color RGB value is (170,153,182).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 182 of 255 = 71%

170
153
182

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 182 = 505 (100%)
R 170 of 505 ~ 33.66%
G 153 of 505 ~ 30.3%
B 182 of 505 ~ 36.04%

%33.66
%30.3
%36.04

CMYK color model

#AA99B6 color CMYK value is (7,16,0,29).

  • cyan value is 6.59%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,16,0,29)
C7M16Y0K29 
(7%,16%,0%,29%)
(0.07/0.16/0.00/0.29)	

CMYK percentages

%6.59
%15.93
%0
%28.63

Codes

Color #AA99B6 in popluar color models

AA99B6
RGB170153182
HSL275°16.57%65.69%
HSB/HSV275°15.93%71.37%
CMYK6.59%15.93%0.00%
28.63%

Color #AA99B6 in popluar number systems.

HEXAA99B6
Decimal170153182
Binary101010101001100110110110
Octal252231266

Shades and tints

Shades of #AA99B6

#AA99B6
(170,153,182)
#9B8CA6
(155,140,166)
#8C7F96
(140,127,150)
#7D7286
(125,114,134)
#6E6576
(110,101,118)
#5F5866
(95,88,102)
#504B56
(80,75,86)
#413E46
(65,62,70)
#323136
(50,49,54)
#232426
(35,36,38)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #AA99B6

#AA99B6
(170,153,182)
#B1A2BC
(177,162,188)
#B8ABC2
(184,171,194)
#BFB4C8
(191,180,200)
#C6BDCE
(198,189,206)
#CDC6D4
(205,198,212)
#D4CFDA
(212,207,218)
#DBD8E0
(219,216,224)
#E2E1E6
(226,225,230)
#E9EAEC
(233,234,236)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99B6; }

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

This text font color is #AA99B6.


Background Color

.myBgColor { background-color: #AA99B6; }

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

This div background color is #AA99B6.


Border color

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

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

This div border color is #AA99B6.


Opacity

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

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

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

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

This text has shadow with #AA99B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA99B6 on black background.


Color preview on white background

This text has color #AA99B6 on white background.



Black color preview on #AA99B6 background

This text has black color on #AA99B6 background.


White color preview on #AA99B6 background

This text has white color on #AA99B6 background.