COLOR #B0BFB6

HEX: #B0BFB6
RGB: (176,191,182)

Color info

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

RGB color model

#B0BFB6 color RGB value is (176,191,182).

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

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 182 of 255 = 71%

176
191
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 182 = 549 (100%)
R 176 of 549 ~ 32.06%
G 191 of 549 ~ 34.79%
B 182 of 549 ~ 33.15%

%32.06
%34.79
%33.15

CMYK color model

#B0BFB6 color CMYK value is (8,0,5,25).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 25.10%
CMYK:
(8,0,5,25)
C8M0Y5K25 
(8%,0%,5%,25%)
(0.08/0.00/0.05/0.25)	

CMYK percentages

%7.85
%0
%4.71
%25.1

Codes

Color #B0BFB6 in popluar color models

B0BFB6
RGB176191182
HSL144°10.49%71.96%
HSB/HSV144°7.85%74.90%
CMYK7.85%0.00%4.71%
25.10%

Color #B0BFB6 in popluar number systems.

HEXB0BFB6
Decimal176191182
Binary101100001011111110110110
Octal260277266

Shades and tints

Shades of #B0BFB6

#B0BFB6
(176,191,182)
#A0AEA6
(160,174,166)
#909D96
(144,157,150)
#808C86
(128,140,134)
#707B76
(112,123,118)
#606A66
(96,106,102)
#505956
(80,89,86)
#404846
(64,72,70)
#303736
(48,55,54)
#202626
(32,38,38)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #B0BFB6

#B0BFB6
(176,191,182)
#B7C4BC
(183,196,188)
#BEC9C2
(190,201,194)
#C5CEC8
(197,206,200)
#CCD3CE
(204,211,206)
#D3D8D4
(211,216,212)
#DADDDA
(218,221,218)
#E1E2E0
(225,226,224)
#E8E7E6
(232,231,230)
#EFECEC
(239,236,236)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BFB6; }

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

This text font color is #B0BFB6.


Background Color

.myBgColor { background-color: #B0BFB6; }

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

This div background color is #B0BFB6.


Border color

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

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

This div border color is #B0BFB6.


Opacity

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

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

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

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

This text has shadow with #B0BFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BFB6 on black background.


Color preview on white background

This text has color #B0BFB6 on white background.



Black color preview on #B0BFB6 background

This text has black color on #B0BFB6 background.


White color preview on #B0BFB6 background

This text has white color on #B0BFB6 background.