COLOR #AA9CC9

HEX: #AA9CC9
RGB: (170,156,201)

Color info

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

RGB color model

#AA9CC9 color RGB value is (170,156,201).

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

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 201 of 255 = 79%

170
156
201

R + G + B ~ 69%. #AA9CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 156 + 201 = 527 (100%)
R 170 of 527 ~ 32.26%
G 156 of 527 ~ 29.6%
B 201 of 527 ~ 38.14%

%32.26
%29.6
%38.14

CMYK color model

#AA9CC9 color CMYK value is (15,22,0,21).

  • cyan value is 15.42%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,22,0,21)
C15M22Y0K21 
(15%,22%,0%,21%)
(0.15/0.22/0.00/0.21)	

CMYK percentages

%15.42
%22.39
%0
%21.18

Codes

Color #AA9CC9 in popluar color models

AA9CC9
RGB170156201
HSL259°29.41%70.00%
HSB/HSV259°22.39%78.82%
CMYK15.42%22.39%0.00%
21.18%

Color #AA9CC9 in popluar number systems.

HEXAA9CC9
Decimal170156201
Binary101010101001110011001001
Octal252234311

Shades and tints

Shades of #AA9CC9

#AA9CC9
(170,156,201)
#9B8EB7
(155,142,183)
#8C80A5
(140,128,165)
#7D7293
(125,114,147)
#6E6481
(110,100,129)
#5F566F
(95,86,111)
#50485D
(80,72,93)
#413A4B
(65,58,75)
#322C39
(50,44,57)
#231E27
(35,30,39)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AA9CC9

#AA9CC9
(170,156,201)
#B1A5CD
(177,165,205)
#B8AED1
(184,174,209)
#BFB7D5
(191,183,213)
#C6C0D9
(198,192,217)
#CDC9DD
(205,201,221)
#D4D2E1
(212,210,225)
#DBDBE5
(219,219,229)
#E2E4E9
(226,228,233)
#E9EDED
(233,237,237)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9CC9; }

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

This text font color is #AA9CC9.


Background Color

.myBgColor { background-color: #AA9CC9; }

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

This div background color is #AA9CC9.


Border color

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

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

This div border color is #AA9CC9.


Opacity

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

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

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

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

This text has shadow with #AA9CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9CC9 on black background.


Color preview on white background

This text has color #AA9CC9 on white background.



Black color preview on #AA9CC9 background

This text has black color on #AA9CC9 background.


White color preview on #AA9CC9 background

This text has white color on #AA9CC9 background.