COLOR #AA8DB6

HEX: #AA8DB6 RGB: (170,141,182)

Color info

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

RGB color model

#AA8DB6 color RGB value is (170,141,182).

RGB: (170,141,182) (67%, 55%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 182 of 255 = 71%

170
141
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 141 + 182 = 493 (100%)
R 170 of 493 ~ 34.48%
G 141 of 493 ~ 28.6%
B 182 of 493 ~ 36.92'%

%34.48
%28.6
%36.92

CMYK color model

#AA8DB6 color CMYK value is (7,23,0,29).

  • cyan value is 6.59%
  • magenta value is 22.53%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (7,23,0,29) C7M23Y0K29 (7%,23%,0%,29%) (0.07/0.23/0.00/0.29) 

CMYK percentages

%6.59
%22.53
%0
%28.63

Codes

Color #AA8DB6 in popluar color models

AA 8D B6
RGB 170 141 182
HSL 282° 21.93% 63.33%
HSB/HSV 282° 22.53% 71.37%
CMYK 6.59% 22.53% 0.00%
28.63%

Color #AA8DB6 in popluar number systems.

HEX AA 8D B6
Decimal 170 141 182
Binary 10101010 10001101 10110110
Octal 252 215 266

Shades and tints

Shades of #AA8DB6

#AA8DB6
(170,141,182)
#9B81A6
(155,129,166)
#8C7596
(140,117,150)
#7D6986
(125,105,134)
#6E5D76
(110,93,118)
#5F5166
(95,81,102)
#504556
(80,69,86)
#413946
(65,57,70)
#322D36
(50,45,54)
#232126
(35,33,38)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #AA8DB6

#AA8DB6
(170,141,182)
#B197BC
(177,151,188)
#B8A1C2
(184,161,194)
#BFABC8
(191,171,200)
#C6B5CE
(198,181,206)
#CDBFD4
(205,191,212)
#D4C9DA
(212,201,218)
#DBD3E0
(219,211,224)
#E2DDE6
(226,221,230)
#E9E7EC
(233,231,236)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8DB6; }

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

This text font color is #AA8DB6.

Background Color

.myBgColor { background-color: #AA8DB6; }

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

This div background color is #AA8DB6.

Border color

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

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

This div border color is #AA8DB6.

Opacity

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

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

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

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

This text has shadow with #AA8DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8DB6.

Preview

Color preview on black background

This text has color #AA8DB6 on black background.


Color preview on white background

This text has color #AA8DB6 on white background.


Black color preview on #AA8DB6 background

This text has black color on #AA8DB6 background.


White color preview on #AA8DB6 background

This text has white color on #AA8DB6 background.


Related colors

Complementary color

Complementary color for #hex is #557249.


I love getcolorcode.com

Triadic colors

1 #B6AA8D and #8DB6AA with #AA8DB6 are triadic colors.

2 #B68DAA and #8DAAB6 with #AA8DB6 are triadic colors.