COLOR #B0AFB6

HEX: #B0AFB6
RGB: (176,175,182)

Color info

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

RGB color model

#B0AFB6 color RGB value is (176,175,182).

  • red value is 176;
  • green value is 175;
  • blue value is 182.
RGB:
(176,175,182)
(69%,69%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 182 of 255 = 71%

176
175
182

R + G + B ~ 70%. #B0AFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 175 + 182 = 533 (100%)
R 176 of 533 ~ 33.02%
G 175 of 533 ~ 32.83%
B 182 of 533 ~ 34.15%

%33.02
%32.83
%34.15

CMYK color model

#B0AFB6 color CMYK value is (3,4,0,29).

  • cyan value is 3.30%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,4,0,29)
C3M4Y0K29 
(3%,4%,0%,29%)
(0.03/0.04/0.00/0.29)	

CMYK percentages

%3.3
%3.85
%0
%28.63

Codes

Color #B0AFB6 in popluar color models

B0AFB6
RGB176175182
HSL249°4.58%70.00%
HSB/HSV249°3.85%71.37%
CMYK3.30%3.85%0.00%
28.63%

Color #B0AFB6 in popluar number systems.

HEXB0AFB6
Decimal176175182
Binary101100001010111110110110
Octal260257266

Shades and tints

Shades of #B0AFB6

#B0AFB6
(176,175,182)
#A0A0A6
(160,160,166)
#909196
(144,145,150)
#808286
(128,130,134)
#707376
(112,115,118)
#606466
(96,100,102)
#505556
(80,85,86)
#404646
(64,70,70)
#303736
(48,55,54)
#202826
(32,40,38)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #B0AFB6

#B0AFB6
(176,175,182)
#B7B6BC
(183,182,188)
#BEBDC2
(190,189,194)
#C5C4C8
(197,196,200)
#CCCBCE
(204,203,206)
#D3D2D4
(211,210,212)
#DAD9DA
(218,217,218)
#E1E0E0
(225,224,224)
#E8E7E6
(232,231,230)
#EFEEEC
(239,238,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AFB6 color. Also use rgb(176,175,182) instead hex code.

Text Font Color

.myTextColor { color: #B0AFB6; }

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

This text font color is #B0AFB6.


Background Color

.myBgColor { background-color: #B0AFB6; }

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

This div background color is #B0AFB6.


Border color

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

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

This div border color is #B0AFB6.


Opacity

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

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

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

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

This text has shadow with #B0AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AFB6 on black background.


Color preview on white background

This text has color #B0AFB6 on white background.



Black color preview on #B0AFB6 background

This text has black color on #B0AFB6 background.


White color preview on #B0AFB6 background

This text has white color on #B0AFB6 background.