COLOR #B7B6BF

HEX: #B7B6BF
RGB: (183,182,191)

Color info

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

RGB color model

#B7B6BF color RGB value is (183,182,191).

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

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 191 of 255 = 75%

183
182
191

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

Portions of RGB colors in percentages

R + G + B =
183 + 182 + 191 = 556 (100%)
R 183 of 556 ~ 32.91%
G 182 of 556 ~ 32.73%
B 191 of 556 ~ 34.35%

%32.91
%32.73
%34.35

CMYK color model

#B7B6BF color CMYK value is (4,5,0,25).

  • cyan value is 4.19%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(4,5,0,25)
C4M5Y0K25 
(4%,5%,0%,25%)
(0.04/0.05/0.00/0.25)	

CMYK percentages

%4.19
%4.71
%0
%25.1

Codes

Color #B7B6BF in popluar color models

B7B6BF
RGB183182191
HSL247°6.57%73.14%
HSB/HSV247°4.71%74.90%
CMYK4.19%4.71%0.00%
25.10%

Color #B7B6BF in popluar number systems.

HEXB7B6BF
Decimal183182191
Binary101101111011011010111111
Octal267266277

Shades and tints

Shades of #B7B6BF

#B7B6BF
(183,182,191)
#A7A6AE
(167,166,174)
#97969D
(151,150,157)
#87868C
(135,134,140)
#77767B
(119,118,123)
#67666A
(103,102,106)
#575659
(87,86,89)
#474648
(71,70,72)
#373637
(55,54,55)
#272626
(39,38,38)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #B7B6BF

#B7B6BF
(183,182,191)
#BDBCC4
(189,188,196)
#C3C2C9
(195,194,201)
#C9C8CE
(201,200,206)
#CFCED3
(207,206,211)
#D5D4D8
(213,212,216)
#DBDADD
(219,218,221)
#E1E0E2
(225,224,226)
#E7E6E7
(231,230,231)
#EDECEC
(237,236,236)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B6BF; }

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

This text font color is #B7B6BF.


Background Color

.myBgColor { background-color: #B7B6BF; }

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

This div background color is #B7B6BF.


Border color

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

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

This div border color is #B7B6BF.


Opacity

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

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

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

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

This text has shadow with #B7B6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B6BF on black background.


Color preview on white background

This text has color #B7B6BF on white background.



Black color preview on #B7B6BF background

This text has black color on #B7B6BF background.


White color preview on #B7B6BF background

This text has white color on #B7B6BF background.