COLOR #B0B1BB

HEX: #B0B1BB
RGB: (176,177,187)

Color info

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

RGB color model

#B0B1BB color RGB value is (176,177,187).

  • red value is 176;
  • green value is 177;
  • blue value is 187.
RGB:
(176,177,187)
(69%,69%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 187 of 255 = 73%

176
177
187

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

Portions of RGB colors in percentages

R + G + B =
176 + 177 + 187 = 540 (100%)
R 176 of 540 ~ 32.59%
G 177 of 540 ~ 32.78%
B 187 of 540 ~ 34.63%

%32.59
%32.78
%34.63

CMYK color model

#B0B1BB color CMYK value is (6,5,0,27).

  • cyan value is 5.88%
  • magenta value is 5.35%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,5,0,27)
C6M5Y0K27 
(6%,5%,0%,27%)
(0.06/0.05/0.00/0.27)	

CMYK percentages

%5.88
%5.35
%0
%26.67

Codes

Color #B0B1BB in popluar color models

B0B1BB
RGB176177187
HSL235°7.48%71.18%
HSB/HSV235°5.88%73.33%
CMYK5.88%5.35%0.00%
26.67%

Color #B0B1BB in popluar number systems.

HEXB0B1BB
Decimal176177187
Binary101100001011000110111011
Octal260261273

Shades and tints

Shades of #B0B1BB

#B0B1BB
(176,177,187)
#A0A1AA
(160,161,170)
#909199
(144,145,153)
#808188
(128,129,136)
#707177
(112,113,119)
#606166
(96,97,102)
#505155
(80,81,85)
#404144
(64,65,68)
#303133
(48,49,51)
#202122
(32,33,34)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B0B1BB

#B0B1BB
(176,177,187)
#B7B8C1
(183,184,193)
#BEBFC7
(190,191,199)
#C5C6CD
(197,198,205)
#CCCDD3
(204,205,211)
#D3D4D9
(211,212,217)
#DADBDF
(218,219,223)
#E1E2E5
(225,226,229)
#E8E9EB
(232,233,235)
#EFF0F1
(239,240,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B1BB color. Also use rgb(176,177,187) instead hex code.

Text Font Color

.myTextColor { color: #B0B1BB; }

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

This text font color is #B0B1BB.


Background Color

.myBgColor { background-color: #B0B1BB; }

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

This div background color is #B0B1BB.


Border color

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

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

This div border color is #B0B1BB.


Opacity

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

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

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

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

This text has shadow with #B0B1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B1BB on black background.


Color preview on white background

This text has color #B0B1BB on white background.



Black color preview on #B0B1BB background

This text has black color on #B0B1BB background.


White color preview on #B0B1BB background

This text has white color on #B0B1BB background.