COLOR #AFB7BB

HEX: #AFB7BB
RGB: (175,183,187)

Color info

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

RGB color model

#AFB7BB color RGB value is (175,183,187).

  • red value is 175;
  • green value is 183;
  • blue value is 187.
RGB:
(175,183,187)
(69%,72%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 187 of 255 = 73%

175
183
187

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

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 187 = 545 (100%)
R 175 of 545 ~ 32.11%
G 183 of 545 ~ 33.58%
B 187 of 545 ~ 34.31%

%32.11
%33.58
%34.31

CMYK color model

#AFB7BB color CMYK value is (6,2,0,27).

  • cyan value is 6.42%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,2,0,27)
C6M2Y0K27 
(6%,2%,0%,27%)
(0.06/0.02/0.00/0.27)	

CMYK percentages

%6.42
%2.14
%0
%26.67

Codes

Color #AFB7BB in popluar color models

AFB7BB
RGB175183187
HSL200°8.11%70.98%
HSB/HSV200°6.42%73.33%
CMYK6.42%2.14%0.00%
26.67%

Color #AFB7BB in popluar number systems.

HEXAFB7BB
Decimal175183187
Binary101011111011011110111011
Octal257267273

Shades and tints

Shades of #AFB7BB

#AFB7BB
(175,183,187)
#A0A7AA
(160,167,170)
#919799
(145,151,153)
#828788
(130,135,136)
#737777
(115,119,119)
#646766
(100,103,102)
#555755
(85,87,85)
#464744
(70,71,68)
#373733
(55,55,51)
#282722
(40,39,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFB7BB

#AFB7BB
(175,183,187)
#B6BDC1
(182,189,193)
#BDC3C7
(189,195,199)
#C4C9CD
(196,201,205)
#CBCFD3
(203,207,211)
#D2D5D9
(210,213,217)
#D9DBDF
(217,219,223)
#E0E1E5
(224,225,229)
#E7E7EB
(231,231,235)
#EEEDF1
(238,237,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB7BB color. Also use rgb(175,183,187) instead hex code.

Text Font Color

.myTextColor { color: #AFB7BB; }

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

This text font color is #AFB7BB.


Background Color

.myBgColor { background-color: #AFB7BB; }

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

This div background color is #AFB7BB.


Border color

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

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

This div border color is #AFB7BB.


Opacity

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

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

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

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

This text has shadow with #AFB7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB7BB on black background.


Color preview on white background

This text has color #AFB7BB on white background.



Black color preview on #AFB7BB background

This text has black color on #AFB7BB background.


White color preview on #AFB7BB background

This text has white color on #AFB7BB background.