COLOR #AFB0A7

HEX: #AFB0A7
RGB: (175,176,167)

Color info

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

RGB color model

#AFB0A7 color RGB value is (175,176,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 167 of 255 = 65%

175
176
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 167 = 518 (100%)
R 175 of 518 ~ 33.78%
G 176 of 518 ~ 33.98%
B 167 of 518 ~ 32.24%

%33.78
%33.98
%32.24

CMYK color model

#AFB0A7 color CMYK value is (1,0,5,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 30.98%
CMYK:
(1,0,5,31)
C1M0Y5K31 
(1%,0%,5%,31%)
(0.01/0.00/0.05/0.31)	

CMYK percentages

%0.57
%0
%5.11
%30.98

Codes

Color #AFB0A7 in popluar color models

AFB0A7
RGB175176167
HSL67°5.39%67.25%
HSB/HSV67°5.11%69.02%
CMYK0.57%0.00%5.11%
30.98%

Color #AFB0A7 in popluar number systems.

HEXAFB0A7
Decimal175176167
Binary101011111011000010100111
Octal257260247

Shades and tints

Shades of #AFB0A7

#AFB0A7
(175,176,167)
#A0A098
(160,160,152)
#919089
(145,144,137)
#82807A
(130,128,122)
#73706B
(115,112,107)
#64605C
(100,96,92)
#55504D
(85,80,77)
#46403E
(70,64,62)
#37302F
(55,48,47)
#282020
(40,32,32)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AFB0A7

#AFB0A7
(175,176,167)
#B6B7AF
(182,183,175)
#BDBEB7
(189,190,183)
#C4C5BF
(196,197,191)
#CBCCC7
(203,204,199)
#D2D3CF
(210,211,207)
#D9DAD7
(217,218,215)
#E0E1DF
(224,225,223)
#E7E8E7
(231,232,231)
#EEEFEF
(238,239,239)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0A7; }

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

This text font color is #AFB0A7.


Background Color

.myBgColor { background-color: #AFB0A7; }

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

This div background color is #AFB0A7.


Border color

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

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

This div border color is #AFB0A7.


Opacity

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

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

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

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

This text has shadow with #AFB0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB0A7 on black background.


Color preview on white background

This text has color #AFB0A7 on white background.



Black color preview on #AFB0A7 background

This text has black color on #AFB0A7 background.


White color preview on #AFB0A7 background

This text has white color on #AFB0A7 background.