COLOR #B2B8BB

HEX: #B2B8BB
RGB: (178,184,187)

Color info

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

RGB color model

#B2B8BB color RGB value is (178,184,187).

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

RGB channels and saturation

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

178
184
187

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

Portions of RGB colors in percentages

R + G + B =
178 + 184 + 187 = 549 (100%)
R 178 of 549 ~ 32.42%
G 184 of 549 ~ 33.52%
B 187 of 549 ~ 34.06%

%32.42
%33.52
%34.06

CMYK color model

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

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

CMYK percentages

%4.81
%1.6
%0
%26.67

Codes

Color #B2B8BB in popluar color models

B2B8BB
RGB178184187
HSL200°6.21%71.57%
HSB/HSV200°4.81%73.33%
CMYK4.81%1.60%0.00%
26.67%

Color #B2B8BB in popluar number systems.

HEXB2B8BB
Decimal178184187
Binary101100101011100010111011
Octal262270273

Shades and tints

Shades of #B2B8BB

#B2B8BB
(178,184,187)
#A2A8AA
(162,168,170)
#929899
(146,152,153)
#828888
(130,136,136)
#727877
(114,120,119)
#626866
(98,104,102)
#525855
(82,88,85)
#424844
(66,72,68)
#323833
(50,56,51)
#222822
(34,40,34)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #B2B8BB

#B2B8BB
(178,184,187)
#B9BEC1
(185,190,193)
#C0C4C7
(192,196,199)
#C7CACD
(199,202,205)
#CED0D3
(206,208,211)
#D5D6D9
(213,214,217)
#DCDCDF
(220,220,223)
#E3E2E5
(227,226,229)
#EAE8EB
(234,232,235)
#F1EEF1
(241,238,241)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B8BB; }

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

This text font color is #B2B8BB.


Background Color

.myBgColor { background-color: #B2B8BB; }

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

This div background color is #B2B8BB.


Border color

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

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

This div border color is #B2B8BB.


Opacity

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

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

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

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

This text has shadow with #B2B8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B8BB on black background.


Color preview on white background

This text has color #B2B8BB on white background.



Black color preview on #B2B8BB background

This text has black color on #B2B8BB background.


White color preview on #B2B8BB background

This text has white color on #B2B8BB background.