COLOR #AFB5BB

HEX: #AFB5BB
RGB: (175,181,187)

Color info

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

RGB color model

#AFB5BB color RGB value is (175,181,187).

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

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 187 of 255 = 73%

175
181
187

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

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 187 = 543 (100%)
R 175 of 543 ~ 32.23%
G 181 of 543 ~ 33.33%
B 187 of 543 ~ 34.44%

%32.23
%33.33
%34.44

CMYK color model

#AFB5BB color CMYK value is (6,3,0,27).

  • cyan value is 6.42%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,3,0,27)
C6M3Y0K27 
(6%,3%,0%,27%)
(0.06/0.03/0.00/0.27)	

CMYK percentages

%6.42
%3.21
%0
%26.67

Codes

Color #AFB5BB in popluar color models

AFB5BB
RGB175181187
HSL210°8.11%70.98%
HSB/HSV210°6.42%73.33%
CMYK6.42%3.21%0.00%
26.67%

Color #AFB5BB in popluar number systems.

HEXAFB5BB
Decimal175181187
Binary101011111011010110111011
Octal257265273

Shades and tints

Shades of #AFB5BB

#AFB5BB
(175,181,187)
#A0A5AA
(160,165,170)
#919599
(145,149,153)
#828588
(130,133,136)
#737577
(115,117,119)
#646566
(100,101,102)
#555555
(85,85,85)
#464544
(70,69,68)
#373533
(55,53,51)
#282522
(40,37,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AFB5BB

#AFB5BB
(175,181,187)
#B6BBC1
(182,187,193)
#BDC1C7
(189,193,199)
#C4C7CD
(196,199,205)
#CBCDD3
(203,205,211)
#D2D3D9
(210,211,217)
#D9D9DF
(217,217,223)
#E0DFE5
(224,223,229)
#E7E5EB
(231,229,235)
#EEEBF1
(238,235,241)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5BB; }

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

This text font color is #AFB5BB.


Background Color

.myBgColor { background-color: #AFB5BB; }

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

This div background color is #AFB5BB.


Border color

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

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

This div border color is #AFB5BB.


Opacity

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

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

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

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

This text has shadow with #AFB5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5BB on black background.


Color preview on white background

This text has color #AFB5BB on white background.



Black color preview on #AFB5BB background

This text has black color on #AFB5BB background.


White color preview on #AFB5BB background

This text has white color on #AFB5BB background.