COLOR #AFB4BF

HEX: #AFB4BF
RGB: (175,180,191)

Color info

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

RGB color model

#AFB4BF color RGB value is (175,180,191).

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

RGB channels and saturation

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

175
180
191

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

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 191 = 546 (100%)
R 175 of 546 ~ 32.05%
G 180 of 546 ~ 32.97%
B 191 of 546 ~ 34.98%

%32.05
%32.97
%34.98

CMYK color model

#AFB4BF color CMYK value is (8,6,0,25).

  • cyan value is 8.38%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,6,0,25)
C8M6Y0K25 
(8%,6%,0%,25%)
(0.08/0.06/0.00/0.25)	

CMYK percentages

%8.38
%5.76
%0
%25.1

Codes

Color #AFB4BF in popluar color models

AFB4BF
RGB175180191
HSL221°11.11%71.76%
HSB/HSV221°8.38%74.90%
CMYK8.38%5.76%0.00%
25.10%

Color #AFB4BF in popluar number systems.

HEXAFB4BF
Decimal175180191
Binary101011111011010010111111
Octal257264277

Shades and tints

Shades of #AFB4BF

#AFB4BF
(175,180,191)
#A0A4AE
(160,164,174)
#91949D
(145,148,157)
#82848C
(130,132,140)
#73747B
(115,116,123)
#64646A
(100,100,106)
#555459
(85,84,89)
#464448
(70,68,72)
#373437
(55,52,55)
#282426
(40,36,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFB4BF

#AFB4BF
(175,180,191)
#B6BAC4
(182,186,196)
#BDC0C9
(189,192,201)
#C4C6CE
(196,198,206)
#CBCCD3
(203,204,211)
#D2D2D8
(210,210,216)
#D9D8DD
(217,216,221)
#E0DEE2
(224,222,226)
#E7E4E7
(231,228,231)
#EEEAEC
(238,234,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB4BF; }

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

This text font color is #AFB4BF.


Background Color

.myBgColor { background-color: #AFB4BF; }

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

This div background color is #AFB4BF.


Border color

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

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

This div border color is #AFB4BF.


Opacity

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

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

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

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

This text has shadow with #AFB4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB4BF on black background.


Color preview on white background

This text has color #AFB4BF on white background.



Black color preview on #AFB4BF background

This text has black color on #AFB4BF background.


White color preview on #AFB4BF background

This text has white color on #AFB4BF background.