COLOR #A9ADB6

HEX: #A9ADB6 RGB: (169,173,182)

Color info

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

RGB color model

#A9ADB6 color RGB value is (169,173,182).

RGB: (169,173,182) (66%, 68%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 173 of 255 = 68%
B 182 of 255 = 71%

169
173
182

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

Portions of RGB colors in percentages

R + G + B = 169 + 173 + 182 = 524 (100%)
R 169 of 524 ~ 32.25%
G 173 of 524 ~ 33.02%
B 182 of 524 ~ 34.73'%

%32.25
%33.02
%34.73

CMYK color model

#A9ADB6 color CMYK value is (7,5,0,29).

  • cyan value is 7.14%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,5,0,29)
C7M5Y0K29 (7%, 5%, 0%, 29%)
(0.07 / 0.05 / 0.00 / 0.29)

CMYK percentages

%7.14
%4.95
%0
%28.63

Codes

Color #A9ADB6 in popluar color models

A9 AD B6
RGB 169 173 182
HSL 222° 8.18% 68.82%
HSB/HSV 222° 7.14% 71.37%
CMYK 7.14% 4.95% 0.00%
28.63%

Color #A9ADB6 in popluar number systems.

HEX A9 AD B6
Decimal 169 173 182
Binary 10101001 10101101 10110110
Octal 251 255 266

Shades and tints

Shades of #A9ADB6

#A9ADB6
(169,173,182)
#9A9EA6
(154,158,166)
#8B8F96
(139,143,150)
#7C8086
(124,128,134)
#6D7176
(109,113,118)
#5E6266
(94,98,102)
#4F5356
(79,83,86)
#404446
(64,68,70)
#313536
(49,53,54)
#222626
(34,38,38)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #A9ADB6

#A9ADB6
(169,173,182)
#B0B4BC
(176,180,188)
#B7BBC2
(183,187,194)
#BEC2C8
(190,194,200)
#C5C9CE
(197,201,206)
#CCD0D4
(204,208,212)
#D3D7DA
(211,215,218)
#DADEE0
(218,222,224)
#E1E5E6
(225,229,230)
#E8ECEC
(232,236,236)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ADB6; }

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

This text font color is #A9ADB6.

Background Color

.myBgColor { background-color: #A9ADB6; }

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

This div background color is #A9ADB6.

Border color

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

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

This div border color is #A9ADB6.

Opacity

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

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

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

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

This text has shadow with #A9ADB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ADB6.

Preview

Color preview on black background

This text has color #A9ADB6 on black background.


Color preview on white background

This text has color #A9ADB6 on white background.


Black color preview on #A9ADB6 background

This text has black color on #A9ADB6 background.


White color preview on #A9ADB6 background

This text has white color on #A9ADB6 background.


Related colors

Complementary color

Complementary color for #hex is #565249.


I love getcolorcode.com

Triadic colors

1 #B6A9AD and #ADB6A9 with #A9ADB6 are triadic colors.

2 #B6ADA9 and #ADA9B6 with #A9ADB6 are triadic colors.