COLOR #B6BCB8

HEX: #B6BCB8
RGB: (182,188,184)

Color info

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

RGB color model

#B6BCB8 color RGB value is (182,188,184).

  • red value is 182;
  • green value is 188;
  • blue value is 184.
RGB:
(182,188,184)
(71%,74%,72%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 184 of 255 = 72%

182
188
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 184 = 554 (100%)
R 182 of 554 ~ 32.85%
G 188 of 554 ~ 33.94%
B 184 of 554 ~ 33.21%

%32.85
%33.94
%33.21

CMYK color model

#B6BCB8 color CMYK value is (3,0,2,26).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(3,0,2,26)
C3M0Y2K26 
(3%,0%,2%,26%)
(0.03/0.00/0.02/0.26)	

CMYK percentages

%3.19
%0
%2.13
%26.27

Codes

Color #B6BCB8 in popluar color models

B6BCB8
RGB182188184
HSL140°4.29%72.55%
HSB/HSV140°3.19%73.73%
CMYK3.19%0.00%2.13%
26.27%

Color #B6BCB8 in popluar number systems.

HEXB6BCB8
Decimal182188184
Binary101101101011110010111000
Octal266274270

Shades and tints

Shades of #B6BCB8

#B6BCB8
(182,188,184)
#A6ABA8
(166,171,168)
#969A98
(150,154,152)
#868988
(134,137,136)
#767878
(118,120,120)
#666768
(102,103,104)
#565658
(86,86,88)
#464548
(70,69,72)
#363438
(54,52,56)
#262328
(38,35,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #B6BCB8

#B6BCB8
(182,188,184)
#BCC2BE
(188,194,190)
#C2C8C4
(194,200,196)
#C8CECA
(200,206,202)
#CED4D0
(206,212,208)
#D4DAD6
(212,218,214)
#DAE0DC
(218,224,220)
#E0E6E2
(224,230,226)
#E6ECE8
(230,236,232)
#ECF2EE
(236,242,238)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCB8; }

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

This text font color is #B6BCB8.


Background Color

.myBgColor { background-color: #B6BCB8; }

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

This div background color is #B6BCB8.


Border color

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

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

This div border color is #B6BCB8.


Opacity

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

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

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

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

This text has shadow with #B6BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCB8 on black background.


Color preview on white background

This text has color #B6BCB8 on white background.



Black color preview on #B6BCB8 background

This text has black color on #B6BCB8 background.


White color preview on #B6BCB8 background

This text has white color on #B6BCB8 background.