COLOR #A9ADB9

HEX: #A9ADB9 RGB: (169,173,185)

Color info

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

RGB color model

#A9ADB9 color RGB value is (169,173,185).

RGB: (169,173,185) (66%, 68%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 173 of 255 = 68%
B 185 of 255 = 73%

169
173
185

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

Portions of RGB colors in percentages

R + G + B = 169 + 173 + 185 = 527 (100%)
R 169 of 527 ~ 32.07%
G 173 of 527 ~ 32.83%
B 185 of 527 ~ 35.1'%

%32.07
%32.83
%35.1

CMYK color model

#A9ADB9 color CMYK value is (9,6,0,27).

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

CMYK: (9,6,0,27)
C9M6Y0K27 (9%, 6%, 0%, 27%)
(0.09 / 0.06 / 0.00 / 0.27)

CMYK percentages

%8.65
%6.49
%0
%27.45

Codes

Color #A9ADB9 in popluar color models

A9 AD B9
RGB 169 173 185
HSL 225° 10.26% 69.41%
HSB/HSV 225° 8.65% 72.55%
CMYK 8.65% 6.49% 0.00%
27.45%

Color #A9ADB9 in popluar number systems.

HEX A9 AD B9
Decimal 169 173 185
Binary 10101001 10101101 10111001
Octal 251 255 271

Shades and tints

Shades of #A9ADB9

#A9ADB9
(169,173,185)
#9A9EA9
(154,158,169)
#8B8F99
(139,143,153)
#7C8089
(124,128,137)
#6D7179
(109,113,121)
#5E6269
(94,98,105)
#4F5359
(79,83,89)
#404449
(64,68,73)
#313539
(49,53,57)
#222629
(34,38,41)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #A9ADB9

#A9ADB9
(169,173,185)
#B0B4BF
(176,180,191)
#B7BBC5
(183,187,197)
#BEC2CB
(190,194,203)
#C5C9D1
(197,201,209)
#CCD0D7
(204,208,215)
#D3D7DD
(211,215,221)
#DADEE3
(218,222,227)
#E1E5E9
(225,229,233)
#E8ECEF
(232,236,239)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ADB9; }

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

This text font color is #A9ADB9.

Background Color

.myBgColor { background-color: #A9ADB9; }

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

This div background color is #A9ADB9.

Border color

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

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

This div border color is #A9ADB9.

Opacity

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

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

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

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

This text has shadow with #A9ADB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ADB9.

Preview

Color preview on black background

This text has color #A9ADB9 on black background.


Color preview on white background

This text has color #A9ADB9 on white background.


Black color preview on #A9ADB9 background

This text has black color on #A9ADB9 background.


White color preview on #A9ADB9 background

This text has white color on #A9ADB9 background.


Related colors

Complementary color

Complementary color for #hex is #565246.


I love getcolorcode.com

Triadic colors

1 #B9A9AD and #ADB9A9 with #A9ADB9 are triadic colors.

2 #B9ADA9 and #ADA9B9 with #A9ADB9 are triadic colors.