COLOR #B9BDBF

HEX: #B9BDBF
RGB: (185,189,191)

Color info

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

RGB color model

#B9BDBF color RGB value is (185,189,191).

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

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 191 of 255 = 75%

185
189
191

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

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 191 = 565 (100%)
R 185 of 565 ~ 32.74%
G 189 of 565 ~ 33.45%
B 191 of 565 ~ 33.81%

%32.74
%33.45
%33.81

CMYK color model

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

  • cyan value is 3.14%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(3,1,0,25)
C3M1Y0K25 
(3%,1%,0%,25%)
(0.03/0.01/0.00/0.25)	

CMYK percentages

%3.14
%1.05
%0
%25.1

Codes

Color #B9BDBF in popluar color models

B9BDBF
RGB185189191
HSL200°4.48%73.73%
HSB/HSV200°3.14%74.90%
CMYK3.14%1.05%0.00%
25.10%

Color #B9BDBF in popluar number systems.

HEXB9BDBF
Decimal185189191
Binary101110011011110110111111
Octal271275277

Shades and tints

Shades of #B9BDBF

#B9BDBF
(185,189,191)
#A9ACAE
(169,172,174)
#999B9D
(153,155,157)
#898A8C
(137,138,140)
#79797B
(121,121,123)
#69686A
(105,104,106)
#595759
(89,87,89)
#494648
(73,70,72)
#393537
(57,53,55)
#292426
(41,36,38)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #B9BDBF

#B9BDBF
(185,189,191)
#BFC3C4
(191,195,196)
#C5C9C9
(197,201,201)
#CBCFCE
(203,207,206)
#D1D5D3
(209,213,211)
#D7DBD8
(215,219,216)
#DDE1DD
(221,225,221)
#E3E7E2
(227,231,226)
#E9EDE7
(233,237,231)
#EFF3EC
(239,243,236)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BDBF; }

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

This text font color is #B9BDBF.


Background Color

.myBgColor { background-color: #B9BDBF; }

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

This div background color is #B9BDBF.


Border color

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

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

This div border color is #B9BDBF.


Opacity

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

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

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

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

This text has shadow with #B9BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BDBF on black background.


Color preview on white background

This text has color #B9BDBF on white background.



Black color preview on #B9BDBF background

This text has black color on #B9BDBF background.


White color preview on #B9BDBF background

This text has white color on #B9BDBF background.