COLOR #A9AFB9

HEX: #A9AFB9 RGB: (169,175,185)

Color info

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

RGB color model

#A9AFB9 color RGB value is (169,175,185).

RGB: (169,175,185) (66%, 69%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 185 of 255 = 73%

169
175
185

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

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 185 = 529 (100%)
R 169 of 529 ~ 31.95%
G 175 of 529 ~ 33.08%
B 185 of 529 ~ 34.97'%

%31.95
%33.08
%34.97

CMYK color model

#A9AFB9 color CMYK value is (9,5,0,27).

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

CMYK: (9,5,0,27)
C9M5Y0K27 (9%, 5%, 0%, 27%)
(0.09 / 0.05 / 0.00 / 0.27)

CMYK percentages

%8.65
%5.41
%0
%27.45

Codes

Color #A9AFB9 in popluar color models

A9 AF B9
RGB 169 175 185
HSL 218° 10.26% 69.41%
HSB/HSV 218° 8.65% 72.55%
CMYK 8.65% 5.41% 0.00%
27.45%

Color #A9AFB9 in popluar number systems.

HEX A9 AF B9
Decimal 169 175 185
Binary 10101001 10101111 10111001
Octal 251 257 271

Shades and tints

Shades of #A9AFB9

#A9AFB9
(169,175,185)
#9AA0A9
(154,160,169)
#8B9199
(139,145,153)
#7C8289
(124,130,137)
#6D7379
(109,115,121)
#5E6469
(94,100,105)
#4F5559
(79,85,89)
#404649
(64,70,73)
#313739
(49,55,57)
#222829
(34,40,41)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #A9AFB9

#A9AFB9
(169,175,185)
#B0B6BF
(176,182,191)
#B7BDC5
(183,189,197)
#BEC4CB
(190,196,203)
#C5CBD1
(197,203,209)
#CCD2D7
(204,210,215)
#D3D9DD
(211,217,221)
#DAE0E3
(218,224,227)
#E1E7E9
(225,231,233)
#E8EEEF
(232,238,239)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFB9; }

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

This text font color is #A9AFB9.

Background Color

.myBgColor { background-color: #A9AFB9; }

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

This div background color is #A9AFB9.

Border color

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

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

This div border color is #A9AFB9.

Opacity

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

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

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

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

This text has shadow with #A9AFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AFB9.

Preview

Color preview on black background

This text has color #A9AFB9 on black background.


Color preview on white background

This text has color #A9AFB9 on white background.


Black color preview on #A9AFB9 background

This text has black color on #A9AFB9 background.


White color preview on #A9AFB9 background

This text has white color on #A9AFB9 background.


Related colors

Complementary color

Complementary color for #hex is #565046.


I love getcolorcode.com

Triadic colors

1 #B9A9AF and #AFB9A9 with #A9AFB9 are triadic colors.

2 #B9AFA9 and #AFA9B9 with #A9AFB9 are triadic colors.