COLOR #AA9EC5

HEX: #AA9EC5 RGB: (170,158,197)

Color info

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

RGB color model

#AA9EC5 color RGB value is (170,158,197).

RGB: (170,158,197) (67%, 62%, 77%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 197 of 255 = 77%

170
158
197

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

Portions of RGB colors in percentages

R + G + B = 170 + 158 + 197 = 525 (100%)
R 170 of 525 ~ 32.38%
G 158 of 525 ~ 30.1%
B 197 of 525 ~ 37.52'%

%32.38
%30.1
%37.52

CMYK color model

#AA9EC5 color CMYK value is (14,20,0,23).

  • cyan value is 13.71%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (14,20,0,23) C14M20Y0K23 (14%,20%,0%,23%) (0.14/0.20/0.00/0.23) 

CMYK percentages

%13.71
%19.8
%0
%22.75

Codes

Color #AA9EC5 in popluar color models

AA 9E C5
RGB 170 158 197
HSL 258° 25.16% 69.61%
HSB/HSV 258° 19.80% 77.25%
CMYK 13.71% 19.80% 0.00%
22.75%

Color #AA9EC5 in popluar number systems.

HEX AA 9E C5
Decimal 170 158 197
Binary 10101010 10011110 11000101
Octal 252 236 305

Shades and tints

Shades of #AA9EC5

#AA9EC5
(170,158,197)
#9B90B4
(155,144,180)
#8C82A3
(140,130,163)
#7D7492
(125,116,146)
#6E6681
(110,102,129)
#5F5870
(95,88,112)
#504A5F
(80,74,95)
#413C4E
(65,60,78)
#322E3D
(50,46,61)
#23202C
(35,32,44)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #AA9EC5

#AA9EC5
(170,158,197)
#B1A6CA
(177,166,202)
#B8AECF
(184,174,207)
#BFB6D4
(191,182,212)
#C6BED9
(198,190,217)
#CDC6DE
(205,198,222)
#D4CEE3
(212,206,227)
#DBD6E8
(219,214,232)
#E2DEED
(226,222,237)
#E9E6F2
(233,230,242)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9EC5 color. Also use rgb(170,158,197) instead hex code.

Text Font Color

.myTextColor { color: #AA9EC5; }

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

This text font color is #AA9EC5.

Background Color

.myBgColor { background-color: #AA9EC5; }

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

This div background color is #AA9EC5.

Border color

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

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

This div border color is #AA9EC5.

Opacity

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

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

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

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

This text has shadow with #AA9EC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9EC5.

Preview

Color preview on black background

This text has color #AA9EC5 on black background.


Color preview on white background

This text has color #AA9EC5 on white background.


Black color preview on #AA9EC5 background

This text has black color on #AA9EC5 background.


White color preview on #AA9EC5 background

This text has white color on #AA9EC5 background.


Related colors

Complementary color

Complementary color for #hex is #55613A.


I love getcolorcode.com

Triadic colors

1 #C5AA9E and #9EC5AA with #AA9EC5 are triadic colors.

2 #C59EAA and #9EAAC5 with #AA9EC5 are triadic colors.