COLOR #AFB1B3

HEX: #AFB1B3
RGB: (175,177,179)

Color info

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

RGB color model

#AFB1B3 color RGB value is (175,177,179).

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

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 179 of 255 = 70%

175
177
179

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

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 179 = 531 (100%)
R 175 of 531 ~ 32.96%
G 177 of 531 ~ 33.33%
B 179 of 531 ~ 33.71%

%32.96
%33.33
%33.71

CMYK color model

#AFB1B3 color CMYK value is (2,1,0,30).

  • cyan value is 2.23%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,1,0,30)
C2M1Y0K30 
(2%,1%,0%,30%)
(0.02/0.01/0.00/0.30)	

CMYK percentages

%2.23
%1.12
%0
%29.8

Codes

Color #AFB1B3 in popluar color models

AFB1B3
RGB175177179
HSL210°2.56%69.41%
HSB/HSV210°2.23%70.20%
CMYK2.23%1.12%0.00%
29.80%

Color #AFB1B3 in popluar number systems.

HEXAFB1B3
Decimal175177179
Binary101011111011000110110011
Octal257261263

Shades and tints

Shades of #AFB1B3

#AFB1B3
(175,177,179)
#A0A1A3
(160,161,163)
#919193
(145,145,147)
#828183
(130,129,131)
#737173
(115,113,115)
#646163
(100,97,99)
#555153
(85,81,83)
#464143
(70,65,67)
#373133
(55,49,51)
#282123
(40,33,35)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AFB1B3

#AFB1B3
(175,177,179)
#B6B8B9
(182,184,185)
#BDBFBF
(189,191,191)
#C4C6C5
(196,198,197)
#CBCDCB
(203,205,203)
#D2D4D1
(210,212,209)
#D9DBD7
(217,219,215)
#E0E2DD
(224,226,221)
#E7E9E3
(231,233,227)
#EEF0E9
(238,240,233)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB1B3; }

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

This text font color is #AFB1B3.


Background Color

.myBgColor { background-color: #AFB1B3; }

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

This div background color is #AFB1B3.


Border color

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

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

This div border color is #AFB1B3.


Opacity

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

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

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

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

This text has shadow with #AFB1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB1B3 on black background.


Color preview on white background

This text has color #AFB1B3 on white background.



Black color preview on #AFB1B3 background

This text has black color on #AFB1B3 background.


White color preview on #AFB1B3 background

This text has white color on #AFB1B3 background.