COLOR #AA9CB2

HEX: #AA9CB2
RGB: (170,156,178)

Color info

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

RGB color model

#AA9CB2 color RGB value is (170,156,178).

  • red value is 170;
  • green value is 156;
  • blue value is 178.
RGB:
(170,156,178)
(67%,61%,70%)

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 178 of 255 = 70%

170
156
178

R + G + B ~ 66%. #AA9CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 156 + 178 = 504 (100%)
R 170 of 504 ~ 33.73%
G 156 of 504 ~ 30.95%
B 178 of 504 ~ 35.32%

%33.73
%30.95
%35.32

CMYK color model

#AA9CB2 color CMYK value is (4,12,0,30).

  • cyan value is 4.49%
  • magenta value is 12.36%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,12,0,30)
C4M12Y0K30 
(4%,12%,0%,30%)
(0.04/0.12/0.00/0.30)	

CMYK percentages

%4.49
%12.36
%0
%30.2

Codes

Color #AA9CB2 in popluar color models

AA9CB2
RGB170156178
HSL278°12.50%65.49%
HSB/HSV278°12.36%69.80%
CMYK4.49%12.36%0.00%
30.20%

Color #AA9CB2 in popluar number systems.

HEXAA9CB2
Decimal170156178
Binary101010101001110010110010
Octal252234262

Shades and tints

Shades of #AA9CB2

#AA9CB2
(170,156,178)
#9B8EA2
(155,142,162)
#8C8092
(140,128,146)
#7D7282
(125,114,130)
#6E6472
(110,100,114)
#5F5662
(95,86,98)
#504852
(80,72,82)
#413A42
(65,58,66)
#322C32
(50,44,50)
#231E22
(35,30,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA9CB2

#AA9CB2
(170,156,178)
#B1A5B9
(177,165,185)
#B8AEC0
(184,174,192)
#BFB7C7
(191,183,199)
#C6C0CE
(198,192,206)
#CDC9D5
(205,201,213)
#D4D2DC
(212,210,220)
#DBDBE3
(219,219,227)
#E2E4EA
(226,228,234)
#E9EDF1
(233,237,241)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9CB2 color. Also use rgb(170,156,178) instead hex code.

Text Font Color

.myTextColor { color: #AA9CB2; }

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

This text font color is #AA9CB2.


Background Color

.myBgColor { background-color: #AA9CB2; }

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

This div background color is #AA9CB2.


Border color

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

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

This div border color is #AA9CB2.


Opacity

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

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

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

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

This text has shadow with #AA9CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9CB2 on black background.


Color preview on white background

This text has color #AA9CB2 on white background.



Black color preview on #AA9CB2 background

This text has black color on #AA9CB2 background.


White color preview on #AA9CB2 background

This text has white color on #AA9CB2 background.