COLOR #AFB0A9

HEX: #AFB0A9
RGB: (175,176,169)

Color info

#AFB0A9 contains red, green and blue colors in about the same proportion. Web safe color of #AFB0A9 is #999999 (or #999).

RGB color model

#AFB0A9 color RGB value is (175,176,169).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 169 of 255 = 66%

175
176
169

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

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 169 = 520 (100%)
R 175 of 520 ~ 33.65%
G 176 of 520 ~ 33.85%
B 169 of 520 ~ 32.5%

%33.65
%33.85
%32.5

CMYK color model

#AFB0A9 color CMYK value is (1,0,4,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 30.98%
CMYK:
(1,0,4,31)
C1M0Y4K31 
(1%,0%,4%,31%)
(0.01/0.00/0.04/0.31)	

CMYK percentages

%0.57
%0
%3.98
%30.98

Codes

Color #AFB0A9 in popluar color models

AFB0A9
RGB175176169
HSL69°4.24%67.65%
HSB/HSV69°3.98%69.02%
CMYK0.57%0.00%3.98%
30.98%

Color #AFB0A9 in popluar number systems.

HEXAFB0A9
Decimal175176169
Binary101011111011000010101001
Octal257260251

Shades and tints

Shades of #AFB0A9

#AFB0A9
(175,176,169)
#A0A09A
(160,160,154)
#91908B
(145,144,139)
#82807C
(130,128,124)
#73706D
(115,112,109)
#64605E
(100,96,94)
#55504F
(85,80,79)
#464040
(70,64,64)
#373031
(55,48,49)
#282022
(40,32,34)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AFB0A9

#AFB0A9
(175,176,169)
#B6B7B0
(182,183,176)
#BDBEB7
(189,190,183)
#C4C5BE
(196,197,190)
#CBCCC5
(203,204,197)
#D2D3CC
(210,211,204)
#D9DAD3
(217,218,211)
#E0E1DA
(224,225,218)
#E7E8E1
(231,232,225)
#EEEFE8
(238,239,232)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0A9; }

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

This text font color is #AFB0A9.


Background Color

.myBgColor { background-color: #AFB0A9; }

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

This div background color is #AFB0A9.


Border color

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

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

This div border color is #AFB0A9.


Opacity

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

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

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

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

This text has shadow with #AFB0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB0A9 on black background.


Color preview on white background

This text has color #AFB0A9 on white background.



Black color preview on #AFB0A9 background

This text has black color on #AFB0A9 background.


White color preview on #AFB0A9 background

This text has white color on #AFB0A9 background.