COLOR #B3B9B8

HEX: #B3B9B8
RGB: (179,185,184)

Color info

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

RGB color model

#B3B9B8 color RGB value is (179,185,184).

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

RGB channels and saturation

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

179
185
184

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

Portions of RGB colors in percentages

R + G + B =
179 + 185 + 184 = 548 (100%)
R 179 of 548 ~ 32.66%
G 185 of 548 ~ 33.76%
B 184 of 548 ~ 33.58%

%32.66
%33.76
%33.58

CMYK color model

#B3B9B8 color CMYK value is (3,0,1,27).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(3,0,1,27)
C3M0Y1K27 
(3%,0%,1%,27%)
(0.03/0.00/0.01/0.27)	

CMYK percentages

%3.24
%0
%0.54
%27.45

Codes

Color #B3B9B8 in popluar color models

B3B9B8
RGB179185184
HSL170°4.11%71.37%
HSB/HSV170°3.24%72.55%
CMYK3.24%0.00%0.54%
27.45%

Color #B3B9B8 in popluar number systems.

HEXB3B9B8
Decimal179185184
Binary101100111011100110111000
Octal263271270

Shades and tints

Shades of #B3B9B8

#B3B9B8
(179,185,184)
#A3A9A8
(163,169,168)
#939998
(147,153,152)
#838988
(131,137,136)
#737978
(115,121,120)
#636968
(99,105,104)
#535958
(83,89,88)
#434948
(67,73,72)
#333938
(51,57,56)
#232928
(35,41,40)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #B3B9B8

#B3B9B8
(179,185,184)
#B9BFBE
(185,191,190)
#BFC5C4
(191,197,196)
#C5CBCA
(197,203,202)
#CBD1D0
(203,209,208)
#D1D7D6
(209,215,214)
#D7DDDC
(215,221,220)
#DDE3E2
(221,227,226)
#E3E9E8
(227,233,232)
#E9EFEE
(233,239,238)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B9B8; }

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

This text font color is #B3B9B8.


Background Color

.myBgColor { background-color: #B3B9B8; }

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

This div background color is #B3B9B8.


Border color

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

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

This div border color is #B3B9B8.


Opacity

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

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

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

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

This text has shadow with #B3B9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B9B8 on black background.


Color preview on white background

This text has color #B3B9B8 on white background.



Black color preview on #B3B9B8 background

This text has black color on #B3B9B8 background.


White color preview on #B3B9B8 background

This text has white color on #B3B9B8 background.