COLOR #B9BFB6

HEX: #B9BFB6
RGB: (185,191,182)

Color info

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

RGB color model

#B9BFB6 color RGB value is (185,191,182).

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

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 182 of 255 = 71%

185
191
182

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

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 182 = 558 (100%)
R 185 of 558 ~ 33.15%
G 191 of 558 ~ 34.23%
B 182 of 558 ~ 32.62%

%33.15
%34.23
%32.62

CMYK color model

#B9BFB6 color CMYK value is (3,0,5,25).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 25.10%
CMYK:
(3,0,5,25)
C3M0Y5K25 
(3%,0%,5%,25%)
(0.03/0.00/0.05/0.25)	

CMYK percentages

%3.14
%0
%4.71
%25.1

Codes

Color #B9BFB6 in popluar color models

B9BFB6
RGB185191182
HSL100°6.57%73.14%
HSB/HSV100°4.71%74.90%
CMYK3.14%0.00%4.71%
25.10%

Color #B9BFB6 in popluar number systems.

HEXB9BFB6
Decimal185191182
Binary101110011011111110110110
Octal271277266

Shades and tints

Shades of #B9BFB6

#B9BFB6
(185,191,182)
#A9AEA6
(169,174,166)
#999D96
(153,157,150)
#898C86
(137,140,134)
#797B76
(121,123,118)
#696A66
(105,106,102)
#595956
(89,89,86)
#494846
(73,72,70)
#393736
(57,55,54)
#292626
(41,38,38)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #B9BFB6

#B9BFB6
(185,191,182)
#BFC4BC
(191,196,188)
#C5C9C2
(197,201,194)
#CBCEC8
(203,206,200)
#D1D3CE
(209,211,206)
#D7D8D4
(215,216,212)
#DDDDDA
(221,221,218)
#E3E2E0
(227,226,224)
#E9E7E6
(233,231,230)
#EFECEC
(239,236,236)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BFB6; }

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

This text font color is #B9BFB6.


Background Color

.myBgColor { background-color: #B9BFB6; }

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

This div background color is #B9BFB6.


Border color

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

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

This div border color is #B9BFB6.


Opacity

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

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

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

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

This text has shadow with #B9BFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BFB6 on black background.


Color preview on white background

This text has color #B9BFB6 on white background.



Black color preview on #B9BFB6 background

This text has black color on #B9BFB6 background.


White color preview on #B9BFB6 background

This text has white color on #B9BFB6 background.