COLOR #B2B2B0

HEX: #B2B2B0
RGB: (178,178,176)

Color info

#B2B2B0 contains red, green and blue colors in about the same proportion. Web safe color of #B2B2B0 is #999999 (or #999).

RGB color model

#B2B2B0 color RGB value is (178,178,176).

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

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 176 of 255 = 69%

178
178
176

R + G + B ~ 70%. #B2B2B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 176 = 532 (100%)
R 178 of 532 ~ 33.46%
G 178 of 532 ~ 33.46%
B 176 of 532 ~ 33.08%

%33.46
%33.46
%33.08

CMYK color model

#B2B2B0 color CMYK value is (0,0,1,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.12%
  • key color value is 30.20%
CMYK:
(0,0,1,30)
C0M0Y1K30 
(0%,0%,1%,30%)
(0.00/0.00/0.01/0.30)	

CMYK percentages

%0
%0
%1.12
%30.2

Codes

Color #B2B2B0 in popluar color models

B2B2B0
RGB178178176
HSL60°1.28%69.41%
HSB/HSV60°1.12%69.80%
CMYK0.00%0.00%1.12%
30.20%

Color #B2B2B0 in popluar number systems.

HEXB2B2B0
Decimal178178176
Binary101100101011001010110000
Octal262262260

Shades and tints

Shades of #B2B2B0

#B2B2B0
(178,178,176)
#A2A2A0
(162,162,160)
#929290
(146,146,144)
#828280
(130,130,128)
#727270
(114,114,112)
#626260
(98,98,96)
#525250
(82,82,80)
#424240
(66,66,64)
#323230
(50,50,48)
#222220
(34,34,32)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #B2B2B0

#B2B2B0
(178,178,176)
#B9B9B7
(185,185,183)
#C0C0BE
(192,192,190)
#C7C7C5
(199,199,197)
#CECECC
(206,206,204)
#D5D5D3
(213,213,211)
#DCDCDA
(220,220,218)
#E3E3E1
(227,227,225)
#EAEAE8
(234,234,232)
#F1F1EF
(241,241,239)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B2B0; }

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

This text font color is #B2B2B0.


Background Color

.myBgColor { background-color: #B2B2B0; }

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

This div background color is #B2B2B0.


Border color

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

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

This div border color is #B2B2B0.


Opacity

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

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

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

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

This text has shadow with #B2B2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B2B0 on black background.


Color preview on white background

This text has color #B2B2B0 on white background.



Black color preview on #B2B2B0 background

This text has black color on #B2B2B0 background.


White color preview on #B2B2B0 background

This text has white color on #B2B2B0 background.