COLOR #B6B6BE

HEX: #B6B6BE
RGB: (182,182,190)

Color info

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

RGB color model

#B6B6BE color RGB value is (182,182,190).

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

RGB channels and saturation

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

182
182
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 182 + 190 = 554 (100%)
R 182 of 554 ~ 32.85%
G 182 of 554 ~ 32.85%
B 190 of 554 ~ 34.3%

%32.85
%32.85
%34.3

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 4.21%
  • 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
%4.21
%0
%25.49

Codes

Color #B6B6BE in popluar color models

B6B6BE
RGB182182190
HSL240°5.80%72.94%
HSB/HSV240°4.21%74.51%
CMYK4.21%4.21%0.00%
25.49%

Color #B6B6BE in popluar number systems.

HEXB6B6BE
Decimal182182190
Binary101101101011011010111110
Octal266266276

Shades and tints

Shades of #B6B6BE

#B6B6BE
(182,182,190)
#A6A6AD
(166,166,173)
#96969C
(150,150,156)
#86868B
(134,134,139)
#76767A
(118,118,122)
#666669
(102,102,105)
#565658
(86,86,88)
#464647
(70,70,71)
#363636
(54,54,54)
#262625
(38,38,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #B6B6BE

#B6B6BE
(182,182,190)
#BCBCC3
(188,188,195)
#C2C2C8
(194,194,200)
#C8C8CD
(200,200,205)
#CECED2
(206,206,210)
#D4D4D7
(212,212,215)
#DADADC
(218,218,220)
#E0E0E1
(224,224,225)
#E6E6E6
(230,230,230)
#ECECEB
(236,236,235)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6BE; }

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

This text font color is #B6B6BE.


Background Color

.myBgColor { background-color: #B6B6BE; }

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

This div background color is #B6B6BE.


Border color

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

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

This div border color is #B6B6BE.


Opacity

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

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

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

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

This text has shadow with #B6B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B6BE on black background.


Color preview on white background

This text has color #B6B6BE on white background.



Black color preview on #B6B6BE background

This text has black color on #B6B6BE background.


White color preview on #B6B6BE background

This text has white color on #B6B6BE background.