COLOR #AA8CBA

HEX: #AA8CBA
RGB: (170,140,186)

Color info

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

RGB color model

#AA8CBA color RGB value is (170,140,186).

  • red value is 170;
  • green value is 140;
  • blue value is 186.
RGB:
(170,140,186)
(67%,55%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 186 of 255 = 73%

170
140
186

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 186 = 496 (100%)
R 170 of 496 ~ 34.27%
G 140 of 496 ~ 28.23%
B 186 of 496 ~ 37.5%

%34.27
%28.23
%37.5

CMYK color model

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

  • cyan value is 8.60%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,25,0,27)
C9M25Y0K27 
(9%,25%,0%,27%)
(0.09/0.25/0.00/0.27)	

CMYK percentages

%8.6
%24.73
%0
%27.06

Codes

Color #AA8CBA in popluar color models

AA8CBA
RGB170140186
HSL279°25.00%63.92%
HSB/HSV279°24.73%72.94%
CMYK8.60%24.73%0.00%
27.06%

Color #AA8CBA in popluar number systems.

HEXAA8CBA
Decimal170140186
Binary101010101000110010111010
Octal252214272

Shades and tints

Shades of #AA8CBA

#AA8CBA
(170,140,186)
#9B80AA
(155,128,170)
#8C749A
(140,116,154)
#7D688A
(125,104,138)
#6E5C7A
(110,92,122)
#5F506A
(95,80,106)
#50445A
(80,68,90)
#41384A
(65,56,74)
#322C3A
(50,44,58)
#23202A
(35,32,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #AA8CBA

#AA8CBA
(170,140,186)
#B196C0
(177,150,192)
#B8A0C6
(184,160,198)
#BFAACC
(191,170,204)
#C6B4D2
(198,180,210)
#CDBED8
(205,190,216)
#D4C8DE
(212,200,222)
#DBD2E4
(219,210,228)
#E2DCEA
(226,220,234)
#E9E6F0
(233,230,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8CBA; }

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

This text font color is #AA8CBA.


Background Color

.myBgColor { background-color: #AA8CBA; }

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

This div background color is #AA8CBA.


Border color

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

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

This div border color is #AA8CBA.


Opacity

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

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

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

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

This text has shadow with #AA8CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8CBA on black background.


Color preview on white background

This text has color #AA8CBA on white background.



Black color preview on #AA8CBA background

This text has black color on #AA8CBA background.


White color preview on #AA8CBA background

This text has white color on #AA8CBA background.