COLOR #B9BFBA

HEX: #B9BFBA
RGB: (185,191,186)

Color info

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

RGB color model

#B9BFBA color RGB value is (185,191,186).

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

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 186 of 255 = 73%

185
191
186

R + G + B ~ 74%. #B9BFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 186 = 562 (100%)
R 185 of 562 ~ 32.92%
G 191 of 562 ~ 33.99%
B 186 of 562 ~ 33.1%

%32.92
%33.99
%33.1

CMYK color model

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

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 25.10%
CMYK:
(3,0,3,25)
C3M0Y3K25 
(3%,0%,3%,25%)
(0.03/0.00/0.03/0.25)	

CMYK percentages

%3.14
%0
%2.62
%25.1

Codes

Color #B9BFBA in popluar color models

B9BFBA
RGB185191186
HSL130°4.48%73.73%
HSB/HSV130°3.14%74.90%
CMYK3.14%0.00%2.62%
25.10%

Color #B9BFBA in popluar number systems.

HEXB9BFBA
Decimal185191186
Binary101110011011111110111010
Octal271277272

Shades and tints

Shades of #B9BFBA

#B9BFBA
(185,191,186)
#A9AEAA
(169,174,170)
#999D9A
(153,157,154)
#898C8A
(137,140,138)
#797B7A
(121,123,122)
#696A6A
(105,106,106)
#59595A
(89,89,90)
#49484A
(73,72,74)
#39373A
(57,55,58)
#29262A
(41,38,42)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #B9BFBA

#B9BFBA
(185,191,186)
#BFC4C0
(191,196,192)
#C5C9C6
(197,201,198)
#CBCECC
(203,206,204)
#D1D3D2
(209,211,210)
#D7D8D8
(215,216,216)
#DDDDDE
(221,221,222)
#E3E2E4
(227,226,228)
#E9E7EA
(233,231,234)
#EFECF0
(239,236,240)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BFBA; }

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

This text font color is #B9BFBA.


Background Color

.myBgColor { background-color: #B9BFBA; }

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

This div background color is #B9BFBA.


Border color

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

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

This div border color is #B9BFBA.


Opacity

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

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

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

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

This text has shadow with #B9BFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BFBA on black background.


Color preview on white background

This text has color #B9BFBA on white background.



Black color preview on #B9BFBA background

This text has black color on #B9BFBA background.


White color preview on #B9BFBA background

This text has white color on #B9BFBA background.