COLOR #B0B5BD

HEX: #B0B5BD RGB: (176,181,189)

Color info

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

RGB color model

#B0B5BD color RGB value is (176,181,189).

RGB: (176,181,189) (69%, 71%, 74%)

RGB channels and saturation

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

176
181
189

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

Portions of RGB colors in percentages

R + G + B = 176 + 181 + 189 = 546 (100%)
R 176 of 546 ~ 32.23%
G 181 of 546 ~ 33.15%
B 189 of 546 ~ 34.62'%

%32.23
%33.15
%34.62

CMYK color model

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

  • cyan value is 6.88%
  • magenta value is 4.23%
  • 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
%4.23
%0
%25.88

Codes

Color #B0B5BD in popluar color models

B0 B5 BD
RGB 176 181 189
HSL 217° 8.97% 71.57%
HSB/HSV 217° 6.88% 74.12%
CMYK 6.88% 4.23% 0.00%
25.88%

Color #B0B5BD in popluar number systems.

HEX B0 B5 BD
Decimal 176 181 189
Binary 10110000 10110101 10111101
Octal 260 265 275

Shades and tints

Shades of #B0B5BD

#B0B5BD
(176,181,189)
#A0A5AC
(160,165,172)
#90959B
(144,149,155)
#80858A
(128,133,138)
#707579
(112,117,121)
#606568
(96,101,104)
#505557
(80,85,87)
#404546
(64,69,70)
#303535
(48,53,53)
#202524
(32,37,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B0B5BD

#B0B5BD
(176,181,189)
#B7BBC3
(183,187,195)
#BEC1C9
(190,193,201)
#C5C7CF
(197,199,207)
#CCCDD5
(204,205,213)
#D3D3DB
(211,211,219)
#DAD9E1
(218,217,225)
#E1DFE7
(225,223,231)
#E8E5ED
(232,229,237)
#EFEBF3
(239,235,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B5BD; }

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

This text font color is #B0B5BD.

Background Color

.myBgColor { background-color: #B0B5BD; }

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

This div background color is #B0B5BD.

Border color

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

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

This div border color is #B0B5BD.

Opacity

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

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

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

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

This text has shadow with #B0B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B5BD.

Preview

Color preview on black background

This text has color #B0B5BD on black background.


Color preview on white background

This text has color #B0B5BD on white background.


Black color preview on #B0B5BD background

This text has black color on #B0B5BD background.


White color preview on #B0B5BD background

This text has white color on #B0B5BD background.


Related colors

Complementary color

Complementary color for #hex is #4F4A42.


I love getcolorcode.com

Triadic colors

1 #BDB0B5 and #B5BDB0 with #B0B5BD are triadic colors.

2 #BDB5B0 and #B5B0BD with #B0B5BD are triadic colors.