COLOR #B2B5B6

HEX: #B2B5B6
RGB: (178,181,182)

Color info

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

RGB color model

#B2B5B6 color RGB value is (178,181,182).

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

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 182 of 255 = 71%

178
181
182

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

Portions of RGB colors in percentages

R + G + B =
178 + 181 + 182 = 541 (100%)
R 178 of 541 ~ 32.9%
G 181 of 541 ~ 33.46%
B 182 of 541 ~ 33.64%

%32.9
%33.46
%33.64

CMYK color model

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

  • cyan value is 2.20%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(2,1,0,29)
C2M1Y0K29 
(2%,1%,0%,29%)
(0.02/0.01/0.00/0.29)	

CMYK percentages

%2.2
%0.55
%0
%28.63

Codes

Color #B2B5B6 in popluar color models

B2B5B6
RGB178181182
HSL195°2.67%70.59%
HSB/HSV195°2.20%71.37%
CMYK2.20%0.55%0.00%
28.63%

Color #B2B5B6 in popluar number systems.

HEXB2B5B6
Decimal178181182
Binary101100101011010110110110
Octal262265266

Shades and tints

Shades of #B2B5B6

#B2B5B6
(178,181,182)
#A2A5A6
(162,165,166)
#929596
(146,149,150)
#828586
(130,133,134)
#727576
(114,117,118)
#626566
(98,101,102)
#525556
(82,85,86)
#424546
(66,69,70)
#323536
(50,53,54)
#222526
(34,37,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2B5B6

#B2B5B6
(178,181,182)
#B9BBBC
(185,187,188)
#C0C1C2
(192,193,194)
#C7C7C8
(199,199,200)
#CECDCE
(206,205,206)
#D5D3D4
(213,211,212)
#DCD9DA
(220,217,218)
#E3DFE0
(227,223,224)
#EAE5E6
(234,229,230)
#F1EBEC
(241,235,236)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B5B6; }

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

This text font color is #B2B5B6.


Background Color

.myBgColor { background-color: #B2B5B6; }

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

This div background color is #B2B5B6.


Border color

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

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

This div border color is #B2B5B6.


Opacity

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

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

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

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

This text has shadow with #B2B5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B5B6 on black background.


Color preview on white background

This text has color #B2B5B6 on white background.



Black color preview on #B2B5B6 background

This text has black color on #B2B5B6 background.


White color preview on #B2B5B6 background

This text has white color on #B2B5B6 background.