COLOR #AFB8BB

HEX: #AFB8BB
RGB: (175,184,187)

Color info

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

RGB color model

#AFB8BB color RGB value is (175,184,187).

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

RGB channels and saturation

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

175
184
187

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

Portions of RGB colors in percentages

R + G + B =
175 + 184 + 187 = 546 (100%)
R 175 of 546 ~ 32.05%
G 184 of 546 ~ 33.7%
B 187 of 546 ~ 34.25%

%32.05
%33.7
%34.25

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 1.60%
  • 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
%1.6
%0
%26.67

Codes

Color #AFB8BB in popluar color models

AFB8BB
RGB175184187
HSL195°8.11%70.98%
HSB/HSV195°6.42%73.33%
CMYK6.42%1.60%0.00%
26.67%

Color #AFB8BB in popluar number systems.

HEXAFB8BB
Decimal175184187
Binary101011111011100010111011
Octal257270273

Shades and tints

Shades of #AFB8BB

#AFB8BB
(175,184,187)
#A0A8AA
(160,168,170)
#919899
(145,152,153)
#828888
(130,136,136)
#737877
(115,120,119)
#646866
(100,104,102)
#555855
(85,88,85)
#464844
(70,72,68)
#373833
(55,56,51)
#282822
(40,40,34)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #AFB8BB

#AFB8BB
(175,184,187)
#B6BEC1
(182,190,193)
#BDC4C7
(189,196,199)
#C4CACD
(196,202,205)
#CBD0D3
(203,208,211)
#D2D6D9
(210,214,217)
#D9DCDF
(217,220,223)
#E0E2E5
(224,226,229)
#E7E8EB
(231,232,235)
#EEEEF1
(238,238,241)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB8BB; }

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

This text font color is #AFB8BB.


Background Color

.myBgColor { background-color: #AFB8BB; }

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

This div background color is #AFB8BB.


Border color

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

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

This div border color is #AFB8BB.


Opacity

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

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

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

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

This text has shadow with #AFB8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB8BB on black background.


Color preview on white background

This text has color #AFB8BB on white background.



Black color preview on #AFB8BB background

This text has black color on #AFB8BB background.


White color preview on #AFB8BB background

This text has white color on #AFB8BB background.