COLOR #B0B3B8

HEX: #B0B3B8
RGB: (176,179,184)

Color info

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

RGB color model

#B0B3B8 color RGB value is (176,179,184).

  • red value is 176;
  • green value is 179;
  • blue value is 184.
RGB:
(176,179,184)
(69%,70%,72%)

RGB channels and saturation

R 176 of 255 = 69%
G 179 of 255 = 70%
B 184 of 255 = 72%

176
179
184

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

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 184 = 539 (100%)
R 176 of 539 ~ 32.65%
G 179 of 539 ~ 33.21%
B 184 of 539 ~ 34.14%

%32.65
%33.21
%34.14

CMYK color model

#B0B3B8 color CMYK value is (4,3,0,28).

  • cyan value is 4.35%
  • magenta value is 2.72%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,3,0,28)
C4M3Y0K28 
(4%,3%,0%,28%)
(0.04/0.03/0.00/0.28)	

CMYK percentages

%4.35
%2.72
%0
%27.84

Codes

Color #B0B3B8 in popluar color models

B0B3B8
RGB176179184
HSL218°5.33%70.59%
HSB/HSV218°4.35%72.16%
CMYK4.35%2.72%0.00%
27.84%

Color #B0B3B8 in popluar number systems.

HEXB0B3B8
Decimal176179184
Binary101100001011001110111000
Octal260263270

Shades and tints

Shades of #B0B3B8

#B0B3B8
(176,179,184)
#A0A3A8
(160,163,168)
#909398
(144,147,152)
#808388
(128,131,136)
#707378
(112,115,120)
#606368
(96,99,104)
#505358
(80,83,88)
#404348
(64,67,72)
#303338
(48,51,56)
#202328
(32,35,40)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #B0B3B8

#B0B3B8
(176,179,184)
#B7B9BE
(183,185,190)
#BEBFC4
(190,191,196)
#C5C5CA
(197,197,202)
#CCCBD0
(204,203,208)
#D3D1D6
(211,209,214)
#DAD7DC
(218,215,220)
#E1DDE2
(225,221,226)
#E8E3E8
(232,227,232)
#EFE9EE
(239,233,238)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B3B8 color. Also use rgb(176,179,184) instead hex code.

Text Font Color

.myTextColor { color: #B0B3B8; }

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

This text font color is #B0B3B8.


Background Color

.myBgColor { background-color: #B0B3B8; }

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

This div background color is #B0B3B8.


Border color

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

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

This div border color is #B0B3B8.


Opacity

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

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

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

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

This text has shadow with #B0B3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B3B8 on black background.


Color preview on white background

This text has color #B0B3B8 on white background.



Black color preview on #B0B3B8 background

This text has black color on #B0B3B8 background.


White color preview on #B0B3B8 background

This text has white color on #B0B3B8 background.