COLOR #B6B4BA

HEX: #B6B4BA
RGB: (182,180,186)

Color info

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

RGB color model

#B6B4BA color RGB value is (182,180,186).

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

RGB channels and saturation

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

182
180
186

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

Portions of RGB colors in percentages

R + G + B =
182 + 180 + 186 = 548 (100%)
R 182 of 548 ~ 33.21%
G 180 of 548 ~ 32.85%
B 186 of 548 ~ 33.94%

%33.21
%32.85
%33.94

CMYK color model

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

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

CMYK percentages

%2.15
%3.23
%0
%27.06

Codes

Color #B6B4BA in popluar color models

B6B4BA
RGB182180186
HSL260°4.17%71.76%
HSB/HSV260°3.23%72.94%
CMYK2.15%3.23%0.00%
27.06%

Color #B6B4BA in popluar number systems.

HEXB6B4BA
Decimal182180186
Binary101101101011010010111010
Octal266264272

Shades and tints

Shades of #B6B4BA

#B6B4BA
(182,180,186)
#A6A4AA
(166,164,170)
#96949A
(150,148,154)
#86848A
(134,132,138)
#76747A
(118,116,122)
#66646A
(102,100,106)
#56545A
(86,84,90)
#46444A
(70,68,74)
#36343A
(54,52,58)
#26242A
(38,36,42)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #B6B4BA

#B6B4BA
(182,180,186)
#BCBAC0
(188,186,192)
#C2C0C6
(194,192,198)
#C8C6CC
(200,198,204)
#CECCD2
(206,204,210)
#D4D2D8
(212,210,216)
#DAD8DE
(218,216,222)
#E0DEE4
(224,222,228)
#E6E4EA
(230,228,234)
#ECEAF0
(236,234,240)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B4BA; }

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

This text font color is #B6B4BA.


Background Color

.myBgColor { background-color: #B6B4BA; }

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

This div background color is #B6B4BA.


Border color

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

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

This div border color is #B6B4BA.


Opacity

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

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

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

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

This text has shadow with #B6B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B4BA on black background.


Color preview on white background

This text has color #B6B4BA on white background.



Black color preview on #B6B4BA background

This text has black color on #B6B4BA background.


White color preview on #B6B4BA background

This text has white color on #B6B4BA background.