COLOR #AFB4B6

HEX: #AFB4B6
RGB: (175,180,182)

Color info

#AFB4B6 contains red, green and blue colors in about the same proportion. Web safe color of #AFB4B6 is #99CCCC (or #9CC).

RGB color model

#AFB4B6 color RGB value is (175,180,182).

  • red value is 175;
  • green value is 180;
  • blue value is 182.
RGB:
(175,180,182)
(69%,71%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 182 of 255 = 71%

175
180
182

R + G + B ~ 70%. #AFB4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 182 = 537 (100%)
R 175 of 537 ~ 32.59%
G 180 of 537 ~ 33.52%
B 182 of 537 ~ 33.89%

%32.59
%33.52
%33.89

CMYK color model

#AFB4B6 color CMYK value is (4,1,0,29).

  • cyan value is 3.85%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(4,1,0,29)
C4M1Y0K29 
(4%,1%,0%,29%)
(0.04/0.01/0.00/0.29)	

CMYK percentages

%3.85
%1.1
%0
%28.63

Codes

Color #AFB4B6 in popluar color models

AFB4B6
RGB175180182
HSL197°4.58%70.00%
HSB/HSV197°3.85%71.37%
CMYK3.85%1.10%0.00%
28.63%

Color #AFB4B6 in popluar number systems.

HEXAFB4B6
Decimal175180182
Binary101011111011010010110110
Octal257264266

Shades and tints

Shades of #AFB4B6

#AFB4B6
(175,180,182)
#A0A4A6
(160,164,166)
#919496
(145,148,150)
#828486
(130,132,134)
#737476
(115,116,118)
#646466
(100,100,102)
#555456
(85,84,86)
#464446
(70,68,70)
#373436
(55,52,54)
#282426
(40,36,38)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFB4B6

#AFB4B6
(175,180,182)
#B6BABC
(182,186,188)
#BDC0C2
(189,192,194)
#C4C6C8
(196,198,200)
#CBCCCE
(203,204,206)
#D2D2D4
(210,210,212)
#D9D8DA
(217,216,218)
#E0DEE0
(224,222,224)
#E7E4E6
(231,228,230)
#EEEAEC
(238,234,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB4B6 color. Also use rgb(175,180,182) instead hex code.

Text Font Color

.myTextColor { color: #AFB4B6; }

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

This text font color is #AFB4B6.


Background Color

.myBgColor { background-color: #AFB4B6; }

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

This div background color is #AFB4B6.


Border color

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

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

This div border color is #AFB4B6.


Opacity

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

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

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

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

This text has shadow with #AFB4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB4B6 on black background.


Color preview on white background

This text has color #AFB4B6 on white background.



Black color preview on #AFB4B6 background

This text has black color on #AFB4B6 background.


White color preview on #AFB4B6 background

This text has white color on #AFB4B6 background.