COLOR #AA99B1

HEX: #AA99B1
RGB: (170,153,177)

Color info

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

RGB color model

#AA99B1 color RGB value is (170,153,177).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 177 of 255 = 69%

170
153
177

R + G + B ~ 65%. #AA99B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 177 = 500 (100%)
R 170 of 500 ~ 34%
G 153 of 500 ~ 30.6%
B 177 of 500 ~ 35.4%

%34
%30.6
%35.4

CMYK color model

#AA99B1 color CMYK value is (4,14,0,31).

  • cyan value is 3.95%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(4,14,0,31)
C4M14Y0K31 
(4%,14%,0%,31%)
(0.04/0.14/0.00/0.31)	

CMYK percentages

%3.95
%13.56
%0
%30.59

Codes

Color #AA99B1 in popluar color models

AA99B1
RGB170153177
HSL283°13.33%64.71%
HSB/HSV283°13.56%69.41%
CMYK3.95%13.56%0.00%
30.59%

Color #AA99B1 in popluar number systems.

HEXAA99B1
Decimal170153177
Binary101010101001100110110001
Octal252231261

Shades and tints

Shades of #AA99B1

#AA99B1
(170,153,177)
#9B8CA1
(155,140,161)
#8C7F91
(140,127,145)
#7D7281
(125,114,129)
#6E6571
(110,101,113)
#5F5861
(95,88,97)
#504B51
(80,75,81)
#413E41
(65,62,65)
#323131
(50,49,49)
#232421
(35,36,33)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AA99B1

#AA99B1
(170,153,177)
#B1A2B8
(177,162,184)
#B8ABBF
(184,171,191)
#BFB4C6
(191,180,198)
#C6BDCD
(198,189,205)
#CDC6D4
(205,198,212)
#D4CFDB
(212,207,219)
#DBD8E2
(219,216,226)
#E2E1E9
(226,225,233)
#E9EAF0
(233,234,240)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99B1; }

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

This text font color is #AA99B1.


Background Color

.myBgColor { background-color: #AA99B1; }

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

This div background color is #AA99B1.


Border color

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

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

This div border color is #AA99B1.


Opacity

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

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

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

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

This text has shadow with #AA99B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA99B1 on black background.


Color preview on white background

This text has color #AA99B1 on white background.



Black color preview on #AA99B1 background

This text has black color on #AA99B1 background.


White color preview on #AA99B1 background

This text has white color on #AA99B1 background.