COLOR #AA8DBB

HEX: #AA8DBB RGB: (170,141,187)

Color info

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

RGB color model

#AA8DBB color RGB value is (170,141,187).

RGB: (170,141,187) (67%, 55%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 187 of 255 = 73%

170
141
187

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

Portions of RGB colors in percentages

R + G + B = 170 + 141 + 187 = 498 (100%)
R 170 of 498 ~ 34.14%
G 141 of 498 ~ 28.31%
B 187 of 498 ~ 37.55'%

%34.14
%28.31
%37.55

CMYK color model

#AA8DBB color CMYK value is (9,25,0,27).

  • cyan value is 9.09%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,25,0,27)
C9M25Y0K27 (9%, 25%, 0%, 27%)
(0.09 / 0.25 / 0.00 / 0.27)

CMYK percentages

%9.09
%24.6
%0
%26.67

Codes

Color #AA8DBB in popluar color models

AA 8D BB
RGB 170 141 187
HSL 278° 25.27% 64.31%
HSB/HSV 278° 24.60% 73.33%
CMYK 9.09% 24.60% 0.00%
26.67%

Color #AA8DBB in popluar number systems.

HEX AA 8D BB
Decimal 170 141 187
Binary 10101010 10001101 10111011
Octal 252 215 273

Shades and tints

Shades of #AA8DBB

#AA8DBB
(170,141,187)
#9B81AA
(155,129,170)
#8C7599
(140,117,153)
#7D6988
(125,105,136)
#6E5D77
(110,93,119)
#5F5166
(95,81,102)
#504555
(80,69,85)
#413944
(65,57,68)
#322D33
(50,45,51)
#232122
(35,33,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AA8DBB

#AA8DBB
(170,141,187)
#B197C1
(177,151,193)
#B8A1C7
(184,161,199)
#BFABCD
(191,171,205)
#C6B5D3
(198,181,211)
#CDBFD9
(205,191,217)
#D4C9DF
(212,201,223)
#DBD3E5
(219,211,229)
#E2DDEB
(226,221,235)
#E9E7F1
(233,231,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8DBB; }

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

This text font color is #AA8DBB.

Background Color

.myBgColor { background-color: #AA8DBB; }

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

This div background color is #AA8DBB.

Border color

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

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

This div border color is #AA8DBB.

Opacity

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

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

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

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

This text has shadow with #AA8DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8DBB.

Preview

Color preview on black background

This text has color #AA8DBB on black background.


Color preview on white background

This text has color #AA8DBB on white background.


Black color preview on #AA8DBB background

This text has black color on #AA8DBB background.


White color preview on #AA8DBB background

This text has white color on #AA8DBB background.


Related colors

Complementary color

Complementary color for #hex is #557244.


I love getcolorcode.com

Triadic colors

1 #BBAA8D and #8DBBAA with #AA8DBB are triadic colors.

2 #BB8DAA and #8DAABB with #AA8DBB are triadic colors.