COLOR #B6BCBA

HEX: #B6BCBA
RGB: (182,188,186)

Color info

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

RGB color model

#B6BCBA color RGB value is (182,188,186).

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

RGB channels and saturation

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

182
188
186

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

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 186 = 556 (100%)
R 182 of 556 ~ 32.73%
G 188 of 556 ~ 33.81%
B 186 of 556 ~ 33.45%

%32.73
%33.81
%33.45

CMYK color model

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

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • 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
%1.06
%26.27

Codes

Color #B6BCBA in popluar color models

B6BCBA
RGB182188186
HSL160°4.29%72.55%
HSB/HSV160°3.19%73.73%
CMYK3.19%0.00%1.06%
26.27%

Color #B6BCBA in popluar number systems.

HEXB6BCBA
Decimal182188186
Binary101101101011110010111010
Octal266274272

Shades and tints

Shades of #B6BCBA

#B6BCBA
(182,188,186)
#A6ABAA
(166,171,170)
#969A9A
(150,154,154)
#86898A
(134,137,138)
#76787A
(118,120,122)
#66676A
(102,103,106)
#56565A
(86,86,90)
#46454A
(70,69,74)
#36343A
(54,52,58)
#26232A
(38,35,42)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #B6BCBA

#B6BCBA
(182,188,186)
#BCC2C0
(188,194,192)
#C2C8C6
(194,200,198)
#C8CECC
(200,206,204)
#CED4D2
(206,212,210)
#D4DAD8
(212,218,216)
#DAE0DE
(218,224,222)
#E0E6E4
(224,230,228)
#E6ECEA
(230,236,234)
#ECF2F0
(236,242,240)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCBA; }

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

This text font color is #B6BCBA.


Background Color

.myBgColor { background-color: #B6BCBA; }

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

This div background color is #B6BCBA.


Border color

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

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

This div border color is #B6BCBA.


Opacity

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

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

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

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

This text has shadow with #B6BCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCBA on black background.


Color preview on white background

This text has color #B6BCBA on white background.



Black color preview on #B6BCBA background

This text has black color on #B6BCBA background.


White color preview on #B6BCBA background

This text has white color on #B6BCBA background.