COLOR #AA98B1

HEX: #AA98B1
RGB: (170,152,177)

Color info

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

RGB color model

#AA98B1 color RGB value is (170,152,177).

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

RGB channels and saturation

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

170
152
177

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

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 177 = 499 (100%)
R 170 of 499 ~ 34.07%
G 152 of 499 ~ 30.46%
B 177 of 499 ~ 35.47%

%34.07
%30.46
%35.47

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 14.12%
  • 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
%14.12
%0
%30.59

Codes

Color #AA98B1 in popluar color models

AA98B1
RGB170152177
HSL283°13.81%64.51%
HSB/HSV283°14.12%69.41%
CMYK3.95%14.12%0.00%
30.59%

Color #AA98B1 in popluar number systems.

HEXAA98B1
Decimal170152177
Binary101010101001100010110001
Octal252230261

Shades and tints

Shades of #AA98B1

#AA98B1
(170,152,177)
#9B8BA1
(155,139,161)
#8C7E91
(140,126,145)
#7D7181
(125,113,129)
#6E6471
(110,100,113)
#5F5761
(95,87,97)
#504A51
(80,74,81)
#413D41
(65,61,65)
#323031
(50,48,49)
#232321
(35,35,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AA98B1

#AA98B1
(170,152,177)
#B1A1B8
(177,161,184)
#B8AABF
(184,170,191)
#BFB3C6
(191,179,198)
#C6BCCD
(198,188,205)
#CDC5D4
(205,197,212)
#D4CEDB
(212,206,219)
#DBD7E2
(219,215,226)
#E2E0E9
(226,224,233)
#E9E9F0
(233,233,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98B1; }

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

This text font color is #AA98B1.


Background Color

.myBgColor { background-color: #AA98B1; }

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

This div background color is #AA98B1.


Border color

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

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

This div border color is #AA98B1.


Opacity

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

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

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

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

This text has shadow with #AA98B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA98B1 on black background.


Color preview on white background

This text has color #AA98B1 on white background.



Black color preview on #AA98B1 background

This text has black color on #AA98B1 background.


White color preview on #AA98B1 background

This text has white color on #AA98B1 background.