COLOR #B9BFB8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
191
184

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

Portions of RGB colors in percentages

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

%33.04
%34.11
%32.86

CMYK color model

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

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

CMYK percentages

%3.14
%0
%3.66
%25.1

Codes

Color #B9BFB8 in popluar color models

B9BFB8
RGB185191184
HSL111°5.19%73.53%
HSB/HSV111°3.66%74.90%
CMYK3.14%0.00%3.66%
25.10%

Color #B9BFB8 in popluar number systems.

HEXB9BFB8
Decimal185191184
Binary101110011011111110111000
Octal271277270

Shades and tints

Shades of #B9BFB8

#B9BFB8
(185,191,184)
#A9AEA8
(169,174,168)
#999D98
(153,157,152)
#898C88
(137,140,136)
#797B78
(121,123,120)
#696A68
(105,106,104)
#595958
(89,89,88)
#494848
(73,72,72)
#393738
(57,55,56)
#292628
(41,38,40)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9BFB8

#B9BFB8
(185,191,184)
#BFC4BE
(191,196,190)
#C5C9C4
(197,201,196)
#CBCECA
(203,206,202)
#D1D3D0
(209,211,208)
#D7D8D6
(215,216,214)
#DDDDDC
(221,221,220)
#E3E2E2
(227,226,226)
#E9E7E8
(233,231,232)
#EFECEE
(239,236,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BFB8; }

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

This text font color is #B9BFB8.


Background Color

.myBgColor { background-color: #B9BFB8; }

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

This div background color is #B9BFB8.


Border color

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

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

This div border color is #B9BFB8.


Opacity

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

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

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

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

This text has shadow with #B9BFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BFB8 on black background.


Color preview on white background

This text has color #B9BFB8 on white background.



Black color preview on #B9BFB8 background

This text has black color on #B9BFB8 background.


White color preview on #B9BFB8 background

This text has white color on #B9BFB8 background.