COLOR #B0BAB6

HEX: #B0BAB6
RGB: (176,186,182)

Color info

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

RGB color model

#B0BAB6 color RGB value is (176,186,182).

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

RGB channels and saturation

R 176 of 255 = 69%
G 186 of 255 = 73%
B 182 of 255 = 71%

176
186
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 186 + 182 = 544 (100%)
R 176 of 544 ~ 32.35%
G 186 of 544 ~ 34.19%
B 182 of 544 ~ 33.46%

%32.35
%34.19
%33.46

CMYK color model

#B0BAB6 color CMYK value is (5,0,2,27).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 27.06%
CMYK:
(5,0,2,27)
C5M0Y2K27 
(5%,0%,2%,27%)
(0.05/0.00/0.02/0.27)	

CMYK percentages

%5.38
%0
%2.15
%27.06

Codes

Color #B0BAB6 in popluar color models

B0BAB6
RGB176186182
HSL156°6.76%70.98%
HSB/HSV156°5.38%72.94%
CMYK5.38%0.00%2.15%
27.06%

Color #B0BAB6 in popluar number systems.

HEXB0BAB6
Decimal176186182
Binary101100001011101010110110
Octal260272266

Shades and tints

Shades of #B0BAB6

#B0BAB6
(176,186,182)
#A0AAA6
(160,170,166)
#909A96
(144,154,150)
#808A86
(128,138,134)
#707A76
(112,122,118)
#606A66
(96,106,102)
#505A56
(80,90,86)
#404A46
(64,74,70)
#303A36
(48,58,54)
#202A26
(32,42,38)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #B0BAB6

#B0BAB6
(176,186,182)
#B7C0BC
(183,192,188)
#BEC6C2
(190,198,194)
#C5CCC8
(197,204,200)
#CCD2CE
(204,210,206)
#D3D8D4
(211,216,212)
#DADEDA
(218,222,218)
#E1E4E0
(225,228,224)
#E8EAE6
(232,234,230)
#EFF0EC
(239,240,236)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BAB6; }

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

This text font color is #B0BAB6.


Background Color

.myBgColor { background-color: #B0BAB6; }

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

This div background color is #B0BAB6.


Border color

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

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

This div border color is #B0BAB6.


Opacity

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

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

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

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

This text has shadow with #B0BAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BAB6 on black background.


Color preview on white background

This text has color #B0BAB6 on white background.



Black color preview on #B0BAB6 background

This text has black color on #B0BAB6 background.


White color preview on #B0BAB6 background

This text has white color on #B0BAB6 background.