COLOR #B2BAB2

HEX: #B2BAB2
RGB: (178,186,178)

Color info

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

RGB color model

#B2BAB2 color RGB value is (178,186,178).

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

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 178 of 255 = 70%

178
186
178

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

Portions of RGB colors in percentages

R + G + B =
178 + 186 + 178 = 542 (100%)
R 178 of 542 ~ 32.84%
G 186 of 542 ~ 34.32%
B 178 of 542 ~ 32.84%

%32.84
%34.32
%32.84

CMYK color model

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

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(4,0,4,27)
C4M0Y4K27 
(4%,0%,4%,27%)
(0.04/0.00/0.04/0.27)	

CMYK percentages

%4.3
%0
%4.3
%27.06

Codes

Color #B2BAB2 in popluar color models

B2BAB2
RGB178186178
HSL120°5.48%71.37%
HSB/HSV120°4.30%72.94%
CMYK4.30%0.00%4.30%
27.06%

Color #B2BAB2 in popluar number systems.

HEXB2BAB2
Decimal178186178
Binary101100101011101010110010
Octal262272262

Shades and tints

Shades of #B2BAB2

#B2BAB2
(178,186,178)
#A2AAA2
(162,170,162)
#929A92
(146,154,146)
#828A82
(130,138,130)
#727A72
(114,122,114)
#626A62
(98,106,98)
#525A52
(82,90,82)
#424A42
(66,74,66)
#323A32
(50,58,50)
#222A22
(34,42,34)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #B2BAB2

#B2BAB2
(178,186,178)
#B9C0B9
(185,192,185)
#C0C6C0
(192,198,192)
#C7CCC7
(199,204,199)
#CED2CE
(206,210,206)
#D5D8D5
(213,216,213)
#DCDEDC
(220,222,220)
#E3E4E3
(227,228,227)
#EAEAEA
(234,234,234)
#F1F0F1
(241,240,241)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BAB2; }

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

This text font color is #B2BAB2.


Background Color

.myBgColor { background-color: #B2BAB2; }

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

This div background color is #B2BAB2.


Border color

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

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

This div border color is #B2BAB2.


Opacity

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

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

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

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

This text has shadow with #B2BAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BAB2 on black background.


Color preview on white background

This text has color #B2BAB2 on white background.



Black color preview on #B2BAB2 background

This text has black color on #B2BAB2 background.


White color preview on #B2BAB2 background

This text has white color on #B2BAB2 background.