COLOR #B3BAB9

HEX: #B3BAB9
RGB: (179,186,185)

Color info

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

RGB color model

#B3BAB9 color RGB value is (179,186,185).

  • red value is 179;
  • green value is 186;
  • blue value is 185.
RGB:
(179,186,185)
(70%,73%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 186 of 255 = 73%
B 185 of 255 = 73%

179
186
185

R + G + B ~ 72%. #B3BAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 186 + 185 = 550 (100%)
R 179 of 550 ~ 32.55%
G 186 of 550 ~ 33.82%
B 185 of 550 ~ 33.64%

%32.55
%33.82
%33.64

CMYK color model

#B3BAB9 color CMYK value is (4,0,1,27).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(4,0,1,27)
C4M0Y1K27 
(4%,0%,1%,27%)
(0.04/0.00/0.01/0.27)	

CMYK percentages

%3.76
%0
%0.54
%27.06

Codes

Color #B3BAB9 in popluar color models

B3BAB9
RGB179186185
HSL171°4.83%71.57%
HSB/HSV171°3.76%72.94%
CMYK3.76%0.00%0.54%
27.06%

Color #B3BAB9 in popluar number systems.

HEXB3BAB9
Decimal179186185
Binary101100111011101010111001
Octal263272271

Shades and tints

Shades of #B3BAB9

#B3BAB9
(179,186,185)
#A3AAA9
(163,170,169)
#939A99
(147,154,153)
#838A89
(131,138,137)
#737A79
(115,122,121)
#636A69
(99,106,105)
#535A59
(83,90,89)
#434A49
(67,74,73)
#333A39
(51,58,57)
#232A29
(35,42,41)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #B3BAB9

#B3BAB9
(179,186,185)
#B9C0BF
(185,192,191)
#BFC6C5
(191,198,197)
#C5CCCB
(197,204,203)
#CBD2D1
(203,210,209)
#D1D8D7
(209,216,215)
#D7DEDD
(215,222,221)
#DDE4E3
(221,228,227)
#E3EAE9
(227,234,233)
#E9F0EF
(233,240,239)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BAB9 color. Also use rgb(179,186,185) instead hex code.

Text Font Color

.myTextColor { color: #B3BAB9; }

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

This text font color is #B3BAB9.


Background Color

.myBgColor { background-color: #B3BAB9; }

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

This div background color is #B3BAB9.


Border color

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

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

This div border color is #B3BAB9.


Opacity

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

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

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

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

This text has shadow with #B3BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BAB9 on black background.


Color preview on white background

This text has color #B3BAB9 on white background.



Black color preview on #B3BAB9 background

This text has black color on #B3BAB9 background.


White color preview on #B3BAB9 background

This text has white color on #B3BAB9 background.