COLOR #AA98BE

HEX: #AA98BE RGB: (170,152,190)

Color info

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

RGB color model

#AA98BE color RGB value is (170,152,190).

RGB: (170,152,190) (67%, 60%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 190 of 255 = 75%

170
152
190

R + G + B ~ 67%. #AA98BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 190 = 512 (100%)
R 170 of 512 ~ 33.2%
G 152 of 512 ~ 29.69%
B 190 of 512 ~ 37.11'%

%33.2
%29.69
%37.11

CMYK color model

#AA98BE color CMYK value is (11,20,0,25).

  • cyan value is 10.53%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (11,20,0,25)
C11M20Y0K25 (11%, 20%, 0%, 25%)
(0.11 / 0.20 / 0.00 / 0.25)

CMYK percentages

%10.53
%20
%0
%25.49

Codes

Color #AA98BE in popluar color models

AA 98 BE
RGB 170 152 190
HSL 268° 22.62% 67.06%
HSB/HSV 268° 20.00% 74.51%
CMYK 10.53% 20.00% 0.00%
25.49%

Color #AA98BE in popluar number systems.

HEX AA 98 BE
Decimal 170 152 190
Binary 10101010 10011000 10111110
Octal 252 230 276

Shades and tints

Shades of #AA98BE

#AA98BE
(170,152,190)
#9B8BAD
(155,139,173)
#8C7E9C
(140,126,156)
#7D718B
(125,113,139)
#6E647A
(110,100,122)
#5F5769
(95,87,105)
#504A58
(80,74,88)
#413D47
(65,61,71)
#323036
(50,48,54)
#232325
(35,35,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #AA98BE

#AA98BE
(170,152,190)
#B1A1C3
(177,161,195)
#B8AAC8
(184,170,200)
#BFB3CD
(191,179,205)
#C6BCD2
(198,188,210)
#CDC5D7
(205,197,215)
#D4CEDC
(212,206,220)
#DBD7E1
(219,215,225)
#E2E0E6
(226,224,230)
#E9E9EB
(233,233,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98BE; }

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

This text font color is #AA98BE.

Background Color

.myBgColor { background-color: #AA98BE; }

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

This div background color is #AA98BE.

Border color

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

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

This div border color is #AA98BE.

Opacity

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

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

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

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

This text has shadow with #AA98BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA98BE.

Preview

Color preview on black background

This text has color #AA98BE on black background.


Color preview on white background

This text has color #AA98BE on white background.


Black color preview on #AA98BE background

This text has black color on #AA98BE background.


White color preview on #AA98BE background

This text has white color on #AA98BE background.


Related colors

Complementary color

Complementary color for #hex is #556741.


I love getcolorcode.com

Triadic colors

1 #BEAA98 and #98BEAA with #AA98BE are triadic colors.

2 #BE98AA and #98AABE with #AA98BE are triadic colors.