COLOR #AFB9BD

HEX: #AFB9BD
RGB: (175,185,189)

Color info

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

RGB color model

#AFB9BD color RGB value is (175,185,189).

  • red value is 175;
  • green value is 185;
  • blue value is 189.
RGB:
(175,185,189)
(69%,73%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 189 of 255 = 74%

175
185
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 189 = 549 (100%)
R 175 of 549 ~ 31.88%
G 185 of 549 ~ 33.7%
B 189 of 549 ~ 34.43%

%31.88
%33.7
%34.43

CMYK color model

#AFB9BD color CMYK value is (7,2,0,26).

  • cyan value is 7.41%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,2,0,26)
C7M2Y0K26 
(7%,2%,0%,26%)
(0.07/0.02/0.00/0.26)	

CMYK percentages

%7.41
%2.12
%0
%25.88

Codes

Color #AFB9BD in popluar color models

AFB9BD
RGB175185189
HSL197°9.59%71.37%
HSB/HSV197°7.41%74.12%
CMYK7.41%2.12%0.00%
25.88%

Color #AFB9BD in popluar number systems.

HEXAFB9BD
Decimal175185189
Binary101011111011100110111101
Octal257271275

Shades and tints

Shades of #AFB9BD

#AFB9BD
(175,185,189)
#A0A9AC
(160,169,172)
#91999B
(145,153,155)
#82898A
(130,137,138)
#737979
(115,121,121)
#646968
(100,105,104)
#555957
(85,89,87)
#464946
(70,73,70)
#373935
(55,57,53)
#282924
(40,41,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFB9BD

#AFB9BD
(175,185,189)
#B6BFC3
(182,191,195)
#BDC5C9
(189,197,201)
#C4CBCF
(196,203,207)
#CBD1D5
(203,209,213)
#D2D7DB
(210,215,219)
#D9DDE1
(217,221,225)
#E0E3E7
(224,227,231)
#E7E9ED
(231,233,237)
#EEEFF3
(238,239,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB9BD color. Also use rgb(175,185,189) instead hex code.

Text Font Color

.myTextColor { color: #AFB9BD; }

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

This text font color is #AFB9BD.


Background Color

.myBgColor { background-color: #AFB9BD; }

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

This div background color is #AFB9BD.


Border color

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

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

This div border color is #AFB9BD.


Opacity

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

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

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

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

This text has shadow with #AFB9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9BD on black background.


Color preview on white background

This text has color #AFB9BD on white background.



Black color preview on #AFB9BD background

This text has black color on #AFB9BD background.


White color preview on #AFB9BD background

This text has white color on #AFB9BD background.