COLOR #B3B1AB

HEX: #B3B1AB
RGB: (179,177,171)

Color info

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

RGB color model

#B3B1AB color RGB value is (179,177,171).

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

RGB channels and saturation

R 179 of 255 = 70%
G 177 of 255 = 69%
B 171 of 255 = 67%

179
177
171

R + G + B ~ 69%. #B3B1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 177 + 171 = 527 (100%)
R 179 of 527 ~ 33.97%
G 177 of 527 ~ 33.59%
B 171 of 527 ~ 32.45%

%33.97
%33.59
%32.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(0,1,4,30)
C0M1Y4K30 
(0%,1%,4%,30%)
(0.00/0.01/0.04/0.30)	

CMYK percentages

%0
%1.12
%4.47
%29.8

Codes

Color #B3B1AB in popluar color models

B3B1AB
RGB179177171
HSL45°5.00%68.63%
HSB/HSV45°4.47%70.20%
CMYK0.00%1.12%4.47%
29.80%

Color #B3B1AB in popluar number systems.

HEXB3B1AB
Decimal179177171
Binary101100111011000110101011
Octal263261253

Shades and tints

Shades of #B3B1AB

#B3B1AB
(179,177,171)
#A3A19C
(163,161,156)
#93918D
(147,145,141)
#83817E
(131,129,126)
#73716F
(115,113,111)
#636160
(99,97,96)
#535151
(83,81,81)
#434142
(67,65,66)
#333133
(51,49,51)
#232124
(35,33,36)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #B3B1AB

#B3B1AB
(179,177,171)
#B9B8B2
(185,184,178)
#BFBFB9
(191,191,185)
#C5C6C0
(197,198,192)
#CBCDC7
(203,205,199)
#D1D4CE
(209,212,206)
#D7DBD5
(215,219,213)
#DDE2DC
(221,226,220)
#E3E9E3
(227,233,227)
#E9F0EA
(233,240,234)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B1AB; }

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

This text font color is #B3B1AB.


Background Color

.myBgColor { background-color: #B3B1AB; }

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

This div background color is #B3B1AB.


Border color

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

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

This div border color is #B3B1AB.


Opacity

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

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

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

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

This text has shadow with #B3B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B1AB on black background.


Color preview on white background

This text has color #B3B1AB on white background.



Black color preview on #B3B1AB background

This text has black color on #B3B1AB background.


White color preview on #B3B1AB background

This text has white color on #B3B1AB background.