COLOR #B9B8BF

HEX: #B9B8BF
RGB: (185,184,191)

Color info

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

RGB color model

#B9B8BF color RGB value is (185,184,191).

  • red value is 185;
  • green value is 184;
  • blue value is 191.
RGB:
(185,184,191)
(73%,72%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 184 of 255 = 72%
B 191 of 255 = 75%

185
184
191

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

Portions of RGB colors in percentages

R + G + B =
185 + 184 + 191 = 560 (100%)
R 185 of 560 ~ 33.04%
G 184 of 560 ~ 32.86%
B 191 of 560 ~ 34.11%

%33.04
%32.86
%34.11

CMYK color model

#B9B8BF color CMYK value is (3,4,0,25).

  • cyan value is 3.14%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(3,4,0,25)
C3M4Y0K25 
(3%,4%,0%,25%)
(0.03/0.04/0.00/0.25)	

CMYK percentages

%3.14
%3.66
%0
%25.1

Codes

Color #B9B8BF in popluar color models

B9B8BF
RGB185184191
HSL249°5.19%73.53%
HSB/HSV249°3.66%74.90%
CMYK3.14%3.66%0.00%
25.10%

Color #B9B8BF in popluar number systems.

HEXB9B8BF
Decimal185184191
Binary101110011011100010111111
Octal271270277

Shades and tints

Shades of #B9B8BF

#B9B8BF
(185,184,191)
#A9A8AE
(169,168,174)
#99989D
(153,152,157)
#89888C
(137,136,140)
#79787B
(121,120,123)
#69686A
(105,104,106)
#595859
(89,88,89)
#494848
(73,72,72)
#393837
(57,56,55)
#292826
(41,40,38)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9B8BF

#B9B8BF
(185,184,191)
#BFBEC4
(191,190,196)
#C5C4C9
(197,196,201)
#CBCACE
(203,202,206)
#D1D0D3
(209,208,211)
#D7D6D8
(215,214,216)
#DDDCDD
(221,220,221)
#E3E2E2
(227,226,226)
#E9E8E7
(233,232,231)
#EFEEEC
(239,238,236)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B8BF; }

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

This text font color is #B9B8BF.


Background Color

.myBgColor { background-color: #B9B8BF; }

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

This div background color is #B9B8BF.


Border color

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

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

This div border color is #B9B8BF.


Opacity

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

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

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

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

This text has shadow with #B9B8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B8BF on black background.


Color preview on white background

This text has color #B9B8BF on white background.



Black color preview on #B9B8BF background

This text has black color on #B9B8BF background.


White color preview on #B9B8BF background

This text has white color on #B9B8BF background.