COLOR #B3B2AB

HEX: #B3B2AB
RGB: (179,178,171)

Color info

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

RGB color model

#B3B2AB color RGB value is (179,178,171).

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

RGB channels and saturation

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

179
178
171

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

Portions of RGB colors in percentages

R + G + B =
179 + 178 + 171 = 528 (100%)
R 179 of 528 ~ 33.9%
G 178 of 528 ~ 33.71%
B 171 of 528 ~ 32.39%

%33.9
%33.71
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.56%
  • 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
%0.56
%4.47
%29.8

Codes

Color #B3B2AB in popluar color models

B3B2AB
RGB179178171
HSL53°5.00%68.63%
HSB/HSV53°4.47%70.20%
CMYK0.00%0.56%4.47%
29.80%

Color #B3B2AB in popluar number systems.

HEXB3B2AB
Decimal179178171
Binary101100111011001010101011
Octal263262253

Shades and tints

Shades of #B3B2AB

#B3B2AB
(179,178,171)
#A3A29C
(163,162,156)
#93928D
(147,146,141)
#83827E
(131,130,126)
#73726F
(115,114,111)
#636260
(99,98,96)
#535251
(83,82,81)
#434242
(67,66,66)
#333233
(51,50,51)
#232224
(35,34,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #B3B2AB

#B3B2AB
(179,178,171)
#B9B9B2
(185,185,178)
#BFC0B9
(191,192,185)
#C5C7C0
(197,199,192)
#CBCEC7
(203,206,199)
#D1D5CE
(209,213,206)
#D7DCD5
(215,220,213)
#DDE3DC
(221,227,220)
#E3EAE3
(227,234,227)
#E9F1EA
(233,241,234)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B2AB; }

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

This text font color is #B3B2AB.


Background Color

.myBgColor { background-color: #B3B2AB; }

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

This div background color is #B3B2AB.


Border color

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

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

This div border color is #B3B2AB.


Opacity

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

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

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

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

This text has shadow with #B3B2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B2AB on black background.


Color preview on white background

This text has color #B3B2AB on white background.



Black color preview on #B3B2AB background

This text has black color on #B3B2AB background.


White color preview on #B3B2AB background

This text has white color on #B3B2AB background.