COLOR #A9A6B9

HEX: #A9A6B9 RGB: (169,166,185)

Color info

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

RGB color model

#A9A6B9 color RGB value is (169,166,185).

RGB: (169,166,185) (66%, 65%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 185 of 255 = 73%

169
166
185

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

Portions of RGB colors in percentages

R + G + B = 169 + 166 + 185 = 520 (100%)
R 169 of 520 ~ 32.5%
G 166 of 520 ~ 31.92%
B 185 of 520 ~ 35.58'%

%32.5
%31.92
%35.58

CMYK color model

#A9A6B9 color CMYK value is (9,10,0,27).

  • cyan value is 8.65%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (9,10,0,27)
C9M10Y0K27 (9%, 10%, 0%, 27%)
(0.09 / 0.10 / 0.00 / 0.27)

CMYK percentages

%8.65
%10.27
%0
%27.45

Codes

Color #A9A6B9 in popluar color models

A9 A6 B9
RGB 169 166 185
HSL 249° 11.95% 68.82%
HSB/HSV 249° 10.27% 72.55%
CMYK 8.65% 10.27% 0.00%
27.45%

Color #A9A6B9 in popluar number systems.

HEX A9 A6 B9
Decimal 169 166 185
Binary 10101001 10100110 10111001
Octal 251 246 271

Shades and tints

Shades of #A9A6B9

#A9A6B9
(169,166,185)
#9A97A9
(154,151,169)
#8B8899
(139,136,153)
#7C7989
(124,121,137)
#6D6A79
(109,106,121)
#5E5B69
(94,91,105)
#4F4C59
(79,76,89)
#403D49
(64,61,73)
#312E39
(49,46,57)
#221F29
(34,31,41)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #A9A6B9

#A9A6B9
(169,166,185)
#B0AEBF
(176,174,191)
#B7B6C5
(183,182,197)
#BEBECB
(190,190,203)
#C5C6D1
(197,198,209)
#CCCED7
(204,206,215)
#D3D6DD
(211,214,221)
#DADEE3
(218,222,227)
#E1E6E9
(225,230,233)
#E8EEEF
(232,238,239)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A6B9 color. Also use rgb(169,166,185) instead hex code.

Text Font Color

.myTextColor { color: #A9A6B9; }

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

This text font color is #A9A6B9.

Background Color

.myBgColor { background-color: #A9A6B9; }

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

This div background color is #A9A6B9.

Border color

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

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

This div border color is #A9A6B9.

Opacity

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

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

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

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

This text has shadow with #A9A6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A6B9.

Preview

Color preview on black background

This text has color #A9A6B9 on black background.


Color preview on white background

This text has color #A9A6B9 on white background.


Black color preview on #A9A6B9 background

This text has black color on #A9A6B9 background.


White color preview on #A9A6B9 background

This text has white color on #A9A6B9 background.


Related colors

Complementary color

Complementary color for #hex is #565946.


I love getcolorcode.com

Triadic colors

1 #B9A9A6 and #A6B9A9 with #A9A6B9 are triadic colors.

2 #B9A6A9 and #A6A9B9 with #A9A6B9 are triadic colors.