COLOR #B0B8BD

HEX: #B0B8BD RGB: (176,184,189)

Color info

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

RGB color model

#B0B8BD color RGB value is (176,184,189).

RGB: (176,184,189) (69%, 72%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 189 of 255 = 74%

176
184
189

R + G + B ~ 72%. #B0B8BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 184 + 189 = 549 (100%)
R 176 of 549 ~ 32.06%
G 184 of 549 ~ 33.52%
B 189 of 549 ~ 34.43'%

%32.06
%33.52
%34.43

CMYK color model

#B0B8BD color CMYK value is (7,3,0,26).

  • cyan value is 6.88%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (7,3,0,26)
C7M3Y0K26 (7%, 3%, 0%, 26%)
(0.07 / 0.03 / 0.00 / 0.26)

CMYK percentages

%6.88
%2.65
%0
%25.88

Codes

Color #B0B8BD in popluar color models

B0 B8 BD
RGB 176 184 189
HSL 203° 8.97% 71.57%
HSB/HSV 203° 6.88% 74.12%
CMYK 6.88% 2.65% 0.00%
25.88%

Color #B0B8BD in popluar number systems.

HEX B0 B8 BD
Decimal 176 184 189
Binary 10110000 10111000 10111101
Octal 260 270 275

Shades and tints

Shades of #B0B8BD

#B0B8BD
(176,184,189)
#A0A8AC
(160,168,172)
#90989B
(144,152,155)
#80888A
(128,136,138)
#707879
(112,120,121)
#606868
(96,104,104)
#505857
(80,88,87)
#404846
(64,72,70)
#303835
(48,56,53)
#202824
(32,40,36)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0B8BD

#B0B8BD
(176,184,189)
#B7BEC3
(183,190,195)
#BEC4C9
(190,196,201)
#C5CACF
(197,202,207)
#CCD0D5
(204,208,213)
#D3D6DB
(211,214,219)
#DADCE1
(218,220,225)
#E1E2E7
(225,226,231)
#E8E8ED
(232,232,237)
#EFEEF3
(239,238,243)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B8BD; }

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

This text font color is #B0B8BD.

Background Color

.myBgColor { background-color: #B0B8BD; }

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

This div background color is #B0B8BD.

Border color

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

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

This div border color is #B0B8BD.

Opacity

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

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

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

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

This text has shadow with #B0B8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B8BD.

Preview

Color preview on black background

This text has color #B0B8BD on black background.


Color preview on white background

This text has color #B0B8BD on white background.


Black color preview on #B0B8BD background

This text has black color on #B0B8BD background.


White color preview on #B0B8BD background

This text has white color on #B0B8BD background.


Related colors

Complementary color

Complementary color for #hex is #4F4742.


I love getcolorcode.com

Triadic colors

1 #BDB0B8 and #B8BDB0 with #B0B8BD are triadic colors.

2 #BDB8B0 and #B8B0BD with #B0B8BD are triadic colors.