COLOR #B2B3BB

HEX: #B2B3BB
RGB: (178,179,187)

Color info

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

RGB color model

#B2B3BB color RGB value is (178,179,187).

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

RGB channels and saturation

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

178
179
187

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

Portions of RGB colors in percentages

R + G + B =
178 + 179 + 187 = 544 (100%)
R 178 of 544 ~ 32.72%
G 179 of 544 ~ 32.9%
B 187 of 544 ~ 34.38%

%32.72
%32.9
%34.38

CMYK color model

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

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

CMYK percentages

%4.81
%4.28
%0
%26.67

Codes

Color #B2B3BB in popluar color models

B2B3BB
RGB178179187
HSL233°6.21%71.57%
HSB/HSV233°4.81%73.33%
CMYK4.81%4.28%0.00%
26.67%

Color #B2B3BB in popluar number systems.

HEXB2B3BB
Decimal178179187
Binary101100101011001110111011
Octal262263273

Shades and tints

Shades of #B2B3BB

#B2B3BB
(178,179,187)
#A2A3AA
(162,163,170)
#929399
(146,147,153)
#828388
(130,131,136)
#727377
(114,115,119)
#626366
(98,99,102)
#525355
(82,83,85)
#424344
(66,67,68)
#323333
(50,51,51)
#222322
(34,35,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #B2B3BB

#B2B3BB
(178,179,187)
#B9B9C1
(185,185,193)
#C0BFC7
(192,191,199)
#C7C5CD
(199,197,205)
#CECBD3
(206,203,211)
#D5D1D9
(213,209,217)
#DCD7DF
(220,215,223)
#E3DDE5
(227,221,229)
#EAE3EB
(234,227,235)
#F1E9F1
(241,233,241)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B3BB; }

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

This text font color is #B2B3BB.


Background Color

.myBgColor { background-color: #B2B3BB; }

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

This div background color is #B2B3BB.


Border color

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

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

This div border color is #B2B3BB.


Opacity

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

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

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

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

This text has shadow with #B2B3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B3BB on black background.


Color preview on white background

This text has color #B2B3BB on white background.



Black color preview on #B2B3BB background

This text has black color on #B2B3BB background.


White color preview on #B2B3BB background

This text has white color on #B2B3BB background.