COLOR #B6B4BF

HEX: #B6B4BF
RGB: (182,180,191)

Color info

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

RGB color model

#B6B4BF color RGB value is (182,180,191).

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

RGB channels and saturation

R 182 of 255 = 71%
G 180 of 255 = 71%
B 191 of 255 = 75%

182
180
191

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

Portions of RGB colors in percentages

R + G + B =
182 + 180 + 191 = 553 (100%)
R 182 of 553 ~ 32.91%
G 180 of 553 ~ 32.55%
B 191 of 553 ~ 34.54%

%32.91
%32.55
%34.54

CMYK color model

#B6B4BF color CMYK value is (5,6,0,25).

  • cyan value is 4.71%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,6,0,25)
C5M6Y0K25 
(5%,6%,0%,25%)
(0.05/0.06/0.00/0.25)	

CMYK percentages

%4.71
%5.76
%0
%25.1

Codes

Color #B6B4BF in popluar color models

B6B4BF
RGB182180191
HSL251°7.91%72.75%
HSB/HSV251°5.76%74.90%
CMYK4.71%5.76%0.00%
25.10%

Color #B6B4BF in popluar number systems.

HEXB6B4BF
Decimal182180191
Binary101101101011010010111111
Octal266264277

Shades and tints

Shades of #B6B4BF

#B6B4BF
(182,180,191)
#A6A4AE
(166,164,174)
#96949D
(150,148,157)
#86848C
(134,132,140)
#76747B
(118,116,123)
#66646A
(102,100,106)
#565459
(86,84,89)
#464448
(70,68,72)
#363437
(54,52,55)
#262426
(38,36,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #B6B4BF

#B6B4BF
(182,180,191)
#BCBAC4
(188,186,196)
#C2C0C9
(194,192,201)
#C8C6CE
(200,198,206)
#CECCD3
(206,204,211)
#D4D2D8
(212,210,216)
#DAD8DD
(218,216,221)
#E0DEE2
(224,222,226)
#E6E4E7
(230,228,231)
#ECEAEC
(236,234,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B4BF; }

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

This text font color is #B6B4BF.


Background Color

.myBgColor { background-color: #B6B4BF; }

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

This div background color is #B6B4BF.


Border color

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

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

This div border color is #B6B4BF.


Opacity

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

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

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

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

This text has shadow with #B6B4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B4BF on black background.


Color preview on white background

This text has color #B6B4BF on white background.



Black color preview on #B6B4BF background

This text has black color on #B6B4BF background.


White color preview on #B6B4BF background

This text has white color on #B6B4BF background.