COLOR #B6B6BA

HEX: #B6B6BA
RGB: (182,182,186)

Color info

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

RGB color model

#B6B6BA color RGB value is (182,182,186).

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

RGB channels and saturation

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

182
182
186

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

Portions of RGB colors in percentages

R + G + B =
182 + 182 + 186 = 550 (100%)
R 182 of 550 ~ 33.09%
G 182 of 550 ~ 33.09%
B 186 of 550 ~ 33.82%

%33.09
%33.09
%33.82

CMYK color model

#B6B6BA color CMYK value is (2,2,0,27).

  • cyan value is 2.15%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(2,2,0,27)
C2M2Y0K27 
(2%,2%,0%,27%)
(0.02/0.02/0.00/0.27)	

CMYK percentages

%2.15
%2.15
%0
%27.06

Codes

Color #B6B6BA in popluar color models

B6B6BA
RGB182182186
HSL240°2.82%72.16%
HSB/HSV240°2.15%72.94%
CMYK2.15%2.15%0.00%
27.06%

Color #B6B6BA in popluar number systems.

HEXB6B6BA
Decimal182182186
Binary101101101011011010111010
Octal266266272

Shades and tints

Shades of #B6B6BA

#B6B6BA
(182,182,186)
#A6A6AA
(166,166,170)
#96969A
(150,150,154)
#86868A
(134,134,138)
#76767A
(118,118,122)
#66666A
(102,102,106)
#56565A
(86,86,90)
#46464A
(70,70,74)
#36363A
(54,54,58)
#26262A
(38,38,42)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #B6B6BA

#B6B6BA
(182,182,186)
#BCBCC0
(188,188,192)
#C2C2C6
(194,194,198)
#C8C8CC
(200,200,204)
#CECED2
(206,206,210)
#D4D4D8
(212,212,216)
#DADADE
(218,218,222)
#E0E0E4
(224,224,228)
#E6E6EA
(230,230,234)
#ECECF0
(236,236,240)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6BA; }

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

This text font color is #B6B6BA.


Background Color

.myBgColor { background-color: #B6B6BA; }

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

This div background color is #B6B6BA.


Border color

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

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

This div border color is #B6B6BA.


Opacity

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

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

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

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

This text has shadow with #B6B6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B6BA on black background.


Color preview on white background

This text has color #B6B6BA on white background.



Black color preview on #B6B6BA background

This text has black color on #B6B6BA background.


White color preview on #B6B6BA background

This text has white color on #B6B6BA background.