COLOR #B3BAB2

HEX: #B3BAB2
RGB: (179,186,178)

Color info

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

RGB color model

#B3BAB2 color RGB value is (179,186,178).

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

RGB channels and saturation

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

179
186
178

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

Portions of RGB colors in percentages

R + G + B =
179 + 186 + 178 = 543 (100%)
R 179 of 543 ~ 32.97%
G 186 of 543 ~ 34.25%
B 178 of 543 ~ 32.78%

%32.97
%34.25
%32.78

CMYK color model

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

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(4,0,4,27)
C4M0Y4K27 
(4%,0%,4%,27%)
(0.04/0.00/0.04/0.27)	

CMYK percentages

%3.76
%0
%4.3
%27.06

Codes

Color #B3BAB2 in popluar color models

B3BAB2
RGB179186178
HSL113°5.48%71.37%
HSB/HSV113°4.30%72.94%
CMYK3.76%0.00%4.30%
27.06%

Color #B3BAB2 in popluar number systems.

HEXB3BAB2
Decimal179186178
Binary101100111011101010110010
Octal263272262

Shades and tints

Shades of #B3BAB2

#B3BAB2
(179,186,178)
#A3AAA2
(163,170,162)
#939A92
(147,154,146)
#838A82
(131,138,130)
#737A72
(115,122,114)
#636A62
(99,106,98)
#535A52
(83,90,82)
#434A42
(67,74,66)
#333A32
(51,58,50)
#232A22
(35,42,34)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #B3BAB2

#B3BAB2
(179,186,178)
#B9C0B9
(185,192,185)
#BFC6C0
(191,198,192)
#C5CCC7
(197,204,199)
#CBD2CE
(203,210,206)
#D1D8D5
(209,216,213)
#D7DEDC
(215,222,220)
#DDE4E3
(221,228,227)
#E3EAEA
(227,234,234)
#E9F0F1
(233,240,241)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BAB2; }

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

This text font color is #B3BAB2.


Background Color

.myBgColor { background-color: #B3BAB2; }

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

This div background color is #B3BAB2.


Border color

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

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

This div border color is #B3BAB2.


Opacity

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

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

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

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

This text has shadow with #B3BAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BAB2 on black background.


Color preview on white background

This text has color #B3BAB2 on white background.



Black color preview on #B3BAB2 background

This text has black color on #B3BAB2 background.


White color preview on #B3BAB2 background

This text has white color on #B3BAB2 background.