COLOR #B0BCB6

HEX: #B0BCB6
RGB: (176,188,182)

Color info

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

RGB color model

#B0BCB6 color RGB value is (176,188,182).

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

RGB channels and saturation

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

176
188
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 188 + 182 = 546 (100%)
R 176 of 546 ~ 32.23%
G 188 of 546 ~ 34.43%
B 182 of 546 ~ 33.33%

%32.23
%34.43
%33.33

CMYK color model

#B0BCB6 color CMYK value is (6,0,3,26).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(6,0,3,26)
C6M0Y3K26 
(6%,0%,3%,26%)
(0.06/0.00/0.03/0.26)	

CMYK percentages

%6.38
%0
%3.19
%26.27

Codes

Color #B0BCB6 in popluar color models

B0BCB6
RGB176188182
HSL150°8.22%71.37%
HSB/HSV150°6.38%73.73%
CMYK6.38%0.00%3.19%
26.27%

Color #B0BCB6 in popluar number systems.

HEXB0BCB6
Decimal176188182
Binary101100001011110010110110
Octal260274266

Shades and tints

Shades of #B0BCB6

#B0BCB6
(176,188,182)
#A0ABA6
(160,171,166)
#909A96
(144,154,150)
#808986
(128,137,134)
#707876
(112,120,118)
#606766
(96,103,102)
#505656
(80,86,86)
#404546
(64,69,70)
#303436
(48,52,54)
#202326
(32,35,38)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #B0BCB6

#B0BCB6
(176,188,182)
#B7C2BC
(183,194,188)
#BEC8C2
(190,200,194)
#C5CEC8
(197,206,200)
#CCD4CE
(204,212,206)
#D3DAD4
(211,218,212)
#DAE0DA
(218,224,218)
#E1E6E0
(225,230,224)
#E8ECE6
(232,236,230)
#EFF2EC
(239,242,236)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BCB6; }

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

This text font color is #B0BCB6.


Background Color

.myBgColor { background-color: #B0BCB6; }

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

This div background color is #B0BCB6.


Border color

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

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

This div border color is #B0BCB6.


Opacity

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

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

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

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

This text has shadow with #B0BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BCB6 on black background.


Color preview on white background

This text has color #B0BCB6 on white background.



Black color preview on #B0BCB6 background

This text has black color on #B0BCB6 background.


White color preview on #B0BCB6 background

This text has white color on #B0BCB6 background.