COLOR #AA8CB7

HEX: #AA8CB7 RGB: (170,140,183)

Color info

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

RGB color model

#AA8CB7 color RGB value is (170,140,183).

RGB: (170,140,183) (67%, 55%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 183 of 255 = 72%

170
140
183

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

Portions of RGB colors in percentages

R + G + B = 170 + 140 + 183 = 493 (100%)
R 170 of 493 ~ 34.48%
G 140 of 493 ~ 28.4%
B 183 of 493 ~ 37.12'%

%34.48
%28.4
%37.12

CMYK color model

#AA8CB7 color CMYK value is (7,23,0,28).

  • cyan value is 7.10%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (7,23,0,28)
C7M23Y0K28 (7%, 23%, 0%, 28%)
(0.07 / 0.23 / 0.00 / 0.28)

CMYK percentages

%7.1
%23.5
%0
%28.24

Codes

Color #AA8CB7 in popluar color models

AA 8C B7
RGB 170 140 183
HSL 282° 22.99% 63.33%
HSB/HSV 282° 23.50% 71.76%
CMYK 7.10% 23.50% 0.00%
28.24%

Color #AA8CB7 in popluar number systems.

HEX AA 8C B7
Decimal 170 140 183
Binary 10101010 10001100 10110111
Octal 252 214 267

Shades and tints

Shades of #AA8CB7

#AA8CB7
(170,140,183)
#9B80A7
(155,128,167)
#8C7497
(140,116,151)
#7D6887
(125,104,135)
#6E5C77
(110,92,119)
#5F5067
(95,80,103)
#504457
(80,68,87)
#413847
(65,56,71)
#322C37
(50,44,55)
#232027
(35,32,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AA8CB7

#AA8CB7
(170,140,183)
#B196BD
(177,150,189)
#B8A0C3
(184,160,195)
#BFAAC9
(191,170,201)
#C6B4CF
(198,180,207)
#CDBED5
(205,190,213)
#D4C8DB
(212,200,219)
#DBD2E1
(219,210,225)
#E2DCE7
(226,220,231)
#E9E6ED
(233,230,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8CB7 color. Also use rgb(170,140,183) instead hex code.

Text Font Color

.myTextColor { color: #AA8CB7; }

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

This text font color is #AA8CB7.

Background Color

.myBgColor { background-color: #AA8CB7; }

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

This div background color is #AA8CB7.

Border color

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

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

This div border color is #AA8CB7.

Opacity

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

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

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

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

This text has shadow with #AA8CB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8CB7.

Preview

Color preview on black background

This text has color #AA8CB7 on black background.


Color preview on white background

This text has color #AA8CB7 on white background.


Black color preview on #AA8CB7 background

This text has black color on #AA8CB7 background.


White color preview on #AA8CB7 background

This text has white color on #AA8CB7 background.


Related colors

Complementary color

Complementary color for #hex is #557348.


I love getcolorcode.com

Triadic colors

1 #B7AA8C and #8CB7AA with #AA8CB7 are triadic colors.

2 #B78CAA and #8CAAB7 with #AA8CB7 are triadic colors.