COLOR #B3B2B1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

179
178
177

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

Portions of RGB colors in percentages

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

%33.52
%33.33
%33.15

CMYK color model

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

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

CMYK percentages

%0
%0.56
%1.12
%29.8

Codes

Color #B3B2B1 in popluar color models

B3B2B1
RGB179178177
HSL30°1.30%69.80%
HSB/HSV30°1.12%70.20%
CMYK0.00%0.56%1.12%
29.80%

Color #B3B2B1 in popluar number systems.

HEXB3B2B1
Decimal179178177
Binary101100111011001010110001
Octal263262261

Shades and tints

Shades of #B3B2B1

#B3B2B1
(179,178,177)
#A3A2A1
(163,162,161)
#939291
(147,146,145)
#838281
(131,130,129)
#737271
(115,114,113)
#636261
(99,98,97)
#535251
(83,82,81)
#434241
(67,66,65)
#333231
(51,50,49)
#232221
(35,34,33)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B3B2B1

#B3B2B1
(179,178,177)
#B9B9B8
(185,185,184)
#BFC0BF
(191,192,191)
#C5C7C6
(197,199,198)
#CBCECD
(203,206,205)
#D1D5D4
(209,213,212)
#D7DCDB
(215,220,219)
#DDE3E2
(221,227,226)
#E3EAE9
(227,234,233)
#E9F1F0
(233,241,240)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B2B1; }

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

This text font color is #B3B2B1.


Background Color

.myBgColor { background-color: #B3B2B1; }

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

This div background color is #B3B2B1.


Border color

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

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

This div border color is #B3B2B1.


Opacity

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

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

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

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

This text has shadow with #B3B2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B2B1 on black background.


Color preview on white background

This text has color #B3B2B1 on white background.



Black color preview on #B3B2B1 background

This text has black color on #B3B2B1 background.


White color preview on #B3B2B1 background

This text has white color on #B3B2B1 background.