COLOR #B2B7B3

HEX: #B2B7B3
RGB: (178,183,179)

Color info

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

RGB color model

#B2B7B3 color RGB value is (178,183,179).

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

RGB channels and saturation

R 178 of 255 = 70%
G 183 of 255 = 72%
B 179 of 255 = 70%

178
183
179

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

Portions of RGB colors in percentages

R + G + B =
178 + 183 + 179 = 540 (100%)
R 178 of 540 ~ 32.96%
G 183 of 540 ~ 33.89%
B 179 of 540 ~ 33.15%

%32.96
%33.89
%33.15

CMYK color model

#B2B7B3 color CMYK value is (3,0,2,28).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 28.24%
CMYK:
(3,0,2,28)
C3M0Y2K28 
(3%,0%,2%,28%)
(0.03/0.00/0.02/0.28)	

CMYK percentages

%2.73
%0
%2.19
%28.24

Codes

Color #B2B7B3 in popluar color models

B2B7B3
RGB178183179
HSL132°3.36%70.78%
HSB/HSV132°2.73%71.76%
CMYK2.73%0.00%2.19%
28.24%

Color #B2B7B3 in popluar number systems.

HEXB2B7B3
Decimal178183179
Binary101100101011011110110011
Octal262267263

Shades and tints

Shades of #B2B7B3

#B2B7B3
(178,183,179)
#A2A7A3
(162,167,163)
#929793
(146,151,147)
#828783
(130,135,131)
#727773
(114,119,115)
#626763
(98,103,99)
#525753
(82,87,83)
#424743
(66,71,67)
#323733
(50,55,51)
#222723
(34,39,35)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2B7B3

#B2B7B3
(178,183,179)
#B9BDB9
(185,189,185)
#C0C3BF
(192,195,191)
#C7C9C5
(199,201,197)
#CECFCB
(206,207,203)
#D5D5D1
(213,213,209)
#DCDBD7
(220,219,215)
#E3E1DD
(227,225,221)
#EAE7E3
(234,231,227)
#F1EDE9
(241,237,233)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B7B3; }

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

This text font color is #B2B7B3.


Background Color

.myBgColor { background-color: #B2B7B3; }

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

This div background color is #B2B7B3.


Border color

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

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

This div border color is #B2B7B3.


Opacity

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

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

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

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

This text has shadow with #B2B7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B7B3 on black background.


Color preview on white background

This text has color #B2B7B3 on white background.



Black color preview on #B2B7B3 background

This text has black color on #B2B7B3 background.


White color preview on #B2B7B3 background

This text has white color on #B2B7B3 background.