COLOR #B6B9BB

HEX: #B6B9BB
RGB: (182,185,187)

Color info

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

RGB color model

#B6B9BB color RGB value is (182,185,187).

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

RGB channels and saturation

R 182 of 255 = 71%
G 185 of 255 = 73%
B 187 of 255 = 73%

182
185
187

R + G + B ~ 72%. #B6B9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 185 + 187 = 554 (100%)
R 182 of 554 ~ 32.85%
G 185 of 554 ~ 33.39%
B 187 of 554 ~ 33.75%

%32.85
%33.39
%33.75

CMYK color model

#B6B9BB color CMYK value is (3,1,0,27).

  • cyan value is 2.67%
  • magenta value is 1.07%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,1,0,27)
C3M1Y0K27 
(3%,1%,0%,27%)
(0.03/0.01/0.00/0.27)	

CMYK percentages

%2.67
%1.07
%0
%26.67

Codes

Color #B6B9BB in popluar color models

B6B9BB
RGB182185187
HSL204°3.55%72.35%
HSB/HSV204°2.67%73.33%
CMYK2.67%1.07%0.00%
26.67%

Color #B6B9BB in popluar number systems.

HEXB6B9BB
Decimal182185187
Binary101101101011100110111011
Octal266271273

Shades and tints

Shades of #B6B9BB

#B6B9BB
(182,185,187)
#A6A9AA
(166,169,170)
#969999
(150,153,153)
#868988
(134,137,136)
#767977
(118,121,119)
#666966
(102,105,102)
#565955
(86,89,85)
#464944
(70,73,68)
#363933
(54,57,51)
#262922
(38,41,34)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #B6B9BB

#B6B9BB
(182,185,187)
#BCBFC1
(188,191,193)
#C2C5C7
(194,197,199)
#C8CBCD
(200,203,205)
#CED1D3
(206,209,211)
#D4D7D9
(212,215,217)
#DADDDF
(218,221,223)
#E0E3E5
(224,227,229)
#E6E9EB
(230,233,235)
#ECEFF1
(236,239,241)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B9BB; }

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

This text font color is #B6B9BB.


Background Color

.myBgColor { background-color: #B6B9BB; }

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

This div background color is #B6B9BB.


Border color

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

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

This div border color is #B6B9BB.


Opacity

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

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

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

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

This text has shadow with #B6B9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B9BB on black background.


Color preview on white background

This text has color #B6B9BB on white background.



Black color preview on #B6B9BB background

This text has black color on #B6B9BB background.


White color preview on #B6B9BB background

This text has white color on #B6B9BB background.