COLOR #B6BCBB

HEX: #B6BCBB
RGB: (182,188,187)

Color info

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

RGB color model

#B6BCBB color RGB value is (182,188,187).

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

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 187 of 255 = 73%

182
188
187

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

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 187 = 557 (100%)
R 182 of 557 ~ 32.68%
G 188 of 557 ~ 33.75%
B 187 of 557 ~ 33.57%

%32.68
%33.75
%33.57

CMYK color model

#B6BCBB color CMYK value is (3,0,1,26).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(3,0,1,26)
C3M0Y1K26 
(3%,0%,1%,26%)
(0.03/0.00/0.01/0.26)	

CMYK percentages

%3.19
%0
%0.53
%26.27

Codes

Color #B6BCBB in popluar color models

B6BCBB
RGB182188187
HSL170°4.29%72.55%
HSB/HSV170°3.19%73.73%
CMYK3.19%0.00%0.53%
26.27%

Color #B6BCBB in popluar number systems.

HEXB6BCBB
Decimal182188187
Binary101101101011110010111011
Octal266274273

Shades and tints

Shades of #B6BCBB

#B6BCBB
(182,188,187)
#A6ABAA
(166,171,170)
#969A99
(150,154,153)
#868988
(134,137,136)
#767877
(118,120,119)
#666766
(102,103,102)
#565655
(86,86,85)
#464544
(70,69,68)
#363433
(54,52,51)
#262322
(38,35,34)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B6BCBB

#B6BCBB
(182,188,187)
#BCC2C1
(188,194,193)
#C2C8C7
(194,200,199)
#C8CECD
(200,206,205)
#CED4D3
(206,212,211)
#D4DAD9
(212,218,217)
#DAE0DF
(218,224,223)
#E0E6E5
(224,230,229)
#E6ECEB
(230,236,235)
#ECF2F1
(236,242,241)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCBB; }

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

This text font color is #B6BCBB.


Background Color

.myBgColor { background-color: #B6BCBB; }

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

This div background color is #B6BCBB.


Border color

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

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

This div border color is #B6BCBB.


Opacity

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

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

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

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

This text has shadow with #B6BCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCBB on black background.


Color preview on white background

This text has color #B6BCBB on white background.



Black color preview on #B6BCBB background

This text has black color on #B6BCBB background.


White color preview on #B6BCBB background

This text has white color on #B6BCBB background.