COLOR #B6B7BE

HEX: #B6B7BE
RGB: (182,183,190)

Color info

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

RGB color model

#B6B7BE color RGB value is (182,183,190).

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

RGB channels and saturation

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

182
183
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 183 + 190 = 555 (100%)
R 182 of 555 ~ 32.79%
G 183 of 555 ~ 32.97%
B 190 of 555 ~ 34.23%

%32.79
%32.97
%34.23

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,4,0,25)
C4M4Y0K25 
(4%,4%,0%,25%)
(0.04/0.04/0.00/0.25)	

CMYK percentages

%4.21
%3.68
%0
%25.49

Codes

Color #B6B7BE in popluar color models

B6B7BE
RGB182183190
HSL233°5.80%72.94%
HSB/HSV233°4.21%74.51%
CMYK4.21%3.68%0.00%
25.49%

Color #B6B7BE in popluar number systems.

HEXB6B7BE
Decimal182183190
Binary101101101011011110111110
Octal266267276

Shades and tints

Shades of #B6B7BE

#B6B7BE
(182,183,190)
#A6A7AD
(166,167,173)
#96979C
(150,151,156)
#86878B
(134,135,139)
#76777A
(118,119,122)
#666769
(102,103,105)
#565758
(86,87,88)
#464747
(70,71,71)
#363736
(54,55,54)
#262725
(38,39,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6B7BE

#B6B7BE
(182,183,190)
#BCBDC3
(188,189,195)
#C2C3C8
(194,195,200)
#C8C9CD
(200,201,205)
#CECFD2
(206,207,210)
#D4D5D7
(212,213,215)
#DADBDC
(218,219,220)
#E0E1E1
(224,225,225)
#E6E7E6
(230,231,230)
#ECEDEB
(236,237,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B7BE; }

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

This text font color is #B6B7BE.


Background Color

.myBgColor { background-color: #B6B7BE; }

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

This div background color is #B6B7BE.


Border color

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

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

This div border color is #B6B7BE.


Opacity

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

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

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

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

This text has shadow with #B6B7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B7BE on black background.


Color preview on white background

This text has color #B6B7BE on white background.



Black color preview on #B6B7BE background

This text has black color on #B6B7BE background.


White color preview on #B6B7BE background

This text has white color on #B6B7BE background.