COLOR #AA8CB8

HEX: #AA8CB8
RGB: (170,140,184)

Color info

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

RGB color model

#AA8CB8 color RGB value is (170,140,184).

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

RGB channels and saturation

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

170
140
184

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 184 = 494 (100%)
R 170 of 494 ~ 34.41%
G 140 of 494 ~ 28.34%
B 184 of 494 ~ 37.25%

%34.41
%28.34
%37.25

CMYK color model

#AA8CB8 color CMYK value is (8,24,0,28).

  • cyan value is 7.61%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(8,24,0,28)
C8M24Y0K28 
(8%,24%,0%,28%)
(0.08/0.24/0.00/0.28)	

CMYK percentages

%7.61
%23.91
%0
%27.84

Codes

Color #AA8CB8 in popluar color models

AA8CB8
RGB170140184
HSL281°23.66%63.53%
HSB/HSV281°23.91%72.16%
CMYK7.61%23.91%0.00%
27.84%

Color #AA8CB8 in popluar number systems.

HEXAA8CB8
Decimal170140184
Binary101010101000110010111000
Octal252214270

Shades and tints

Shades of #AA8CB8

#AA8CB8
(170,140,184)
#9B80A8
(155,128,168)
#8C7498
(140,116,152)
#7D6888
(125,104,136)
#6E5C78
(110,92,120)
#5F5068
(95,80,104)
#504458
(80,68,88)
#413848
(65,56,72)
#322C38
(50,44,56)
#232028
(35,32,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AA8CB8

#AA8CB8
(170,140,184)
#B196BE
(177,150,190)
#B8A0C4
(184,160,196)
#BFAACA
(191,170,202)
#C6B4D0
(198,180,208)
#CDBED6
(205,190,214)
#D4C8DC
(212,200,220)
#DBD2E2
(219,210,226)
#E2DCE8
(226,220,232)
#E9E6EE
(233,230,238)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8CB8; }

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

This text font color is #AA8CB8.


Background Color

.myBgColor { background-color: #AA8CB8; }

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

This div background color is #AA8CB8.


Border color

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

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

This div border color is #AA8CB8.


Opacity

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

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

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

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

This text has shadow with #AA8CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8CB8 on black background.


Color preview on white background

This text has color #AA8CB8 on white background.



Black color preview on #AA8CB8 background

This text has black color on #AA8CB8 background.


White color preview on #AA8CB8 background

This text has white color on #AA8CB8 background.