COLOR #A9BDAD

HEX: #A9BDAD RGB: (169,189,173)

Color info

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

RGB color model

#A9BDAD color RGB value is (169,189,173).

RGB: (169,189,173) (66%, 74%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 173 of 255 = 68%

169
189
173

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

Portions of RGB colors in percentages

R + G + B = 169 + 189 + 173 = 531 (100%)
R 169 of 531 ~ 31.83%
G 189 of 531 ~ 35.59%
B 173 of 531 ~ 32.58'%

%31.83
%35.59
%32.58

CMYK color model

#A9BDAD color CMYK value is (11,0,8,26).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 25.88%

CMYK: (11,0,8,26)
C11M0Y8K26 (11%, 0%, 8%, 26%)
(0.11 / 0.00 / 0.08 / 0.26)

CMYK percentages

%10.58
%0
%8.47
%25.88

Codes

Color #A9BDAD in popluar color models

A9 BD AD
RGB 169 189 173
HSL 132° 13.16% 70.20%
HSB/HSV 132° 10.58% 74.12%
CMYK 10.58% 0.00% 8.47%
25.88%

Color #A9BDAD in popluar number systems.

HEX A9 BD AD
Decimal 169 189 173
Binary 10101001 10111101 10101101
Octal 251 275 255

Shades and tints

Shades of #A9BDAD

#A9BDAD
(169,189,173)
#9AAC9E
(154,172,158)
#8B9B8F
(139,155,143)
#7C8A80
(124,138,128)
#6D7971
(109,121,113)
#5E6862
(94,104,98)
#4F5753
(79,87,83)
#404644
(64,70,68)
#313535
(49,53,53)
#222426
(34,36,38)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A9BDAD

#A9BDAD
(169,189,173)
#B0C3B4
(176,195,180)
#B7C9BB
(183,201,187)
#BECFC2
(190,207,194)
#C5D5C9
(197,213,201)
#CCDBD0
(204,219,208)
#D3E1D7
(211,225,215)
#DAE7DE
(218,231,222)
#E1EDE5
(225,237,229)
#E8F3EC
(232,243,236)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDAD; }

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

This text font color is #A9BDAD.

Background Color

.myBgColor { background-color: #A9BDAD; }

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

This div background color is #A9BDAD.

Border color

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

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

This div border color is #A9BDAD.

Opacity

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

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

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

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

This text has shadow with #A9BDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BDAD.

Preview

Color preview on black background

This text has color #A9BDAD on black background.


Color preview on white background

This text has color #A9BDAD on white background.


Black color preview on #A9BDAD background

This text has black color on #A9BDAD background.


White color preview on #A9BDAD background

This text has white color on #A9BDAD background.


Related colors

Complementary color

Complementary color for #hex is #564252.


I love getcolorcode.com

Triadic colors

1 #ADA9BD and #BDADA9 with #A9BDAD are triadic colors.

2 #ADBDA9 and #BDA9AD with #A9BDAD are triadic colors.