COLOR #B9B8B7

HEX: #B9B8B7 RGB: (185,184,183)

Color info

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

RGB color model

#B9B8B7 color RGB value is (185,184,183).

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

RGB channels and saturation

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

185
184
183

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

Portions of RGB colors in percentages

R + G + B = 185 + 184 + 183 = 552 (100%)
R 185 of 552 ~ 33.51%
G 184 of 552 ~ 33.33%
B 183 of 552 ~ 33.15'%

%33.51
%33.33
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 1.08%
  • key color value is 27.45%

CMYK: (0,1,1,27)
C0M1Y1K27 (0%, 1%, 1%, 27%)
(0.00 / 0.01 / 0.01 / 0.27)

CMYK percentages

%0
%0.54
%1.08
%27.45

Codes

Color #B9B8B7 in popluar color models

B9 B8 B7
RGB 185 184 183
HSL 30° 1.41% 72.16%
HSB/HSV 30° 1.08% 72.55%
CMYK 0.00% 0.54% 1.08%
27.45%

Color #B9B8B7 in popluar number systems.

HEX B9 B8 B7
Decimal 185 184 183
Binary 10111001 10111000 10110111
Octal 271 270 267

Shades and tints

Shades of #B9B8B7

#B9B8B7
(185,184,183)
#A9A8A7
(169,168,167)
#999897
(153,152,151)
#898887
(137,136,135)
#797877
(121,120,119)
#696867
(105,104,103)
#595857
(89,88,87)
#494847
(73,72,71)
#393837
(57,56,55)
#292827
(41,40,39)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9B8B7

#B9B8B7
(185,184,183)
#BFBEBD
(191,190,189)
#C5C4C3
(197,196,195)
#CBCAC9
(203,202,201)
#D1D0CF
(209,208,207)
#D7D6D5
(215,214,213)
#DDDCDB
(221,220,219)
#E3E2E1
(227,226,225)
#E9E8E7
(233,232,231)
#EFEEED
(239,238,237)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B8B7; }

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

This text font color is #B9B8B7.

Background Color

.myBgColor { background-color: #B9B8B7; }

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

This div background color is #B9B8B7.

Border color

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

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

This div border color is #B9B8B7.

Opacity

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

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

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

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

This text has shadow with #B9B8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B8B7.

Preview

Color preview on black background

This text has color #B9B8B7 on black background.


Color preview on white background

This text has color #B9B8B7 on white background.


Black color preview on #B9B8B7 background

This text has black color on #B9B8B7 background.


White color preview on #B9B8B7 background

This text has white color on #B9B8B7 background.


Related colors

Complementary color

Complementary color for #hex is #464748.


I love getcolorcode.com

Triadic colors

1 #B7B9B8 and #B8B7B9 with #B9B8B7 are triadic colors.

2 #B7B8B9 and #B8B9B7 with #B9B8B7 are triadic colors.