COLOR #B2B3B1

HEX: #B2B3B1
RGB: (178,179,177)

Color info

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

RGB color model

#B2B3B1 color RGB value is (178,179,177).

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

RGB channels and saturation

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

178
179
177

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

Portions of RGB colors in percentages

R + G + B =
178 + 179 + 177 = 534 (100%)
R 178 of 534 ~ 33.33%
G 179 of 534 ~ 33.52%
B 177 of 534 ~ 33.15%

%33.33
%33.52
%33.15

CMYK color model

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

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

CMYK percentages

%0.56
%0
%1.12
%29.8

Codes

Color #B2B3B1 in popluar color models

B2B3B1
RGB178179177
HSL90°1.30%69.80%
HSB/HSV90°1.12%70.20%
CMYK0.56%0.00%1.12%
29.80%

Color #B2B3B1 in popluar number systems.

HEXB2B3B1
Decimal178179177
Binary101100101011001110110001
Octal262263261

Shades and tints

Shades of #B2B3B1

#B2B3B1
(178,179,177)
#A2A3A1
(162,163,161)
#929391
(146,147,145)
#828381
(130,131,129)
#727371
(114,115,113)
#626361
(98,99,97)
#525351
(82,83,81)
#424341
(66,67,65)
#323331
(50,51,49)
#222321
(34,35,33)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #B2B3B1

#B2B3B1
(178,179,177)
#B9B9B8
(185,185,184)
#C0BFBF
(192,191,191)
#C7C5C6
(199,197,198)
#CECBCD
(206,203,205)
#D5D1D4
(213,209,212)
#DCD7DB
(220,215,219)
#E3DDE2
(227,221,226)
#EAE3E9
(234,227,233)
#F1E9F0
(241,233,240)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B3B1; }

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

This text font color is #B2B3B1.


Background Color

.myBgColor { background-color: #B2B3B1; }

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

This div background color is #B2B3B1.


Border color

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

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

This div border color is #B2B3B1.


Opacity

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

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

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

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

This text has shadow with #B2B3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B3B1 on black background.


Color preview on white background

This text has color #B2B3B1 on white background.



Black color preview on #B2B3B1 background

This text has black color on #B2B3B1 background.


White color preview on #B2B3B1 background

This text has white color on #B2B3B1 background.