COLOR #B9BBB7

HEX: #B9BBB7 RGB: (185,187,183)

Color info

#B9BBB7 contains red, green and blue colors in about the same proportion. Web safe color of #B9BBB7 is #CCCCCC (or #CCC).

RGB color model

#B9BBB7 color RGB value is (185,187,183).

RGB: (185,187,183) (73%, 73%, 72%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 183 of 255 = 72%

185
187
183

R + G + B ~ 73%. #B9BBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 187 + 183 = 555 (100%)
R 185 of 555 ~ 33.33%
G 187 of 555 ~ 33.69%
B 183 of 555 ~ 32.97'%

%33.33
%33.69
%32.97

CMYK color model

#B9BBB7 color CMYK value is (1,0,2,27).

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

CMYK: (1,0,2,27)
C1M0Y2K27 (1%, 0%, 2%, 27%)
(0.01 / 0.00 / 0.02 / 0.27)

CMYK percentages

%1.07
%0
%2.14
%26.67

Codes

Color #B9BBB7 in popluar color models

B9 BB B7
RGB 185 187 183
HSL 90° 2.86% 72.55%
HSB/HSV 90° 2.14% 73.33%
CMYK 1.07% 0.00% 2.14%
26.67%

Color #B9BBB7 in popluar number systems.

HEX B9 BB B7
Decimal 185 187 183
Binary 10111001 10111011 10110111
Octal 271 273 267

Shades and tints

Shades of #B9BBB7

#B9BBB7
(185,187,183)
#A9AAA7
(169,170,167)
#999997
(153,153,151)
#898887
(137,136,135)
#797777
(121,119,119)
#696667
(105,102,103)
#595557
(89,85,87)
#494447
(73,68,71)
#393337
(57,51,55)
#292227
(41,34,39)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B9BBB7

#B9BBB7
(185,187,183)
#BFC1BD
(191,193,189)
#C5C7C3
(197,199,195)
#CBCDC9
(203,205,201)
#D1D3CF
(209,211,207)
#D7D9D5
(215,217,213)
#DDDFDB
(221,223,219)
#E3E5E1
(227,229,225)
#E9EBE7
(233,235,231)
#EFF1ED
(239,241,237)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BBB7; }

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

This text font color is #B9BBB7.

Background Color

.myBgColor { background-color: #B9BBB7; }

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

This div background color is #B9BBB7.

Border color

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

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

This div border color is #B9BBB7.

Opacity

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

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

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

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

This text has shadow with #B9BBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BBB7.

Preview

Color preview on black background

This text has color #B9BBB7 on black background.


Color preview on white background

This text has color #B9BBB7 on white background.


Black color preview on #B9BBB7 background

This text has black color on #B9BBB7 background.


White color preview on #B9BBB7 background

This text has white color on #B9BBB7 background.


Related colors

Complementary color

Complementary color for #hex is #464448.


I love getcolorcode.com

Triadic colors

1 #B7B9BB and #BBB7B9 with #B9BBB7 are triadic colors.

2 #B7BBB9 and #BBB9B7 with #B9BBB7 are triadic colors.