COLOR #AFB0B2

HEX: #AFB0B2 RGB: (175,176,178)

Color info

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

RGB color model

#AFB0B2 color RGB value is (175,176,178).

RGB: (175,176,178) (69%, 69%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 178 of 255 = 70%

175
176
178

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

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 178 = 529 (100%)
R 175 of 529 ~ 33.08%
G 176 of 529 ~ 33.27%
B 178 of 529 ~ 33.65'%

%33.08
%33.27
%33.65

CMYK color model

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

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

CMYK percentages

%1.69
%1.12
%0
%30.2

Codes

Color #AFB0B2 in popluar color models

AF B0 B2
RGB 175 176 178
HSL 220° 1.91% 69.22%
HSB/HSV 220° 1.69% 69.80%
CMYK 1.69% 1.12% 0.00%
30.20%

Color #AFB0B2 in popluar number systems.

HEX AF B0 B2
Decimal 175 176 178
Binary 10101111 10110000 10110010
Octal 257 260 262

Shades and tints

Shades of #AFB0B2

#AFB0B2
(175,176,178)
#A0A0A2
(160,160,162)
#919092
(145,144,146)
#828082
(130,128,130)
#737072
(115,112,114)
#646062
(100,96,98)
#555052
(85,80,82)
#464042
(70,64,66)
#373032
(55,48,50)
#282022
(40,32,34)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #AFB0B2

#AFB0B2
(175,176,178)
#B6B7B9
(182,183,185)
#BDBEC0
(189,190,192)
#C4C5C7
(196,197,199)
#CBCCCE
(203,204,206)
#D2D3D5
(210,211,213)
#D9DADC
(217,218,220)
#E0E1E3
(224,225,227)
#E7E8EA
(231,232,234)
#EEEFF1
(238,239,241)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0B2; }

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

This text font color is #AFB0B2.

Background Color

.myBgColor { background-color: #AFB0B2; }

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

This div background color is #AFB0B2.

Border color

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

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

This div border color is #AFB0B2.

Opacity

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

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

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

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

This text has shadow with #AFB0B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB0B2.

Preview

Color preview on black background

This text has color #AFB0B2 on black background.


Color preview on white background

This text has color #AFB0B2 on white background.


Black color preview on #AFB0B2 background

This text has black color on #AFB0B2 background.


White color preview on #AFB0B2 background

This text has white color on #AFB0B2 background.


Related colors

Complementary color

Complementary color for #hex is #504F4D.


I love getcolorcode.com

Triadic colors

1 #B2AFB0 and #B0B2AF with #AFB0B2 are triadic colors.

2 #B2B0AF and #B0AFB2 with #AFB0B2 are triadic colors.