COLOR #B2B9B3

HEX: #B2B9B3
RGB: (178,185,179)

Color info

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

RGB color model

#B2B9B3 color RGB value is (178,185,179).

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

RGB channels and saturation

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

178
185
179

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

Portions of RGB colors in percentages

R + G + B =
178 + 185 + 179 = 542 (100%)
R 178 of 542 ~ 32.84%
G 185 of 542 ~ 34.13%
B 179 of 542 ~ 33.03%

%32.84
%34.13
%33.03

CMYK color model

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

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 27.45%
CMYK:
(4,0,3,27)
C4M0Y3K27 
(4%,0%,3%,27%)
(0.04/0.00/0.03/0.27)	

CMYK percentages

%3.78
%0
%3.24
%27.45

Codes

Color #B2B9B3 in popluar color models

B2B9B3
RGB178185179
HSL129°4.76%71.18%
HSB/HSV129°3.78%72.55%
CMYK3.78%0.00%3.24%
27.45%

Color #B2B9B3 in popluar number systems.

HEXB2B9B3
Decimal178185179
Binary101100101011100110110011
Octal262271263

Shades and tints

Shades of #B2B9B3

#B2B9B3
(178,185,179)
#A2A9A3
(162,169,163)
#929993
(146,153,147)
#828983
(130,137,131)
#727973
(114,121,115)
#626963
(98,105,99)
#525953
(82,89,83)
#424943
(66,73,67)
#323933
(50,57,51)
#222923
(34,41,35)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #B2B9B3

#B2B9B3
(178,185,179)
#B9BFB9
(185,191,185)
#C0C5BF
(192,197,191)
#C7CBC5
(199,203,197)
#CED1CB
(206,209,203)
#D5D7D1
(213,215,209)
#DCDDD7
(220,221,215)
#E3E3DD
(227,227,221)
#EAE9E3
(234,233,227)
#F1EFE9
(241,239,233)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B9B3; }

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

This text font color is #B2B9B3.


Background Color

.myBgColor { background-color: #B2B9B3; }

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

This div background color is #B2B9B3.


Border color

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

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

This div border color is #B2B9B3.


Opacity

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

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

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

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

This text has shadow with #B2B9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B9B3 on black background.


Color preview on white background

This text has color #B2B9B3 on white background.



Black color preview on #B2B9B3 background

This text has black color on #B2B9B3 background.


White color preview on #B2B9B3 background

This text has white color on #B2B9B3 background.