COLOR #A9AFB4

HEX: #A9AFB4
RGB: (169,175,180)

Color info

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

RGB color model

#A9AFB4 color RGB value is (169,175,180).

  • red value is 169;
  • green value is 175;
  • blue value is 180.
RGB:
(169,175,180)
(66%,69%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 180 of 255 = 71%

169
175
180

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

Portions of RGB colors in percentages

R + G + B =
169 + 175 + 180 = 524 (100%)
R 169 of 524 ~ 32.25%
G 175 of 524 ~ 33.4%
B 180 of 524 ~ 34.35%

%32.25
%33.4
%34.35

CMYK color model

#A9AFB4 color CMYK value is (6,3,0,29).

  • cyan value is 6.11%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(6,3,0,29)
C6M3Y0K29 
(6%,3%,0%,29%)
(0.06/0.03/0.00/0.29)	

CMYK percentages

%6.11
%2.78
%0
%29.41

Codes

Color #A9AFB4 in popluar color models

A9AFB4
RGB169175180
HSL207°6.83%68.43%
HSB/HSV207°6.11%70.59%
CMYK6.11%2.78%0.00%
29.41%

Color #A9AFB4 in popluar number systems.

HEXA9AFB4
Decimal169175180
Binary101010011010111110110100
Octal251257264

Shades and tints

Shades of #A9AFB4

#A9AFB4
(169,175,180)
#9AA0A4
(154,160,164)
#8B9194
(139,145,148)
#7C8284
(124,130,132)
#6D7374
(109,115,116)
#5E6464
(94,100,100)
#4F5554
(79,85,84)
#404644
(64,70,68)
#313734
(49,55,52)
#222824
(34,40,36)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #A9AFB4

#A9AFB4
(169,175,180)
#B0B6BA
(176,182,186)
#B7BDC0
(183,189,192)
#BEC4C6
(190,196,198)
#C5CBCC
(197,203,204)
#CCD2D2
(204,210,210)
#D3D9D8
(211,217,216)
#DAE0DE
(218,224,222)
#E1E7E4
(225,231,228)
#E8EEEA
(232,238,234)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFB4; }

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

This text font color is #A9AFB4.


Background Color

.myBgColor { background-color: #A9AFB4; }

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

This div background color is #A9AFB4.


Border color

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

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

This div border color is #A9AFB4.


Opacity

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

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

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

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

This text has shadow with #A9AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AFB4 on black background.


Color preview on white background

This text has color #A9AFB4 on white background.



Black color preview on #A9AFB4 background

This text has black color on #A9AFB4 background.


White color preview on #A9AFB4 background

This text has white color on #A9AFB4 background.