COLOR #B0BBB9

HEX: #B0BBB9 RGB: (176,187,185)

Color info

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

RGB color model

#B0BBB9 color RGB value is (176,187,185).

RGB: (176,187,185) (69%, 73%, 73%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 185 of 255 = 73%

176
187
185

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

Portions of RGB colors in percentages

R + G + B = 176 + 187 + 185 = 548 (100%)
R 176 of 548 ~ 32.12%
G 187 of 548 ~ 34.12%
B 185 of 548 ~ 33.76'%

%32.12
%34.12
%33.76

CMYK color model

#B0BBB9 color CMYK value is (6,0,1,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 1.07%
  • key color value is 26.67%

CMYK: (6,0,1,27)
C6M0Y1K27 (6%, 0%, 1%, 27%)
(0.06 / 0.00 / 0.01 / 0.27)

CMYK percentages

%5.88
%0
%1.07
%26.67

Codes

Color #B0BBB9 in popluar color models

B0 BB B9
RGB 176 187 185
HSL 169° 7.48% 71.18%
HSB/HSV 169° 5.88% 73.33%
CMYK 5.88% 0.00% 1.07%
26.67%

Color #B0BBB9 in popluar number systems.

HEX B0 BB B9
Decimal 176 187 185
Binary 10110000 10111011 10111001
Octal 260 273 271

Shades and tints

Shades of #B0BBB9

#B0BBB9
(176,187,185)
#A0AAA9
(160,170,169)
#909999
(144,153,153)
#808889
(128,136,137)
#707779
(112,119,121)
#606669
(96,102,105)
#505559
(80,85,89)
#404449
(64,68,73)
#303339
(48,51,57)
#202229
(32,34,41)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #B0BBB9

#B0BBB9
(176,187,185)
#B7C1BF
(183,193,191)
#BEC7C5
(190,199,197)
#C5CDCB
(197,205,203)
#CCD3D1
(204,211,209)
#D3D9D7
(211,217,215)
#DADFDD
(218,223,221)
#E1E5E3
(225,229,227)
#E8EBE9
(232,235,233)
#EFF1EF
(239,241,239)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBB9; }

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

This text font color is #B0BBB9.

Background Color

.myBgColor { background-color: #B0BBB9; }

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

This div background color is #B0BBB9.

Border color

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

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

This div border color is #B0BBB9.

Opacity

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

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

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

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

This text has shadow with #B0BBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BBB9.

Preview

Color preview on black background

This text has color #B0BBB9 on black background.


Color preview on white background

This text has color #B0BBB9 on white background.


Black color preview on #B0BBB9 background

This text has black color on #B0BBB9 background.


White color preview on #B0BBB9 background

This text has white color on #B0BBB9 background.


Related colors

Complementary color

Complementary color for #hex is #4F4446.


I love getcolorcode.com

Triadic colors

1 #B9B0BB and #BBB9B0 with #B0BBB9 are triadic colors.

2 #B9BBB0 and #BBB0B9 with #B0BBB9 are triadic colors.