COLOR #A9B8AF

HEX: #A9B8AF
RGB: (169,184,175)

Color info

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

RGB color model

#A9B8AF color RGB value is (169,184,175).

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

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 175 of 255 = 69%

169
184
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 184 + 175 = 528 (100%)
R 169 of 528 ~ 32.01%
G 184 of 528 ~ 34.85%
B 175 of 528 ~ 33.14%

%32.01
%34.85
%33.14

CMYK color model

#A9B8AF color CMYK value is (8,0,5,28).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 4.89%
  • key color value is 27.84%
CMYK: (8,0,5,28) C8M0Y5K28 (8%,0%,5%,28%) (0.08/0.00/0.05/0.28)

CMYK percentages

%8.15
%0
%4.89
%27.84

Codes

Color #A9B8AF in popluar color models

A9B8AF
RGB169184175
HSL144°9.55%69.22%
HSB/HSV144°8.15%72.16%
CMYK8.15%0.00%4.89%
27.84%

Color #A9B8AF in popluar number systems.

HEXA9B8AF
Decimal169184175
Binary101010011011100010101111
Octal251270257

Shades and tints

Shades of #A9B8AF

#A9B8AF
(169,184,175)
#9AA8A0
(154,168,160)
#8B9891
(139,152,145)
#7C8882
(124,136,130)
#6D7873
(109,120,115)
#5E6864
(94,104,100)
#4F5855
(79,88,85)
#404846
(64,72,70)
#313837
(49,56,55)
#222828
(34,40,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #A9B8AF

#A9B8AF
(169,184,175)
#B0BEB6
(176,190,182)
#B7C4BD
(183,196,189)
#BECAC4
(190,202,196)
#C5D0CB
(197,208,203)
#CCD6D2
(204,214,210)
#D3DCD9
(211,220,217)
#DAE2E0
(218,226,224)
#E1E8E7
(225,232,231)
#E8EEEE
(232,238,238)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B8AF; }

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

This text font color is #A9B8AF.


Background Color

.myBgColor { background-color: #A9B8AF; }

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

This div background color is #A9B8AF.


Border color

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

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

This div border color is #A9B8AF.


Opacity

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

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

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

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

This text has shadow with #A9B8AF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9B8AF on black background.


Color preview on white background

This text has color #A9B8AF on white background.



Black color preview on #A9B8AF background

This text has black color on #A9B8AF background.


White color preview on #A9B8AF background

This text has white color on #A9B8AF background.