COLOR #A9AAD9

HEX: #A9AAD9 RGB: (169,170,217)

Color info

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

RGB color model

#A9AAD9 color RGB value is (169,170,217).

RGB: (169,170,217) (66%, 67%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 217 of 255 = 85%

169
170
217

R + G + B ~ 73%. #A9AAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 217 = 556 (100%)
R 169 of 556 ~ 30.4%
G 170 of 556 ~ 30.58%
B 217 of 556 ~ 39.03'%

%30.4
%30.58
%39.03

CMYK color model

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

  • cyan value is 22.12%
  • magenta value is 21.66%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (22,22,0,15)
C22M22Y0K15 (22%, 22%, 0%, 15%)
(0.22 / 0.22 / 0.00 / 0.15)

CMYK percentages

%22.12
%21.66
%0
%14.9

Codes

Color #A9AAD9 in popluar color models

A9 AA D9
RGB 169 170 217
HSL 239° 38.71% 75.69%
HSB/HSV 239° 22.12% 85.10%
CMYK 22.12% 21.66% 0.00%
14.90%

Color #A9AAD9 in popluar number systems.

HEX A9 AA D9
Decimal 169 170 217
Binary 10101001 10101010 11011001
Octal 251 252 331

Shades and tints

Shades of #A9AAD9

#A9AAD9
(169,170,217)
#9A9BC6
(154,155,198)
#8B8CB3
(139,140,179)
#7C7DA0
(124,125,160)
#6D6E8D
(109,110,141)
#5E5F7A
(94,95,122)
#4F5067
(79,80,103)
#404154
(64,65,84)
#313241
(49,50,65)
#22232E
(34,35,46)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #A9AAD9

#A9AAD9
(169,170,217)
#B0B1DC
(176,177,220)
#B7B8DF
(183,184,223)
#BEBFE2
(190,191,226)
#C5C6E5
(197,198,229)
#CCCDE8
(204,205,232)
#D3D4EB
(211,212,235)
#DADBEE
(218,219,238)
#E1E2F1
(225,226,241)
#E8E9F4
(232,233,244)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AAD9 color. Also use rgb(169,170,217) instead hex code.

Text Font Color

.myTextColor { color: #A9AAD9; }

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

This text font color is #A9AAD9.

Background Color

.myBgColor { background-color: #A9AAD9; }

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

This div background color is #A9AAD9.

Border color

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

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

This div border color is #A9AAD9.

Opacity

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

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

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

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

This text has shadow with #A9AAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AAD9.

Preview

Color preview on black background

This text has color #A9AAD9 on black background.


Color preview on white background

This text has color #A9AAD9 on white background.


Black color preview on #A9AAD9 background

This text has black color on #A9AAD9 background.


White color preview on #A9AAD9 background

This text has white color on #A9AAD9 background.


Related colors

Complementary color

Complementary color for #hex is #565526.


I love getcolorcode.com

Triadic colors

1 #D9A9AA and #AAD9A9 with #A9AAD9 are triadic colors.

2 #D9AAA9 and #AAA9D9 with #A9AAD9 are triadic colors.