COLOR #B7B6BB

HEX: #B7B6BB
RGB: (183,182,187)

Color info

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

RGB color model

#B7B6BB color RGB value is (183,182,187).

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

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 187 of 255 = 73%

183
182
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 182 + 187 = 552 (100%)
R 183 of 552 ~ 33.15%
G 182 of 552 ~ 32.97%
B 187 of 552 ~ 33.88%

%33.15
%32.97
%33.88

CMYK color model

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

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

CMYK percentages

%2.14
%2.67
%0
%26.67

Codes

Color #B7B6BB in popluar color models

B7B6BB
RGB183182187
HSL252°3.55%72.35%
HSB/HSV252°2.67%73.33%
CMYK2.14%2.67%0.00%
26.67%

Color #B7B6BB in popluar number systems.

HEXB7B6BB
Decimal183182187
Binary101101111011011010111011
Octal267266273

Shades and tints

Shades of #B7B6BB

#B7B6BB
(183,182,187)
#A7A6AA
(167,166,170)
#979699
(151,150,153)
#878688
(135,134,136)
#777677
(119,118,119)
#676666
(103,102,102)
#575655
(87,86,85)
#474644
(71,70,68)
#373633
(55,54,51)
#272622
(39,38,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #B7B6BB

#B7B6BB
(183,182,187)
#BDBCC1
(189,188,193)
#C3C2C7
(195,194,199)
#C9C8CD
(201,200,205)
#CFCED3
(207,206,211)
#D5D4D9
(213,212,217)
#DBDADF
(219,218,223)
#E1E0E5
(225,224,229)
#E7E6EB
(231,230,235)
#EDECF1
(237,236,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B6BB; }

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

This text font color is #B7B6BB.


Background Color

.myBgColor { background-color: #B7B6BB; }

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

This div background color is #B7B6BB.


Border color

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

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

This div border color is #B7B6BB.


Opacity

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

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

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

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

This text has shadow with #B7B6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B6BB on black background.


Color preview on white background

This text has color #B7B6BB on white background.



Black color preview on #B7B6BB background

This text has black color on #B7B6BB background.


White color preview on #B7B6BB background

This text has white color on #B7B6BB background.