COLOR #B6BBBF

HEX: #B6BBBF
RGB: (182,187,191)

Color info

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

RGB color model

#B6BBBF color RGB value is (182,187,191).

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

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 191 of 255 = 75%

182
187
191

R + G + B ~ 73%. #B6BBBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 187 + 191 = 560 (100%)
R 182 of 560 ~ 32.5%
G 187 of 560 ~ 33.39%
B 191 of 560 ~ 34.11%

%32.5
%33.39
%34.11

CMYK color model

#B6BBBF color CMYK value is (5,2,0,25).

  • cyan value is 4.71%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,2,0,25)
C5M2Y0K25 
(5%,2%,0%,25%)
(0.05/0.02/0.00/0.25)	

CMYK percentages

%4.71
%2.09
%0
%25.1

Codes

Color #B6BBBF in popluar color models

B6BBBF
RGB182187191
HSL207°6.57%73.14%
HSB/HSV207°4.71%74.90%
CMYK4.71%2.09%0.00%
25.10%

Color #B6BBBF in popluar number systems.

HEXB6BBBF
Decimal182187191
Binary101101101011101110111111
Octal266273277

Shades and tints

Shades of #B6BBBF

#B6BBBF
(182,187,191)
#A6AAAE
(166,170,174)
#96999D
(150,153,157)
#86888C
(134,136,140)
#76777B
(118,119,123)
#66666A
(102,102,106)
#565559
(86,85,89)
#464448
(70,68,72)
#363337
(54,51,55)
#262226
(38,34,38)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #B6BBBF

#B6BBBF
(182,187,191)
#BCC1C4
(188,193,196)
#C2C7C9
(194,199,201)
#C8CDCE
(200,205,206)
#CED3D3
(206,211,211)
#D4D9D8
(212,217,216)
#DADFDD
(218,223,221)
#E0E5E2
(224,229,226)
#E6EBE7
(230,235,231)
#ECF1EC
(236,241,236)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BBBF; }

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

This text font color is #B6BBBF.


Background Color

.myBgColor { background-color: #B6BBBF; }

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

This div background color is #B6BBBF.


Border color

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

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

This div border color is #B6BBBF.


Opacity

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

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

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

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

This text has shadow with #B6BBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BBBF on black background.


Color preview on white background

This text has color #B6BBBF on white background.



Black color preview on #B6BBBF background

This text has black color on #B6BBBF background.


White color preview on #B6BBBF background

This text has white color on #B6BBBF background.