COLOR #AFB1BF

HEX: #AFB1BF
RGB: (175,177,191)

Color info

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

RGB color model

#AFB1BF color RGB value is (175,177,191).

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

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 191 of 255 = 75%

175
177
191

R + G + B ~ 71%. #AFB1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 191 = 543 (100%)
R 175 of 543 ~ 32.23%
G 177 of 543 ~ 32.6%
B 191 of 543 ~ 35.17%

%32.23
%32.6
%35.17

CMYK color model

#AFB1BF color CMYK value is (8,7,0,25).

  • cyan value is 8.38%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,7,0,25)
C8M7Y0K25 
(8%,7%,0%,25%)
(0.08/0.07/0.00/0.25)	

CMYK percentages

%8.38
%7.33
%0
%25.1

Codes

Color #AFB1BF in popluar color models

AFB1BF
RGB175177191
HSL233°11.11%71.76%
HSB/HSV233°8.38%74.90%
CMYK8.38%7.33%0.00%
25.10%

Color #AFB1BF in popluar number systems.

HEXAFB1BF
Decimal175177191
Binary101011111011000110111111
Octal257261277

Shades and tints

Shades of #AFB1BF

#AFB1BF
(175,177,191)
#A0A1AE
(160,161,174)
#91919D
(145,145,157)
#82818C
(130,129,140)
#73717B
(115,113,123)
#64616A
(100,97,106)
#555159
(85,81,89)
#464148
(70,65,72)
#373137
(55,49,55)
#282126
(40,33,38)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AFB1BF

#AFB1BF
(175,177,191)
#B6B8C4
(182,184,196)
#BDBFC9
(189,191,201)
#C4C6CE
(196,198,206)
#CBCDD3
(203,205,211)
#D2D4D8
(210,212,216)
#D9DBDD
(217,219,221)
#E0E2E2
(224,226,226)
#E7E9E7
(231,233,231)
#EEF0EC
(238,240,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB1BF; }

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

This text font color is #AFB1BF.


Background Color

.myBgColor { background-color: #AFB1BF; }

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

This div background color is #AFB1BF.


Border color

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

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

This div border color is #AFB1BF.


Opacity

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

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

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

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

This text has shadow with #AFB1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB1BF on black background.


Color preview on white background

This text has color #AFB1BF on white background.



Black color preview on #AFB1BF background

This text has black color on #AFB1BF background.


White color preview on #AFB1BF background

This text has white color on #AFB1BF background.