COLOR #B6B6BC

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

Color info

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

RGB color model

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

RGB: (182,182,188) (71%, 71%, 74%)

RGB channels and saturation

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

182
182
188

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

Portions of RGB colors in percentages

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

%32.97
%32.97
%34.06

CMYK color model

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

  • cyan value is 3.19%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (3,3,0,26)
C3M3Y0K26 (3%, 3%, 0%, 26%)
(0.03 / 0.03 / 0.00 / 0.26)

CMYK percentages

%3.19
%3.19
%0
%26.27

Codes

Color #B6B6BC in popluar color models

B6 B6 BC
RGB 182 182 188
HSL 240° 4.29% 72.55%
HSB/HSV 240° 3.19% 73.73%
CMYK 3.19% 3.19% 0.00%
26.27%

Color #B6B6BC in popluar number systems.

HEX B6 B6 BC
Decimal 182 182 188
Binary 10110110 10110110 10111100
Octal 266 266 274

Shades and tints

Shades of #B6B6BC

#B6B6BC
(182,182,188)
#A6A6AB
(166,166,171)
#96969A
(150,150,154)
#868689
(134,134,137)
#767678
(118,118,120)
#666667
(102,102,103)
#565656
(86,86,86)
#464645
(70,70,69)
#363634
(54,54,52)
#262623
(38,38,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #B6B6BC

#B6B6BC
(182,182,188)
#BCBCC2
(188,188,194)
#C2C2C8
(194,194,200)
#C8C8CE
(200,200,206)
#CECED4
(206,206,212)
#D4D4DA
(212,212,218)
#DADAE0
(218,218,224)
#E0E0E6
(224,224,230)
#E6E6EC
(230,230,236)
#ECECF2
(236,236,242)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6BC; }

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

This text font color is #B6B6BC.

Background Color

.myBgColor { background-color: #B6B6BC; }

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

This div background color is #B6B6BC.

Border color

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

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

This div border color is #B6B6BC.

Opacity

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

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

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

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

This text has shadow with #B6B6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B6BC.

Preview

Color preview on black background

This text has color #B6B6BC on black background.


Color preview on white background

This text has color #B6B6BC on white background.


Black color preview on #B6B6BC background

This text has black color on #B6B6BC background.


White color preview on #B6B6BC background

This text has white color on #B6B6BC background.


Related colors

Complementary color

Complementary color for #hex is #494943.


I love getcolorcode.com