COLOR #B0B9B6

HEX: #B0B9B6
RGB: (176,185,182)

Color info

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

RGB color model

#B0B9B6 color RGB value is (176,185,182).

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

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 182 of 255 = 71%

176
185
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 182 = 543 (100%)
R 176 of 543 ~ 32.41%
G 185 of 543 ~ 34.07%
B 182 of 543 ~ 33.52%

%32.41
%34.07
%33.52

CMYK color model

#B0B9B6 color CMYK value is (5,0,2,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 1.62%
  • key color value is 27.45%
CMYK:
(5,0,2,27)
C5M0Y2K27 
(5%,0%,2%,27%)
(0.05/0.00/0.02/0.27)	

CMYK percentages

%4.86
%0
%1.62
%27.45

Codes

Color #B0B9B6 in popluar color models

B0B9B6
RGB176185182
HSL160°6.04%70.78%
HSB/HSV160°4.86%72.55%
CMYK4.86%0.00%1.62%
27.45%

Color #B0B9B6 in popluar number systems.

HEXB0B9B6
Decimal176185182
Binary101100001011100110110110
Octal260271266

Shades and tints

Shades of #B0B9B6

#B0B9B6
(176,185,182)
#A0A9A6
(160,169,166)
#909996
(144,153,150)
#808986
(128,137,134)
#707976
(112,121,118)
#606966
(96,105,102)
#505956
(80,89,86)
#404946
(64,73,70)
#303936
(48,57,54)
#202926
(32,41,38)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #B0B9B6

#B0B9B6
(176,185,182)
#B7BFBC
(183,191,188)
#BEC5C2
(190,197,194)
#C5CBC8
(197,203,200)
#CCD1CE
(204,209,206)
#D3D7D4
(211,215,212)
#DADDDA
(218,221,218)
#E1E3E0
(225,227,224)
#E8E9E6
(232,233,230)
#EFEFEC
(239,239,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B9B6; }

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

This text font color is #B0B9B6.


Background Color

.myBgColor { background-color: #B0B9B6; }

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

This div background color is #B0B9B6.


Border color

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

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

This div border color is #B0B9B6.


Opacity

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

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

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

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

This text has shadow with #B0B9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B9B6 on black background.


Color preview on white background

This text has color #B0B9B6 on white background.



Black color preview on #B0B9B6 background

This text has black color on #B0B9B6 background.


White color preview on #B0B9B6 background

This text has white color on #B0B9B6 background.