COLOR #B0B3BD

HEX: #B0B3BD
RGB: (176,179,189)

Color info

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

RGB color model

#B0B3BD color RGB value is (176,179,189).

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

RGB channels and saturation

R 176 of 255 = 69%
G 179 of 255 = 70%
B 189 of 255 = 74%

176
179
189

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

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 189 = 544 (100%)
R 176 of 544 ~ 32.35%
G 179 of 544 ~ 32.9%
B 189 of 544 ~ 34.74%

%32.35
%32.9
%34.74

CMYK color model

#B0B3BD color CMYK value is (7,5,0,26).

  • cyan value is 6.88%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,5,0,26)
C7M5Y0K26 
(7%,5%,0%,26%)
(0.07/0.05/0.00/0.26)	

CMYK percentages

%6.88
%5.29
%0
%25.88

Codes

Color #B0B3BD in popluar color models

B0B3BD
RGB176179189
HSL226°8.97%71.57%
HSB/HSV226°6.88%74.12%
CMYK6.88%5.29%0.00%
25.88%

Color #B0B3BD in popluar number systems.

HEXB0B3BD
Decimal176179189
Binary101100001011001110111101
Octal260263275

Shades and tints

Shades of #B0B3BD

#B0B3BD
(176,179,189)
#A0A3AC
(160,163,172)
#90939B
(144,147,155)
#80838A
(128,131,138)
#707379
(112,115,121)
#606368
(96,99,104)
#505357
(80,83,87)
#404346
(64,67,70)
#303335
(48,51,53)
#202324
(32,35,36)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B0B3BD

#B0B3BD
(176,179,189)
#B7B9C3
(183,185,195)
#BEBFC9
(190,191,201)
#C5C5CF
(197,197,207)
#CCCBD5
(204,203,213)
#D3D1DB
(211,209,219)
#DAD7E1
(218,215,225)
#E1DDE7
(225,221,231)
#E8E3ED
(232,227,237)
#EFE9F3
(239,233,243)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B3BD; }

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

This text font color is #B0B3BD.


Background Color

.myBgColor { background-color: #B0B3BD; }

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

This div background color is #B0B3BD.


Border color

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

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

This div border color is #B0B3BD.


Opacity

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

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

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

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

This text has shadow with #B0B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B3BD on black background.


Color preview on white background

This text has color #B0B3BD on white background.



Black color preview on #B0B3BD background

This text has black color on #B0B3BD background.


White color preview on #B0B3BD background

This text has white color on #B0B3BD background.