COLOR #B3BAB8

HEX: #B3BAB8
RGB: (179,186,184)

Color info

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

RGB color model

#B3BAB8 color RGB value is (179,186,184).

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

RGB channels and saturation

R 179 of 255 = 70%
G 186 of 255 = 73%
B 184 of 255 = 72%

179
186
184

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

Portions of RGB colors in percentages

R + G + B =
179 + 186 + 184 = 549 (100%)
R 179 of 549 ~ 32.6%
G 186 of 549 ~ 33.88%
B 184 of 549 ~ 33.52%

%32.6
%33.88
%33.52

CMYK color model

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

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • 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
%1.08
%27.06

Codes

Color #B3BAB8 in popluar color models

B3BAB8
RGB179186184
HSL163°4.83%71.57%
HSB/HSV163°3.76%72.94%
CMYK3.76%0.00%1.08%
27.06%

Color #B3BAB8 in popluar number systems.

HEXB3BAB8
Decimal179186184
Binary101100111011101010111000
Octal263272270

Shades and tints

Shades of #B3BAB8

#B3BAB8
(179,186,184)
#A3AAA8
(163,170,168)
#939A98
(147,154,152)
#838A88
(131,138,136)
#737A78
(115,122,120)
#636A68
(99,106,104)
#535A58
(83,90,88)
#434A48
(67,74,72)
#333A38
(51,58,56)
#232A28
(35,42,40)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #B3BAB8

#B3BAB8
(179,186,184)
#B9C0BE
(185,192,190)
#BFC6C4
(191,198,196)
#C5CCCA
(197,204,202)
#CBD2D0
(203,210,208)
#D1D8D6
(209,216,214)
#D7DEDC
(215,222,220)
#DDE4E2
(221,228,226)
#E3EAE8
(227,234,232)
#E9F0EE
(233,240,238)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BAB8; }

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

This text font color is #B3BAB8.


Background Color

.myBgColor { background-color: #B3BAB8; }

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

This div background color is #B3BAB8.


Border color

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

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

This div border color is #B3BAB8.


Opacity

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

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

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

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

This text has shadow with #B3BAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BAB8 on black background.


Color preview on white background

This text has color #B3BAB8 on white background.



Black color preview on #B3BAB8 background

This text has black color on #B3BAB8 background.


White color preview on #B3BAB8 background

This text has white color on #B3BAB8 background.