COLOR #B2B3AB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

178
179
171

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

Portions of RGB colors in percentages

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

%33.71
%33.9
%32.39

CMYK color model

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

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

CMYK percentages

%0.56
%0
%4.47
%29.8

Codes

Color #B2B3AB in popluar color models

B2B3AB
RGB178179171
HSL68°5.00%68.63%
HSB/HSV68°4.47%70.20%
CMYK0.56%0.00%4.47%
29.80%

Color #B2B3AB in popluar number systems.

HEXB2B3AB
Decimal178179171
Binary101100101011001110101011
Octal262263253

Shades and tints

Shades of #B2B3AB

#B2B3AB
(178,179,171)
#A2A39C
(162,163,156)
#92938D
(146,147,141)
#82837E
(130,131,126)
#72736F
(114,115,111)
#626360
(98,99,96)
#525351
(82,83,81)
#424342
(66,67,66)
#323333
(50,51,51)
#222324
(34,35,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #B2B3AB

#B2B3AB
(178,179,171)
#B9B9B2
(185,185,178)
#C0BFB9
(192,191,185)
#C7C5C0
(199,197,192)
#CECBC7
(206,203,199)
#D5D1CE
(213,209,206)
#DCD7D5
(220,215,213)
#E3DDDC
(227,221,220)
#EAE3E3
(234,227,227)
#F1E9EA
(241,233,234)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B3AB; }

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

This text font color is #B2B3AB.


Background Color

.myBgColor { background-color: #B2B3AB; }

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

This div background color is #B2B3AB.


Border color

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

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

This div border color is #B2B3AB.


Opacity

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

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

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

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

This text has shadow with #B2B3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B3AB on black background.


Color preview on white background

This text has color #B2B3AB on white background.



Black color preview on #B2B3AB background

This text has black color on #B2B3AB background.


White color preview on #B2B3AB background

This text has white color on #B2B3AB background.