COLOR #B3B5B4

HEX: #B3B5B4
RGB: (179,181,180)

Color info

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

RGB color model

#B3B5B4 color RGB value is (179,181,180).

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

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 180 of 255 = 71%

179
181
180

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

Portions of RGB colors in percentages

R + G + B =
179 + 181 + 180 = 540 (100%)
R 179 of 540 ~ 33.15%
G 181 of 540 ~ 33.52%
B 180 of 540 ~ 33.33%

%33.15
%33.52
%33.33

CMYK color model

#B3B5B4 color CMYK value is (1,0,1,29).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 0.55%
  • key color value is 29.02%
CMYK:
(1,0,1,29)
C1M0Y1K29 
(1%,0%,1%,29%)
(0.01/0.00/0.01/0.29)	

CMYK percentages

%1.1
%0
%0.55
%29.02

Codes

Color #B3B5B4 in popluar color models

B3B5B4
RGB179181180
HSL150°1.33%70.59%
HSB/HSV150°1.10%70.98%
CMYK1.10%0.00%0.55%
29.02%

Color #B3B5B4 in popluar number systems.

HEXB3B5B4
Decimal179181180
Binary101100111011010110110100
Octal263265264

Shades and tints

Shades of #B3B5B4

#B3B5B4
(179,181,180)
#A3A5A4
(163,165,164)
#939594
(147,149,148)
#838584
(131,133,132)
#737574
(115,117,116)
#636564
(99,101,100)
#535554
(83,85,84)
#434544
(67,69,68)
#333534
(51,53,52)
#232524
(35,37,36)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #B3B5B4

#B3B5B4
(179,181,180)
#B9BBBA
(185,187,186)
#BFC1C0
(191,193,192)
#C5C7C6
(197,199,198)
#CBCDCC
(203,205,204)
#D1D3D2
(209,211,210)
#D7D9D8
(215,217,216)
#DDDFDE
(221,223,222)
#E3E5E4
(227,229,228)
#E9EBEA
(233,235,234)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B5B4; }

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

This text font color is #B3B5B4.


Background Color

.myBgColor { background-color: #B3B5B4; }

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

This div background color is #B3B5B4.


Border color

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

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

This div border color is #B3B5B4.


Opacity

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

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

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

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

This text has shadow with #B3B5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B5B4 on black background.


Color preview on white background

This text has color #B3B5B4 on white background.



Black color preview on #B3B5B4 background

This text has black color on #B3B5B4 background.


White color preview on #B3B5B4 background

This text has white color on #B3B5B4 background.