COLOR #B6B9BF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

182
185
191

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

Portions of RGB colors in percentages

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

%32.62
%33.15
%34.23

CMYK color model

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

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

CMYK percentages

%4.71
%3.14
%0
%25.1

Codes

Color #B6B9BF in popluar color models

B6B9BF
RGB182185191
HSL220°6.57%73.14%
HSB/HSV220°4.71%74.90%
CMYK4.71%3.14%0.00%
25.10%

Color #B6B9BF in popluar number systems.

HEXB6B9BF
Decimal182185191
Binary101101101011100110111111
Octal266271277

Shades and tints

Shades of #B6B9BF

#B6B9BF
(182,185,191)
#A6A9AE
(166,169,174)
#96999D
(150,153,157)
#86898C
(134,137,140)
#76797B
(118,121,123)
#66696A
(102,105,106)
#565959
(86,89,89)
#464948
(70,73,72)
#363937
(54,57,55)
#262926
(38,41,38)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6B9BF

#B6B9BF
(182,185,191)
#BCBFC4
(188,191,196)
#C2C5C9
(194,197,201)
#C8CBCE
(200,203,206)
#CED1D3
(206,209,211)
#D4D7D8
(212,215,216)
#DADDDD
(218,221,221)
#E0E3E2
(224,227,226)
#E6E9E7
(230,233,231)
#ECEFEC
(236,239,236)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B9BF; }

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

This text font color is #B6B9BF.


Background Color

.myBgColor { background-color: #B6B9BF; }

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

This div background color is #B6B9BF.


Border color

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

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

This div border color is #B6B9BF.


Opacity

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

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

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

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

This text has shadow with #B6B9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B9BF on black background.


Color preview on white background

This text has color #B6B9BF on white background.



Black color preview on #B6B9BF background

This text has black color on #B6B9BF background.


White color preview on #B6B9BF background

This text has white color on #B6B9BF background.