COLOR #B0B6BD

HEX: #B0B6BD
RGB: (176,182,189)

Color info

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

RGB color model

#B0B6BD color RGB value is (176,182,189).

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

RGB channels and saturation

R 176 of 255 = 69%
G 182 of 255 = 71%
B 189 of 255 = 74%

176
182
189

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

Portions of RGB colors in percentages

R + G + B =
176 + 182 + 189 = 547 (100%)
R 176 of 547 ~ 32.18%
G 182 of 547 ~ 33.27%
B 189 of 547 ~ 34.55%

%32.18
%33.27
%34.55

CMYK color model

#B0B6BD color CMYK value is (7,4,0,26).

  • cyan value is 6.88%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,4,0,26)
C7M4Y0K26 
(7%,4%,0%,26%)
(0.07/0.04/0.00/0.26)	

CMYK percentages

%6.88
%3.7
%0
%25.88

Codes

Color #B0B6BD in popluar color models

B0B6BD
RGB176182189
HSL212°8.97%71.57%
HSB/HSV212°6.88%74.12%
CMYK6.88%3.70%0.00%
25.88%

Color #B0B6BD in popluar number systems.

HEXB0B6BD
Decimal176182189
Binary101100001011011010111101
Octal260266275

Shades and tints

Shades of #B0B6BD

#B0B6BD
(176,182,189)
#A0A6AC
(160,166,172)
#90969B
(144,150,155)
#80868A
(128,134,138)
#707679
(112,118,121)
#606668
(96,102,104)
#505657
(80,86,87)
#404646
(64,70,70)
#303635
(48,54,53)
#202624
(32,38,36)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #B0B6BD

#B0B6BD
(176,182,189)
#B7BCC3
(183,188,195)
#BEC2C9
(190,194,201)
#C5C8CF
(197,200,207)
#CCCED5
(204,206,213)
#D3D4DB
(211,212,219)
#DADAE1
(218,218,225)
#E1E0E7
(225,224,231)
#E8E6ED
(232,230,237)
#EFECF3
(239,236,243)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B6BD; }

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

This text font color is #B0B6BD.


Background Color

.myBgColor { background-color: #B0B6BD; }

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

This div background color is #B0B6BD.


Border color

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

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

This div border color is #B0B6BD.


Opacity

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

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

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

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

This text has shadow with #B0B6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B6BD on black background.


Color preview on white background

This text has color #B0B6BD on white background.



Black color preview on #B0B6BD background

This text has black color on #B0B6BD background.


White color preview on #B0B6BD background

This text has white color on #B0B6BD background.