COLOR #B3B7B5

HEX: #B3B7B5
RGB: (179,183,181)

Color info

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

RGB color model

#B3B7B5 color RGB value is (179,183,181).

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

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 181 of 255 = 71%

179
183
181

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

Portions of RGB colors in percentages

R + G + B =
179 + 183 + 181 = 543 (100%)
R 179 of 543 ~ 32.97%
G 183 of 543 ~ 33.7%
B 181 of 543 ~ 33.33%

%32.97
%33.7
%33.33

CMYK color model

#B3B7B5 color CMYK value is (2,0,1,28).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK:
(2,0,1,28)
C2M0Y1K28 
(2%,0%,1%,28%)
(0.02/0.00/0.01/0.28)	

CMYK percentages

%2.19
%0
%1.09
%28.24

Codes

Color #B3B7B5 in popluar color models

B3B7B5
RGB179183181
HSL150°2.70%70.98%
HSB/HSV150°2.19%71.76%
CMYK2.19%0.00%1.09%
28.24%

Color #B3B7B5 in popluar number systems.

HEXB3B7B5
Decimal179183181
Binary101100111011011110110101
Octal263267265

Shades and tints

Shades of #B3B7B5

#B3B7B5
(179,183,181)
#A3A7A5
(163,167,165)
#939795
(147,151,149)
#838785
(131,135,133)
#737775
(115,119,117)
#636765
(99,103,101)
#535755
(83,87,85)
#434745
(67,71,69)
#333735
(51,55,53)
#232725
(35,39,37)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3B7B5

#B3B7B5
(179,183,181)
#B9BDBB
(185,189,187)
#BFC3C1
(191,195,193)
#C5C9C7
(197,201,199)
#CBCFCD
(203,207,205)
#D1D5D3
(209,213,211)
#D7DBD9
(215,219,217)
#DDE1DF
(221,225,223)
#E3E7E5
(227,231,229)
#E9EDEB
(233,237,235)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B7B5; }

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

This text font color is #B3B7B5.


Background Color

.myBgColor { background-color: #B3B7B5; }

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

This div background color is #B3B7B5.


Border color

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

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

This div border color is #B3B7B5.


Opacity

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

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

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

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

This text has shadow with #B3B7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B7B5 on black background.


Color preview on white background

This text has color #B3B7B5 on white background.



Black color preview on #B3B7B5 background

This text has black color on #B3B7B5 background.


White color preview on #B3B7B5 background

This text has white color on #B3B7B5 background.