COLOR #B7B6BA

HEX: #B7B6BA
RGB: (183,182,186)

Color info

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

RGB color model

#B7B6BA color RGB value is (183,182,186).

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

RGB channels and saturation

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

183
182
186

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

Portions of RGB colors in percentages

R + G + B =
183 + 182 + 186 = 551 (100%)
R 183 of 551 ~ 33.21%
G 182 of 551 ~ 33.03%
B 186 of 551 ~ 33.76%

%33.21
%33.03
%33.76

CMYK color model

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

  • cyan value is 1.61%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(2,2,0,27)
C2M2Y0K27 
(2%,2%,0%,27%)
(0.02/0.02/0.00/0.27)	

CMYK percentages

%1.61
%2.15
%0
%27.06

Codes

Color #B7B6BA in popluar color models

B7B6BA
RGB183182186
HSL255°2.82%72.16%
HSB/HSV255°2.15%72.94%
CMYK1.61%2.15%0.00%
27.06%

Color #B7B6BA in popluar number systems.

HEXB7B6BA
Decimal183182186
Binary101101111011011010111010
Octal267266272

Shades and tints

Shades of #B7B6BA

#B7B6BA
(183,182,186)
#A7A6AA
(167,166,170)
#97969A
(151,150,154)
#87868A
(135,134,138)
#77767A
(119,118,122)
#67666A
(103,102,106)
#57565A
(87,86,90)
#47464A
(71,70,74)
#37363A
(55,54,58)
#27262A
(39,38,42)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #B7B6BA

#B7B6BA
(183,182,186)
#BDBCC0
(189,188,192)
#C3C2C6
(195,194,198)
#C9C8CC
(201,200,204)
#CFCED2
(207,206,210)
#D5D4D8
(213,212,216)
#DBDADE
(219,218,222)
#E1E0E4
(225,224,228)
#E7E6EA
(231,230,234)
#EDECF0
(237,236,240)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B6BA; }

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

This text font color is #B7B6BA.


Background Color

.myBgColor { background-color: #B7B6BA; }

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

This div background color is #B7B6BA.


Border color

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

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

This div border color is #B7B6BA.


Opacity

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

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

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

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

This text has shadow with #B7B6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B6BA on black background.


Color preview on white background

This text has color #B7B6BA on white background.



Black color preview on #B7B6BA background

This text has black color on #B7B6BA background.


White color preview on #B7B6BA background

This text has white color on #B7B6BA background.