COLOR #B2B2B3

HEX: #B2B2B3
RGB: (178,178,179)

Color info

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

RGB color model

#B2B2B3 color RGB value is (178,178,179).

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

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 179 of 255 = 70%

178
178
179

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

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 179 = 535 (100%)
R 178 of 535 ~ 33.27%
G 178 of 535 ~ 33.27%
B 179 of 535 ~ 33.46%

%33.27
%33.27
%33.46

CMYK color model

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

  • cyan value is 0.56%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(1,1,0,30)
C1M1Y0K30 
(1%,1%,0%,30%)
(0.01/0.01/0.00/0.30)	

CMYK percentages

%0.56
%0.56
%0
%29.8

Codes

Color #B2B2B3 in popluar color models

B2B2B3
RGB178178179
HSL240°0.65%70.00%
HSB/HSV240°0.56%70.20%
CMYK0.56%0.56%0.00%
29.80%

Color #B2B2B3 in popluar number systems.

HEXB2B2B3
Decimal178178179
Binary101100101011001010110011
Octal262262263

Shades and tints

Shades of #B2B2B3

#B2B2B3
(178,178,179)
#A2A2A3
(162,162,163)
#929293
(146,146,147)
#828283
(130,130,131)
#727273
(114,114,115)
#626263
(98,98,99)
#525253
(82,82,83)
#424243
(66,66,67)
#323233
(50,50,51)
#222223
(34,34,35)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B2B2B3

#B2B2B3
(178,178,179)
#B9B9B9
(185,185,185)
#C0C0BF
(192,192,191)
#C7C7C5
(199,199,197)
#CECECB
(206,206,203)
#D5D5D1
(213,213,209)
#DCDCD7
(220,220,215)
#E3E3DD
(227,227,221)
#EAEAE3
(234,234,227)
#F1F1E9
(241,241,233)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B2B3; }

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

This text font color is #B2B2B3.


Background Color

.myBgColor { background-color: #B2B2B3; }

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

This div background color is #B2B2B3.


Border color

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

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

This div border color is #B2B2B3.


Opacity

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

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

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

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

This text has shadow with #B2B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B2B3 on black background.


Color preview on white background

This text has color #B2B2B3 on white background.



Black color preview on #B2B2B3 background

This text has black color on #B2B2B3 background.


White color preview on #B2B2B3 background

This text has white color on #B2B2B3 background.