COLOR #B8BCB6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

184
188
182

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

Portions of RGB colors in percentages

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

%33.21
%33.94
%32.85

CMYK color model

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

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

CMYK percentages

%2.13
%0
%3.19
%26.27

Codes

Color #B8BCB6 in popluar color models

B8BCB6
RGB184188182
HSL100°4.29%72.55%
HSB/HSV100°3.19%73.73%
CMYK2.13%0.00%3.19%
26.27%

Color #B8BCB6 in popluar number systems.

HEXB8BCB6
Decimal184188182
Binary101110001011110010110110
Octal270274266

Shades and tints

Shades of #B8BCB6

#B8BCB6
(184,188,182)
#A8ABA6
(168,171,166)
#989A96
(152,154,150)
#888986
(136,137,134)
#787876
(120,120,118)
#686766
(104,103,102)
#585656
(88,86,86)
#484546
(72,69,70)
#383436
(56,52,54)
#282326
(40,35,38)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B8BCB6

#B8BCB6
(184,188,182)
#BEC2BC
(190,194,188)
#C4C8C2
(196,200,194)
#CACEC8
(202,206,200)
#D0D4CE
(208,212,206)
#D6DAD4
(214,218,212)
#DCE0DA
(220,224,218)
#E2E6E0
(226,230,224)
#E8ECE6
(232,236,230)
#EEF2EC
(238,242,236)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BCB6; }

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

This text font color is #B8BCB6.


Background Color

.myBgColor { background-color: #B8BCB6; }

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

This div background color is #B8BCB6.


Border color

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

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

This div border color is #B8BCB6.


Opacity

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

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

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

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

This text has shadow with #B8BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BCB6 on black background.


Color preview on white background

This text has color #B8BCB6 on white background.



Black color preview on #B8BCB6 background

This text has black color on #B8BCB6 background.


White color preview on #B8BCB6 background

This text has white color on #B8BCB6 background.