COLOR #AFB0B1

HEX: #AFB0B1
RGB: (175,176,177)

Color info

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

RGB color model

#AFB0B1 color RGB value is (175,176,177).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 177 of 255 = 69%

175
176
177

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

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 177 = 528 (100%)
R 175 of 528 ~ 33.14%
G 176 of 528 ~ 33.33%
B 177 of 528 ~ 33.52%

%33.14
%33.33
%33.52

CMYK color model

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

  • cyan value is 1.13%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(1,1,0,31)
C1M1Y0K31 
(1%,1%,0%,31%)
(0.01/0.01/0.00/0.31)	

CMYK percentages

%1.13
%0.56
%0
%30.59

Codes

Color #AFB0B1 in popluar color models

AFB0B1
RGB175176177
HSL210°1.27%69.02%
HSB/HSV210°1.13%69.41%
CMYK1.13%0.56%0.00%
30.59%

Color #AFB0B1 in popluar number systems.

HEXAFB0B1
Decimal175176177
Binary101011111011000010110001
Octal257260261

Shades and tints

Shades of #AFB0B1

#AFB0B1
(175,176,177)
#A0A0A1
(160,160,161)
#919091
(145,144,145)
#828081
(130,128,129)
#737071
(115,112,113)
#646061
(100,96,97)
#555051
(85,80,81)
#464041
(70,64,65)
#373031
(55,48,49)
#282021
(40,32,33)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AFB0B1

#AFB0B1
(175,176,177)
#B6B7B8
(182,183,184)
#BDBEBF
(189,190,191)
#C4C5C6
(196,197,198)
#CBCCCD
(203,204,205)
#D2D3D4
(210,211,212)
#D9DADB
(217,218,219)
#E0E1E2
(224,225,226)
#E7E8E9
(231,232,233)
#EEEFF0
(238,239,240)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0B1; }

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

This text font color is #AFB0B1.


Background Color

.myBgColor { background-color: #AFB0B1; }

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

This div background color is #AFB0B1.


Border color

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

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

This div border color is #AFB0B1.


Opacity

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

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

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

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

This text has shadow with #AFB0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB0B1 on black background.


Color preview on white background

This text has color #AFB0B1 on white background.



Black color preview on #AFB0B1 background

This text has black color on #AFB0B1 background.


White color preview on #AFB0B1 background

This text has white color on #AFB0B1 background.