COLOR #B6BCB6

HEX: #B6BCB6
RGB: (182,188,182)

Color info

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

RGB color model

#B6BCB6 color RGB value is (182,188,182).

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

RGB channels and saturation

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

182
188
182

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

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 182 = 552 (100%)
R 182 of 552 ~ 32.97%
G 188 of 552 ~ 34.06%
B 182 of 552 ~ 32.97%

%32.97
%34.06
%32.97

CMYK color model

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

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

CMYK percentages

%3.19
%0
%3.19
%26.27

Codes

Color #B6BCB6 in popluar color models

B6BCB6
RGB182188182
HSL120°4.29%72.55%
HSB/HSV120°3.19%73.73%
CMYK3.19%0.00%3.19%
26.27%

Color #B6BCB6 in popluar number systems.

HEXB6BCB6
Decimal182188182
Binary101101101011110010110110
Octal266274266

Shades and tints

Shades of #B6BCB6

#B6BCB6
(182,188,182)
#A6ABA6
(166,171,166)
#969A96
(150,154,150)
#868986
(134,137,134)
#767876
(118,120,118)
#666766
(102,103,102)
#565656
(86,86,86)
#464546
(70,69,70)
#363436
(54,52,54)
#262326
(38,35,38)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #B6BCB6

#B6BCB6
(182,188,182)
#BCC2BC
(188,194,188)
#C2C8C2
(194,200,194)
#C8CEC8
(200,206,200)
#CED4CE
(206,212,206)
#D4DAD4
(212,218,212)
#DAE0DA
(218,224,218)
#E0E6E0
(224,230,224)
#E6ECE6
(230,236,230)
#ECF2EC
(236,242,236)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCB6; }

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

This text font color is #B6BCB6.


Background Color

.myBgColor { background-color: #B6BCB6; }

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

This div background color is #B6BCB6.


Border color

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

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

This div border color is #B6BCB6.


Opacity

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

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

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

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

This text has shadow with #B6BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCB6 on black background.


Color preview on white background

This text has color #B6BCB6 on white background.



Black color preview on #B6BCB6 background

This text has black color on #B6BCB6 background.


White color preview on #B6BCB6 background

This text has white color on #B6BCB6 background.