COLOR #A9B6AD

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

Color info

#A9B6AD contains red, green and blue colors in about the same proportion. Web safe color of #A9B6AD is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

169
182
173

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

Portions of RGB colors in percentages

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

%32.25
%34.73
%33.02

CMYK color model

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

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

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

CMYK percentages

%7.14
%0
%4.95
%28.63

Codes

Color #A9B6AD in popluar color models

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

Color #A9B6AD in popluar number systems.

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

Shades and tints

Shades of #A9B6AD

#A9B6AD
(169,182,173)
#9AA69E
(154,166,158)
#8B968F
(139,150,143)
#7C8680
(124,134,128)
#6D7671
(109,118,113)
#5E6662
(94,102,98)
#4F5653
(79,86,83)
#404644
(64,70,68)
#313635
(49,54,53)
#222626
(34,38,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #A9B6AD

#A9B6AD
(169,182,173)
#B0BCB4
(176,188,180)
#B7C2BB
(183,194,187)
#BEC8C2
(190,200,194)
#C5CEC9
(197,206,201)
#CCD4D0
(204,212,208)
#D3DAD7
(211,218,215)
#DAE0DE
(218,224,222)
#E1E6E5
(225,230,229)
#E8ECEC
(232,236,236)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B6AD; }

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

This text font color is #A9B6AD.

Background Color

.myBgColor { background-color: #A9B6AD; }

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

This div background color is #A9B6AD.

Border color

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

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

This div border color is #A9B6AD.

Opacity

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

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

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

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

This text has shadow with #A9B6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B6AD.

Preview

Color preview on black background

This text has color #A9B6AD on black background.


Color preview on white background

This text has color #A9B6AD on white background.


Black color preview on #A9B6AD background

This text has black color on #A9B6AD background.


White color preview on #A9B6AD background

This text has white color on #A9B6AD background.


Related colors

Complementary color

Complementary color for #hex is #564952.


I love getcolorcode.com

Triadic colors

1 #ADA9B6 and #B6ADA9 with #A9B6AD are triadic colors.

2 #ADB6A9 and #B6A9AD with #A9B6AD are triadic colors.