COLOR #AFB6BF

HEX: #AFB6BF
RGB: (175,182,191)

Color info

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

RGB color model

#AFB6BF color RGB value is (175,182,191).

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

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 191 of 255 = 75%

175
182
191

R + G + B ~ 72%. #AFB6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 191 = 548 (100%)
R 175 of 548 ~ 31.93%
G 182 of 548 ~ 33.21%
B 191 of 548 ~ 34.85%

%31.93
%33.21
%34.85

CMYK color model

#AFB6BF color CMYK value is (8,5,0,25).

  • cyan value is 8.38%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,5,0,25)
C8M5Y0K25 
(8%,5%,0%,25%)
(0.08/0.05/0.00/0.25)	

CMYK percentages

%8.38
%4.71
%0
%25.1

Codes

Color #AFB6BF in popluar color models

AFB6BF
RGB175182191
HSL214°11.11%71.76%
HSB/HSV214°8.38%74.90%
CMYK8.38%4.71%0.00%
25.10%

Color #AFB6BF in popluar number systems.

HEXAFB6BF
Decimal175182191
Binary101011111011011010111111
Octal257266277

Shades and tints

Shades of #AFB6BF

#AFB6BF
(175,182,191)
#A0A6AE
(160,166,174)
#91969D
(145,150,157)
#82868C
(130,134,140)
#73767B
(115,118,123)
#64666A
(100,102,106)
#555659
(85,86,89)
#464648
(70,70,72)
#373637
(55,54,55)
#282626
(40,38,38)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AFB6BF

#AFB6BF
(175,182,191)
#B6BCC4
(182,188,196)
#BDC2C9
(189,194,201)
#C4C8CE
(196,200,206)
#CBCED3
(203,206,211)
#D2D4D8
(210,212,216)
#D9DADD
(217,218,221)
#E0E0E2
(224,224,226)
#E7E6E7
(231,230,231)
#EEECEC
(238,236,236)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB6BF; }

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

This text font color is #AFB6BF.


Background Color

.myBgColor { background-color: #AFB6BF; }

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

This div background color is #AFB6BF.


Border color

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

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

This div border color is #AFB6BF.


Opacity

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

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

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

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

This text has shadow with #AFB6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB6BF on black background.


Color preview on white background

This text has color #AFB6BF on white background.



Black color preview on #AFB6BF background

This text has black color on #AFB6BF background.


White color preview on #AFB6BF background

This text has white color on #AFB6BF background.