COLOR #B3B4AB

HEX: #B3B4AB
RGB: (179,180,171)

Color info

#B3B4AB contains red, green and blue colors in about the same proportion. Web safe color of #B3B4AB is #99CC99 (or #9C9).

RGB color model

#B3B4AB color RGB value is (179,180,171).

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

RGB channels and saturation

R 179 of 255 = 70%
G 180 of 255 = 71%
B 171 of 255 = 67%

179
180
171

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

Portions of RGB colors in percentages

R + G + B =
179 + 180 + 171 = 530 (100%)
R 179 of 530 ~ 33.77%
G 180 of 530 ~ 33.96%
B 171 of 530 ~ 32.26%

%33.77
%33.96
%32.26

CMYK color model

#B3B4AB color CMYK value is (1,0,5,29).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(1,0,5,29)
C1M0Y5K29 
(1%,0%,5%,29%)
(0.01/0.00/0.05/0.29)	

CMYK percentages

%0.56
%0
%5
%29.41

Codes

Color #B3B4AB in popluar color models

B3B4AB
RGB179180171
HSL67°5.66%68.82%
HSB/HSV67°5.00%70.59%
CMYK0.56%0.00%5.00%
29.41%

Color #B3B4AB in popluar number systems.

HEXB3B4AB
Decimal179180171
Binary101100111011010010101011
Octal263264253

Shades and tints

Shades of #B3B4AB

#B3B4AB
(179,180,171)
#A3A49C
(163,164,156)
#93948D
(147,148,141)
#83847E
(131,132,126)
#73746F
(115,116,111)
#636460
(99,100,96)
#535451
(83,84,81)
#434442
(67,68,66)
#333433
(51,52,51)
#232424
(35,36,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B3B4AB

#B3B4AB
(179,180,171)
#B9BAB2
(185,186,178)
#BFC0B9
(191,192,185)
#C5C6C0
(197,198,192)
#CBCCC7
(203,204,199)
#D1D2CE
(209,210,206)
#D7D8D5
(215,216,213)
#DDDEDC
(221,222,220)
#E3E4E3
(227,228,227)
#E9EAEA
(233,234,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B4AB; }

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

This text font color is #B3B4AB.


Background Color

.myBgColor { background-color: #B3B4AB; }

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

This div background color is #B3B4AB.


Border color

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

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

This div border color is #B3B4AB.


Opacity

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

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

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

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

This text has shadow with #B3B4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B4AB on black background.


Color preview on white background

This text has color #B3B4AB on white background.



Black color preview on #B3B4AB background

This text has black color on #B3B4AB background.


White color preview on #B3B4AB background

This text has white color on #B3B4AB background.