COLOR #B2BCB2

HEX: #B2BCB2
RGB: (178,188,178)

Color info

#B2BCB2 contains red, green and blue colors in about the same proportion. Web safe color of #B2BCB2 is #99CC99 (or #9C9).

RGB color model

#B2BCB2 color RGB value is (178,188,178).

  • red value is 178;
  • green value is 188;
  • blue value is 178.
RGB:
(178,188,178)
(70%,74%,70%)

RGB channels and saturation

R 178 of 255 = 70%
G 188 of 255 = 74%
B 178 of 255 = 70%

178
188
178

R + G + B ~ 71%. #B2BCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 188 + 178 = 544 (100%)
R 178 of 544 ~ 32.72%
G 188 of 544 ~ 34.56%
B 178 of 544 ~ 32.72%

%32.72
%34.56
%32.72

CMYK color model

#B2BCB2 color CMYK value is (5,0,5,26).

  • cyan value is 5.32%
  • magenta value is 0.00%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(5,0,5,26)
C5M0Y5K26 
(5%,0%,5%,26%)
(0.05/0.00/0.05/0.26)	

CMYK percentages

%5.32
%0
%5.32
%26.27

Codes

Color #B2BCB2 in popluar color models

B2BCB2
RGB178188178
HSL120°6.94%71.76%
HSB/HSV120°5.32%73.73%
CMYK5.32%0.00%5.32%
26.27%

Color #B2BCB2 in popluar number systems.

HEXB2BCB2
Decimal178188178
Binary101100101011110010110010
Octal262274262

Shades and tints

Shades of #B2BCB2

#B2BCB2
(178,188,178)
#A2ABA2
(162,171,162)
#929A92
(146,154,146)
#828982
(130,137,130)
#727872
(114,120,114)
#626762
(98,103,98)
#525652
(82,86,82)
#424542
(66,69,66)
#323432
(50,52,50)
#222322
(34,35,34)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #B2BCB2

#B2BCB2
(178,188,178)
#B9C2B9
(185,194,185)
#C0C8C0
(192,200,192)
#C7CEC7
(199,206,199)
#CED4CE
(206,212,206)
#D5DAD5
(213,218,213)
#DCE0DC
(220,224,220)
#E3E6E3
(227,230,227)
#EAECEA
(234,236,234)
#F1F2F1
(241,242,241)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BCB2; }

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

This text font color is #B2BCB2.


Background Color

.myBgColor { background-color: #B2BCB2; }

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

This div background color is #B2BCB2.


Border color

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

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

This div border color is #B2BCB2.


Opacity

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

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

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

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

This text has shadow with #B2BCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BCB2 on black background.


Color preview on white background

This text has color #B2BCB2 on white background.



Black color preview on #B2BCB2 background

This text has black color on #B2BCB2 background.


White color preview on #B2BCB2 background

This text has white color on #B2BCB2 background.