COLOR #AA8FB6

HEX: #AA8FB6 RGB: (170,143,182)

Color info

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

RGB color model

#AA8FB6 color RGB value is (170,143,182).

RGB: (170,143,182) (67%, 56%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 182 of 255 = 71%

170
143
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 143 + 182 = 495 (100%)
R 170 of 495 ~ 34.34%
G 143 of 495 ~ 28.89%
B 182 of 495 ~ 36.77'%

%34.34
%28.89
%36.77

CMYK color model

#AA8FB6 color CMYK value is (7,21,0,29).

  • cyan value is 6.59%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,21,0,29)
C7M21Y0K29 (7%, 21%, 0%, 29%)
(0.07 / 0.21 / 0.00 / 0.29)

CMYK percentages

%6.59
%21.43
%0
%28.63

Codes

Color #AA8FB6 in popluar color models

AA 8F B6
RGB 170 143 182
HSL 282° 21.08% 63.73%
HSB/HSV 282° 21.43% 71.37%
CMYK 6.59% 21.43% 0.00%
28.63%

Color #AA8FB6 in popluar number systems.

HEX AA 8F B6
Decimal 170 143 182
Binary 10101010 10001111 10110110
Octal 252 217 266

Shades and tints

Shades of #AA8FB6

#AA8FB6
(170,143,182)
#9B82A6
(155,130,166)
#8C7596
(140,117,150)
#7D6886
(125,104,134)
#6E5B76
(110,91,118)
#5F4E66
(95,78,102)
#504156
(80,65,86)
#413446
(65,52,70)
#322736
(50,39,54)
#231A26
(35,26,38)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #AA8FB6

#AA8FB6
(170,143,182)
#B199BC
(177,153,188)
#B8A3C2
(184,163,194)
#BFADC8
(191,173,200)
#C6B7CE
(198,183,206)
#CDC1D4
(205,193,212)
#D4CBDA
(212,203,218)
#DBD5E0
(219,213,224)
#E2DFE6
(226,223,230)
#E9E9EC
(233,233,236)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8FB6 color. Also use rgb(170,143,182) instead hex code.

Text Font Color

.myTextColor { color: #AA8FB6; }

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

This text font color is #AA8FB6.

Background Color

.myBgColor { background-color: #AA8FB6; }

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

This div background color is #AA8FB6.

Border color

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

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

This div border color is #AA8FB6.

Opacity

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

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

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

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

This text has shadow with #AA8FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8FB6.

Preview

Color preview on black background

This text has color #AA8FB6 on black background.


Color preview on white background

This text has color #AA8FB6 on white background.


Black color preview on #AA8FB6 background

This text has black color on #AA8FB6 background.


White color preview on #AA8FB6 background

This text has white color on #AA8FB6 background.


Related colors

Complementary color

Complementary color for #hex is #557049.


I love getcolorcode.com

Triadic colors

1 #B6AA8F and #8FB6AA with #AA8FB6 are triadic colors.

2 #B68FAA and #8FAAB6 with #AA8FB6 are triadic colors.