COLOR #AA9CB8

HEX: #AA9CB8
RGB: (170,156,184)

Color info

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

RGB color model

#AA9CB8 color RGB value is (170,156,184).

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

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 184 of 255 = 72%

170
156
184

R + G + B ~ 67%. #AA9CB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 156 + 184 = 510 (100%)
R 170 of 510 ~ 33.33%
G 156 of 510 ~ 30.59%
B 184 of 510 ~ 36.08%

%33.33
%30.59
%36.08

CMYK color model

#AA9CB8 color CMYK value is (8,15,0,28).

  • cyan value is 7.61%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(8,15,0,28)
C8M15Y0K28 
(8%,15%,0%,28%)
(0.08/0.15/0.00/0.28)	

CMYK percentages

%7.61
%15.22
%0
%27.84

Codes

Color #AA9CB8 in popluar color models

AA9CB8
RGB170156184
HSL270°16.47%66.67%
HSB/HSV270°15.22%72.16%
CMYK7.61%15.22%0.00%
27.84%

Color #AA9CB8 in popluar number systems.

HEXAA9CB8
Decimal170156184
Binary101010101001110010111000
Octal252234270

Shades and tints

Shades of #AA9CB8

#AA9CB8
(170,156,184)
#9B8EA8
(155,142,168)
#8C8098
(140,128,152)
#7D7288
(125,114,136)
#6E6478
(110,100,120)
#5F5668
(95,86,104)
#504858
(80,72,88)
#413A48
(65,58,72)
#322C38
(50,44,56)
#231E28
(35,30,40)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #AA9CB8

#AA9CB8
(170,156,184)
#B1A5BE
(177,165,190)
#B8AEC4
(184,174,196)
#BFB7CA
(191,183,202)
#C6C0D0
(198,192,208)
#CDC9D6
(205,201,214)
#D4D2DC
(212,210,220)
#DBDBE2
(219,219,226)
#E2E4E8
(226,228,232)
#E9EDEE
(233,237,238)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9CB8; }

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

This text font color is #AA9CB8.


Background Color

.myBgColor { background-color: #AA9CB8; }

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

This div background color is #AA9CB8.


Border color

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

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

This div border color is #AA9CB8.


Opacity

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

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

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

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

This text has shadow with #AA9CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9CB8 on black background.


Color preview on white background

This text has color #AA9CB8 on white background.



Black color preview on #AA9CB8 background

This text has black color on #AA9CB8 background.


White color preview on #AA9CB8 background

This text has white color on #AA9CB8 background.