COLOR #B0B5B9

HEX: #B0B5B9
RGB: (176,181,185)

Color info

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

RGB color model

#B0B5B9 color RGB value is (176,181,185).

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

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 185 of 255 = 73%

176
181
185

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

Portions of RGB colors in percentages

R + G + B =
176 + 181 + 185 = 542 (100%)
R 176 of 542 ~ 32.47%
G 181 of 542 ~ 33.39%
B 185 of 542 ~ 34.13%

%32.47
%33.39
%34.13

CMYK color model

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

  • cyan value is 4.86%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(5,2,0,27)
C5M2Y0K27 
(5%,2%,0%,27%)
(0.05/0.02/0.00/0.27)	

CMYK percentages

%4.86
%2.16
%0
%27.45

Codes

Color #B0B5B9 in popluar color models

B0B5B9
RGB176181185
HSL207°6.04%70.78%
HSB/HSV207°4.86%72.55%
CMYK4.86%2.16%0.00%
27.45%

Color #B0B5B9 in popluar number systems.

HEXB0B5B9
Decimal176181185
Binary101100001011010110111001
Octal260265271

Shades and tints

Shades of #B0B5B9

#B0B5B9
(176,181,185)
#A0A5A9
(160,165,169)
#909599
(144,149,153)
#808589
(128,133,137)
#707579
(112,117,121)
#606569
(96,101,105)
#505559
(80,85,89)
#404549
(64,69,73)
#303539
(48,53,57)
#202529
(32,37,41)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #B0B5B9

#B0B5B9
(176,181,185)
#B7BBBF
(183,187,191)
#BEC1C5
(190,193,197)
#C5C7CB
(197,199,203)
#CCCDD1
(204,205,209)
#D3D3D7
(211,211,215)
#DAD9DD
(218,217,221)
#E1DFE3
(225,223,227)
#E8E5E9
(232,229,233)
#EFEBEF
(239,235,239)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B5B9 color. Also use rgb(176,181,185) instead hex code.

Text Font Color

.myTextColor { color: #B0B5B9; }

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

This text font color is #B0B5B9.


Background Color

.myBgColor { background-color: #B0B5B9; }

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

This div background color is #B0B5B9.


Border color

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

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

This div border color is #B0B5B9.


Opacity

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

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

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

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

This text has shadow with #B0B5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B5B9 on black background.


Color preview on white background

This text has color #B0B5B9 on white background.



Black color preview on #B0B5B9 background

This text has black color on #B0B5B9 background.


White color preview on #B0B5B9 background

This text has white color on #B0B5B9 background.