COLOR #AA98A7

HEX: #AA98A7
RGB: (170,152,167)

Color info

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

RGB color model

#AA98A7 color RGB value is (170,152,167).

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

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 167 of 255 = 65%

170
152
167

R + G + B ~ 64%. #AA98A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 167 = 489 (100%)
R 170 of 489 ~ 34.76%
G 152 of 489 ~ 31.08%
B 167 of 489 ~ 34.15%

%34.76
%31.08
%34.15

CMYK color model

#AA98A7 color CMYK value is (0,11,2,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 1.76%
  • key color value is 33.33%
CMYK:
(0,11,2,33)
C0M11Y2K33 
(0%,11%,2%,33%)
(0.00/0.11/0.02/0.33)	

CMYK percentages

%0
%10.59
%1.76
%33.33

Codes

Color #AA98A7 in popluar color models

AA98A7
RGB170152167
HSL310°9.57%63.14%
HSB/HSV310°10.59%66.67%
CMYK0.00%10.59%1.76%
33.33%

Color #AA98A7 in popluar number systems.

HEXAA98A7
Decimal170152167
Binary101010101001100010100111
Octal252230247

Shades and tints

Shades of #AA98A7

#AA98A7
(170,152,167)
#9B8B98
(155,139,152)
#8C7E89
(140,126,137)
#7D717A
(125,113,122)
#6E646B
(110,100,107)
#5F575C
(95,87,92)
#504A4D
(80,74,77)
#413D3E
(65,61,62)
#32302F
(50,48,47)
#232320
(35,35,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AA98A7

#AA98A7
(170,152,167)
#B1A1AF
(177,161,175)
#B8AAB7
(184,170,183)
#BFB3BF
(191,179,191)
#C6BCC7
(198,188,199)
#CDC5CF
(205,197,207)
#D4CED7
(212,206,215)
#DBD7DF
(219,215,223)
#E2E0E7
(226,224,231)
#E9E9EF
(233,233,239)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98A7; }

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

This text font color is #AA98A7.


Background Color

.myBgColor { background-color: #AA98A7; }

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

This div background color is #AA98A7.


Border color

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

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

This div border color is #AA98A7.


Opacity

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

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

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

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

This text has shadow with #AA98A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA98A7 on black background.


Color preview on white background

This text has color #AA98A7 on white background.



Black color preview on #AA98A7 background

This text has black color on #AA98A7 background.


White color preview on #AA98A7 background

This text has white color on #AA98A7 background.