COLOR #AA9CC3

HEX: #AA9CC3
RGB: (170,156,195)

Color info

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

RGB color model

#AA9CC3 color RGB value is (170,156,195).

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

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 195 of 255 = 76%

170
156
195

R + G + B ~ 68%. #AA9CC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 156 + 195 = 521 (100%)
R 170 of 521 ~ 32.63%
G 156 of 521 ~ 29.94%
B 195 of 521 ~ 37.43%

%32.63
%29.94
%37.43

CMYK color model

#AA9CC3 color CMYK value is (13,20,0,24).

  • cyan value is 12.82%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,20,0,24)
C13M20Y0K24 
(13%,20%,0%,24%)
(0.13/0.20/0.00/0.24)	

CMYK percentages

%12.82
%20
%0
%23.53

Codes

Color #AA9CC3 in popluar color models

AA9CC3
RGB170156195
HSL262°24.53%68.82%
HSB/HSV262°20.00%76.47%
CMYK12.82%20.00%0.00%
23.53%

Color #AA9CC3 in popluar number systems.

HEXAA9CC3
Decimal170156195
Binary101010101001110011000011
Octal252234303

Shades and tints

Shades of #AA9CC3

#AA9CC3
(170,156,195)
#9B8EB2
(155,142,178)
#8C80A1
(140,128,161)
#7D7290
(125,114,144)
#6E647F
(110,100,127)
#5F566E
(95,86,110)
#50485D
(80,72,93)
#413A4C
(65,58,76)
#322C3B
(50,44,59)
#231E2A
(35,30,42)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #AA9CC3

#AA9CC3
(170,156,195)
#B1A5C8
(177,165,200)
#B8AECD
(184,174,205)
#BFB7D2
(191,183,210)
#C6C0D7
(198,192,215)
#CDC9DC
(205,201,220)
#D4D2E1
(212,210,225)
#DBDBE6
(219,219,230)
#E2E4EB
(226,228,235)
#E9EDF0
(233,237,240)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9CC3; }

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

This text font color is #AA9CC3.


Background Color

.myBgColor { background-color: #AA9CC3; }

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

This div background color is #AA9CC3.


Border color

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

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

This div border color is #AA9CC3.


Opacity

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

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

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

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

This text has shadow with #AA9CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9CC3 on black background.


Color preview on white background

This text has color #AA9CC3 on white background.



Black color preview on #AA9CC3 background

This text has black color on #AA9CC3 background.


White color preview on #AA9CC3 background

This text has white color on #AA9CC3 background.