COLOR #B3B6AB

HEX: #B3B6AB
RGB: (179,182,171)

Color info

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

RGB color model

#B3B6AB color RGB value is (179,182,171).

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

RGB channels and saturation

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

179
182
171

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

Portions of RGB colors in percentages

R + G + B =
179 + 182 + 171 = 532 (100%)
R 179 of 532 ~ 33.65%
G 182 of 532 ~ 34.21%
B 171 of 532 ~ 32.14%

%33.65
%34.21
%32.14

CMYK color model

#B3B6AB color CMYK value is (2,0,6,29).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(2,0,6,29)
C2M0Y6K29 
(2%,0%,6%,29%)
(0.02/0.00/0.06/0.29)	

CMYK percentages

%1.65
%0
%6.04
%28.63

Codes

Color #B3B6AB in popluar color models

B3B6AB
RGB179182171
HSL76°7.01%69.22%
HSB/HSV76°6.04%71.37%
CMYK1.65%0.00%6.04%
28.63%

Color #B3B6AB in popluar number systems.

HEXB3B6AB
Decimal179182171
Binary101100111011011010101011
Octal263266253

Shades and tints

Shades of #B3B6AB

#B3B6AB
(179,182,171)
#A3A69C
(163,166,156)
#93968D
(147,150,141)
#83867E
(131,134,126)
#73766F
(115,118,111)
#636660
(99,102,96)
#535651
(83,86,81)
#434642
(67,70,66)
#333633
(51,54,51)
#232624
(35,38,36)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3B6AB

#B3B6AB
(179,182,171)
#B9BCB2
(185,188,178)
#BFC2B9
(191,194,185)
#C5C8C0
(197,200,192)
#CBCEC7
(203,206,199)
#D1D4CE
(209,212,206)
#D7DAD5
(215,218,213)
#DDE0DC
(221,224,220)
#E3E6E3
(227,230,227)
#E9ECEA
(233,236,234)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B6AB; }

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

This text font color is #B3B6AB.


Background Color

.myBgColor { background-color: #B3B6AB; }

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

This div background color is #B3B6AB.


Border color

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

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

This div border color is #B3B6AB.


Opacity

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

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

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

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

This text has shadow with #B3B6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B6AB on black background.


Color preview on white background

This text has color #B3B6AB on white background.



Black color preview on #B3B6AB background

This text has black color on #B3B6AB background.


White color preview on #B3B6AB background

This text has white color on #B3B6AB background.