COLOR #AA8CB3

HEX: #AA8CB3
RGB: (170,140,179)

Color info

#AA8CB3 contains red, green and blue colors in about the same proportion. Web safe color of #AA8CB3 is #999999 (or #999).

RGB color model

#AA8CB3 color RGB value is (170,140,179).

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

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 179 of 255 = 70%

170
140
179

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 179 = 489 (100%)
R 170 of 489 ~ 34.76%
G 140 of 489 ~ 28.63%
B 179 of 489 ~ 36.61%

%34.76
%28.63
%36.61

CMYK color model

#AA8CB3 color CMYK value is (5,22,0,30).

  • cyan value is 5.03%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(5,22,0,30)
C5M22Y0K30 
(5%,22%,0%,30%)
(0.05/0.22/0.00/0.30)	

CMYK percentages

%5.03
%21.79
%0
%29.8

Codes

Color #AA8CB3 in popluar color models

AA8CB3
RGB170140179
HSL286°20.42%62.55%
HSB/HSV286°21.79%70.20%
CMYK5.03%21.79%0.00%
29.80%

Color #AA8CB3 in popluar number systems.

HEXAA8CB3
Decimal170140179
Binary101010101000110010110011
Octal252214263

Shades and tints

Shades of #AA8CB3

#AA8CB3
(170,140,179)
#9B80A3
(155,128,163)
#8C7493
(140,116,147)
#7D6883
(125,104,131)
#6E5C73
(110,92,115)
#5F5063
(95,80,99)
#504453
(80,68,83)
#413843
(65,56,67)
#322C33
(50,44,51)
#232023
(35,32,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AA8CB3

#AA8CB3
(170,140,179)
#B196B9
(177,150,185)
#B8A0BF
(184,160,191)
#BFAAC5
(191,170,197)
#C6B4CB
(198,180,203)
#CDBED1
(205,190,209)
#D4C8D7
(212,200,215)
#DBD2DD
(219,210,221)
#E2DCE3
(226,220,227)
#E9E6E9
(233,230,233)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8CB3; }

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

This text font color is #AA8CB3.


Background Color

.myBgColor { background-color: #AA8CB3; }

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

This div background color is #AA8CB3.


Border color

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

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

This div border color is #AA8CB3.


Opacity

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

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

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

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

This text has shadow with #AA8CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8CB3 on black background.


Color preview on white background

This text has color #AA8CB3 on white background.



Black color preview on #AA8CB3 background

This text has black color on #AA8CB3 background.


White color preview on #AA8CB3 background

This text has white color on #AA8CB3 background.