COLOR #AA99B2

HEX: #AA99B2
RGB: (170,153,178)

Color info

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

RGB color model

#AA99B2 color RGB value is (170,153,178).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 178 of 255 = 70%

170
153
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 178 = 501 (100%)
R 170 of 501 ~ 33.93%
G 153 of 501 ~ 30.54%
B 178 of 501 ~ 35.53%

%33.93
%30.54
%35.53

CMYK color model

#AA99B2 color CMYK value is (4,14,0,30).

  • cyan value is 4.49%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,14,0,30)
C4M14Y0K30 
(4%,14%,0%,30%)
(0.04/0.14/0.00/0.30)	

CMYK percentages

%4.49
%14.04
%0
%30.2

Codes

Color #AA99B2 in popluar color models

AA99B2
RGB170153178
HSL281°13.97%64.90%
HSB/HSV281°14.04%69.80%
CMYK4.49%14.04%0.00%
30.20%

Color #AA99B2 in popluar number systems.

HEXAA99B2
Decimal170153178
Binary101010101001100110110010
Octal252231262

Shades and tints

Shades of #AA99B2

#AA99B2
(170,153,178)
#9B8CA2
(155,140,162)
#8C7F92
(140,127,146)
#7D7282
(125,114,130)
#6E6572
(110,101,114)
#5F5862
(95,88,98)
#504B52
(80,75,82)
#413E42
(65,62,66)
#323132
(50,49,50)
#232422
(35,36,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AA99B2

#AA99B2
(170,153,178)
#B1A2B9
(177,162,185)
#B8ABC0
(184,171,192)
#BFB4C7
(191,180,199)
#C6BDCE
(198,189,206)
#CDC6D5
(205,198,213)
#D4CFDC
(212,207,220)
#DBD8E3
(219,216,227)
#E2E1EA
(226,225,234)
#E9EAF1
(233,234,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99B2; }

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

This text font color is #AA99B2.


Background Color

.myBgColor { background-color: #AA99B2; }

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

This div background color is #AA99B2.


Border color

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

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

This div border color is #AA99B2.


Opacity

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

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

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

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

This text has shadow with #AA99B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA99B2 on black background.


Color preview on white background

This text has color #AA99B2 on white background.



Black color preview on #AA99B2 background

This text has black color on #AA99B2 background.


White color preview on #AA99B2 background

This text has white color on #AA99B2 background.