COLOR #B0BAB3

HEX: #B0BAB3
RGB: (176,186,179)

Color info

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

RGB color model

#B0BAB3 color RGB value is (176,186,179).

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

RGB channels and saturation

R 176 of 255 = 69%
G 186 of 255 = 73%
B 179 of 255 = 70%

176
186
179

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

Portions of RGB colors in percentages

R + G + B =
176 + 186 + 179 = 541 (100%)
R 176 of 541 ~ 32.53%
G 186 of 541 ~ 34.38%
B 179 of 541 ~ 33.09%

%32.53
%34.38
%33.09

CMYK color model

#B0BAB3 color CMYK value is (5,0,4,27).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 27.06%
CMYK:
(5,0,4,27)
C5M0Y4K27 
(5%,0%,4%,27%)
(0.05/0.00/0.04/0.27)	

CMYK percentages

%5.38
%0
%3.76
%27.06

Codes

Color #B0BAB3 in popluar color models

B0BAB3
RGB176186179
HSL138°6.76%70.98%
HSB/HSV138°5.38%72.94%
CMYK5.38%0.00%3.76%
27.06%

Color #B0BAB3 in popluar number systems.

HEXB0BAB3
Decimal176186179
Binary101100001011101010110011
Octal260272263

Shades and tints

Shades of #B0BAB3

#B0BAB3
(176,186,179)
#A0AAA3
(160,170,163)
#909A93
(144,154,147)
#808A83
(128,138,131)
#707A73
(112,122,115)
#606A63
(96,106,99)
#505A53
(80,90,83)
#404A43
(64,74,67)
#303A33
(48,58,51)
#202A23
(32,42,35)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #B0BAB3

#B0BAB3
(176,186,179)
#B7C0B9
(183,192,185)
#BEC6BF
(190,198,191)
#C5CCC5
(197,204,197)
#CCD2CB
(204,210,203)
#D3D8D1
(211,216,209)
#DADED7
(218,222,215)
#E1E4DD
(225,228,221)
#E8EAE3
(232,234,227)
#EFF0E9
(239,240,233)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BAB3; }

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

This text font color is #B0BAB3.


Background Color

.myBgColor { background-color: #B0BAB3; }

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

This div background color is #B0BAB3.


Border color

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

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

This div border color is #B0BAB3.


Opacity

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

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

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

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

This text has shadow with #B0BAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BAB3 on black background.


Color preview on white background

This text has color #B0BAB3 on white background.



Black color preview on #B0BAB3 background

This text has black color on #B0BAB3 background.


White color preview on #B0BAB3 background

This text has white color on #B0BAB3 background.