COLOR #B6B4BE

HEX: #B6B4BE
RGB: (182,180,190)

Color info

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

RGB color model

#B6B4BE color RGB value is (182,180,190).

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

RGB channels and saturation

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

182
180
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 180 + 190 = 552 (100%)
R 182 of 552 ~ 32.97%
G 180 of 552 ~ 32.61%
B 190 of 552 ~ 34.42%

%32.97
%32.61
%34.42

CMYK color model

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

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

CMYK percentages

%4.21
%5.26
%0
%25.49

Codes

Color #B6B4BE in popluar color models

B6B4BE
RGB182180190
HSL252°7.14%72.55%
HSB/HSV252°5.26%74.51%
CMYK4.21%5.26%0.00%
25.49%

Color #B6B4BE in popluar number systems.

HEXB6B4BE
Decimal182180190
Binary101101101011010010111110
Octal266264276

Shades and tints

Shades of #B6B4BE

#B6B4BE
(182,180,190)
#A6A4AD
(166,164,173)
#96949C
(150,148,156)
#86848B
(134,132,139)
#76747A
(118,116,122)
#666469
(102,100,105)
#565458
(86,84,88)
#464447
(70,68,71)
#363436
(54,52,54)
#262425
(38,36,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6B4BE

#B6B4BE
(182,180,190)
#BCBAC3
(188,186,195)
#C2C0C8
(194,192,200)
#C8C6CD
(200,198,205)
#CECCD2
(206,204,210)
#D4D2D7
(212,210,215)
#DAD8DC
(218,216,220)
#E0DEE1
(224,222,225)
#E6E4E6
(230,228,230)
#ECEAEB
(236,234,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B4BE; }

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

This text font color is #B6B4BE.


Background Color

.myBgColor { background-color: #B6B4BE; }

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

This div background color is #B6B4BE.


Border color

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

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

This div border color is #B6B4BE.


Opacity

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

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

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

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

This text has shadow with #B6B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B4BE on black background.


Color preview on white background

This text has color #B6B4BE on white background.



Black color preview on #B6B4BE background

This text has black color on #B6B4BE background.


White color preview on #B6B4BE background

This text has white color on #B6B4BE background.