COLOR #B2BBBB

HEX: #B2BBBB
RGB: (178,187,187)

Color info

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

RGB color model

#B2BBBB color RGB value is (178,187,187).

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

RGB channels and saturation

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

178
187
187

R + G + B ~ 72%. #B2BBBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 187 = 552 (100%)
R 178 of 552 ~ 32.25%
G 187 of 552 ~ 33.88%
B 187 of 552 ~ 33.88%

%32.25
%33.88
%33.88

CMYK color model

#B2BBBB color CMYK value is (5,0,0,27).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,0,0,27)
C5M0Y0K27 
(5%,0%,0%,27%)
(0.05/0.00/0.00/0.27)	

CMYK percentages

%4.81
%0
%0
%26.67

Codes

Color #B2BBBB in popluar color models

B2BBBB
RGB178187187
HSL180°6.21%71.57%
HSB/HSV180°4.81%73.33%
CMYK4.81%0.00%0.00%
26.67%

Color #B2BBBB in popluar number systems.

HEXB2BBBB
Decimal178187187
Binary101100101011101110111011
Octal262273273

Shades and tints

Shades of #B2BBBB

#B2BBBB
(178,187,187)
#A2AAAA
(162,170,170)
#929999
(146,153,153)
#828888
(130,136,136)
#727777
(114,119,119)
#626666
(98,102,102)
#525555
(82,85,85)
#424444
(66,68,68)
#323333
(50,51,51)
#222222
(34,34,34)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #B2BBBB

#B2BBBB
(178,187,187)
#B9C1C1
(185,193,193)
#C0C7C7
(192,199,199)
#C7CDCD
(199,205,205)
#CED3D3
(206,211,211)
#D5D9D9
(213,217,217)
#DCDFDF
(220,223,223)
#E3E5E5
(227,229,229)
#EAEBEB
(234,235,235)
#F1F1F1
(241,241,241)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBBB; }

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

This text font color is #B2BBBB.


Background Color

.myBgColor { background-color: #B2BBBB; }

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

This div background color is #B2BBBB.


Border color

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

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

This div border color is #B2BBBB.


Opacity

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

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

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

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

This text has shadow with #B2BBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBBB on black background.


Color preview on white background

This text has color #B2BBBB on white background.



Black color preview on #B2BBBB background

This text has black color on #B2BBBB background.


White color preview on #B2BBBB background

This text has white color on #B2BBBB background.