COLOR #B3BAB4

HEX: #B3BAB4
RGB: (179,186,180)

Color info

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

RGB color model

#B3BAB4 color RGB value is (179,186,180).

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

RGB channels and saturation

R 179 of 255 = 70%
G 186 of 255 = 73%
B 180 of 255 = 71%

179
186
180

R + G + B ~ 71%. #B3BAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 186 + 180 = 545 (100%)
R 179 of 545 ~ 32.84%
G 186 of 545 ~ 34.13%
B 180 of 545 ~ 33.03%

%32.84
%34.13
%33.03

CMYK color model

#B3BAB4 color CMYK value is (4,0,3,27).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(4,0,3,27)
C4M0Y3K27 
(4%,0%,3%,27%)
(0.04/0.00/0.03/0.27)	

CMYK percentages

%3.76
%0
%3.23
%27.06

Codes

Color #B3BAB4 in popluar color models

B3BAB4
RGB179186180
HSL129°4.83%71.57%
HSB/HSV129°3.76%72.94%
CMYK3.76%0.00%3.23%
27.06%

Color #B3BAB4 in popluar number systems.

HEXB3BAB4
Decimal179186180
Binary101100111011101010110100
Octal263272264

Shades and tints

Shades of #B3BAB4

#B3BAB4
(179,186,180)
#A3AAA4
(163,170,164)
#939A94
(147,154,148)
#838A84
(131,138,132)
#737A74
(115,122,116)
#636A64
(99,106,100)
#535A54
(83,90,84)
#434A44
(67,74,68)
#333A34
(51,58,52)
#232A24
(35,42,36)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #B3BAB4

#B3BAB4
(179,186,180)
#B9C0BA
(185,192,186)
#BFC6C0
(191,198,192)
#C5CCC6
(197,204,198)
#CBD2CC
(203,210,204)
#D1D8D2
(209,216,210)
#D7DED8
(215,222,216)
#DDE4DE
(221,228,222)
#E3EAE4
(227,234,228)
#E9F0EA
(233,240,234)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BAB4; }

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

This text font color is #B3BAB4.


Background Color

.myBgColor { background-color: #B3BAB4; }

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

This div background color is #B3BAB4.


Border color

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

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

This div border color is #B3BAB4.


Opacity

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

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

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

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

This text has shadow with #B3BAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BAB4 on black background.


Color preview on white background

This text has color #B3BAB4 on white background.



Black color preview on #B3BAB4 background

This text has black color on #B3BAB4 background.


White color preview on #B3BAB4 background

This text has white color on #B3BAB4 background.