COLOR #AA98B2

HEX: #AA98B2 RGB: (170,152,178)

Color info

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

RGB color model

#AA98B2 color RGB value is (170,152,178).

RGB: (170,152,178) (67%, 60%, 70%)

RGB channels and saturation

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

170
152
178

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 178 = 500 (100%)
R 170 of 500 ~ 34%
G 152 of 500 ~ 30.4%
B 178 of 500 ~ 35.6'%

%34
%30.4
%35.6

CMYK color model

#AA98B2 color CMYK value is (4,15,0,30).

  • cyan value is 4.49%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (4,15,0,30)
C4M15Y0K30 (4%, 15%, 0%, 30%)
(0.04 / 0.15 / 0.00 / 0.30)

CMYK percentages

%4.49
%14.61
%0
%30.2

Codes

Color #AA98B2 in popluar color models

AA 98 B2
RGB 170 152 178
HSL 282° 14.44% 64.71%
HSB/HSV 282° 14.61% 69.80%
CMYK 4.49% 14.61% 0.00%
30.20%

Color #AA98B2 in popluar number systems.

HEX AA 98 B2
Decimal 170 152 178
Binary 10101010 10011000 10110010
Octal 252 230 262

Shades and tints

Shades of #AA98B2

#AA98B2
(170,152,178)
#9B8BA2
(155,139,162)
#8C7E92
(140,126,146)
#7D7182
(125,113,130)
#6E6472
(110,100,114)
#5F5762
(95,87,98)
#504A52
(80,74,82)
#413D42
(65,61,66)
#323032
(50,48,50)
#232322
(35,35,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #AA98B2

#AA98B2
(170,152,178)
#B1A1B9
(177,161,185)
#B8AAC0
(184,170,192)
#BFB3C7
(191,179,199)
#C6BCCE
(198,188,206)
#CDC5D5
(205,197,213)
#D4CEDC
(212,206,220)
#DBD7E3
(219,215,227)
#E2E0EA
(226,224,234)
#E9E9F1
(233,233,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98B2; }

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

This text font color is #AA98B2.

Background Color

.myBgColor { background-color: #AA98B2; }

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

This div background color is #AA98B2.

Border color

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

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

This div border color is #AA98B2.

Opacity

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

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

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

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

This text has shadow with #AA98B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA98B2.

Preview

Color preview on black background

This text has color #AA98B2 on black background.


Color preview on white background

This text has color #AA98B2 on white background.


Black color preview on #AA98B2 background

This text has black color on #AA98B2 background.


White color preview on #AA98B2 background

This text has white color on #AA98B2 background.


Related colors

Complementary color

Complementary color for #hex is #55674D.


I love getcolorcode.com

Triadic colors

1 #B2AA98 and #98B2AA with #AA98B2 are triadic colors.

2 #B298AA and #98AAB2 with #AA98B2 are triadic colors.