COLOR #AA98B5

HEX: #AA98B5 RGB: (170,152,181)

Color info

#AA98B5 contains red, green and blue colors in about the same proportion. Web safe color of #AA98B5 is #9999CC (or #99C).

RGB color model

#AA98B5 color RGB value is (170,152,181).

RGB: (170,152,181) (67%, 60%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 181 of 255 = 71%

170
152
181

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 181 = 503 (100%)
R 170 of 503 ~ 33.8%
G 152 of 503 ~ 30.22%
B 181 of 503 ~ 35.98'%

%33.8
%30.22
%35.98

CMYK color model

#AA98B5 color CMYK value is (6,16,0,29).

  • cyan value is 6.08%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (6,16,0,29) C6M16Y0K29 (6%,16%,0%,29%) (0.06/0.16/0.00/0.29) 

CMYK percentages

%6.08
%16.02
%0
%29.02

Codes

Color #AA98B5 in popluar color models

AA 98 B5
RGB 170 152 181
HSL 277° 16.38% 65.29%
HSB/HSV 277° 16.02% 70.98%
CMYK 6.08% 16.02% 0.00%
29.02%

Color #AA98B5 in popluar number systems.

HEX AA 98 B5
Decimal 170 152 181
Binary 10101010 10011000 10110101
Octal 252 230 265

Shades and tints

Shades of #AA98B5

#AA98B5
(170,152,181)
#9B8BA5
(155,139,165)
#8C7E95
(140,126,149)
#7D7185
(125,113,133)
#6E6475
(110,100,117)
#5F5765
(95,87,101)
#504A55
(80,74,85)
#413D45
(65,61,69)
#323035
(50,48,53)
#232325
(35,35,37)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AA98B5

#AA98B5
(170,152,181)
#B1A1BB
(177,161,187)
#B8AAC1
(184,170,193)
#BFB3C7
(191,179,199)
#C6BCCD
(198,188,205)
#CDC5D3
(205,197,211)
#D4CED9
(212,206,217)
#DBD7DF
(219,215,223)
#E2E0E5
(226,224,229)
#E9E9EB
(233,233,235)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98B5; }

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

This text font color is #AA98B5.

Background Color

.myBgColor { background-color: #AA98B5; }

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

This div background color is #AA98B5.

Border color

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

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

This div border color is #AA98B5.

Opacity

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

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

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

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

This text has shadow with #AA98B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA98B5.

Preview

Color preview on black background

This text has color #AA98B5 on black background.


Color preview on white background

This text has color #AA98B5 on white background.


Black color preview on #AA98B5 background

This text has black color on #AA98B5 background.


White color preview on #AA98B5 background

This text has white color on #AA98B5 background.


Related colors

Complementary color

Complementary color for #hex is #55674A.


I love getcolorcode.com

Triadic colors

1 #B5AA98 and #98B5AA with #AA98B5 are triadic colors.

2 #B598AA and #98AAB5 with #AA98B5 are triadic colors.