COLOR #B2B2BE

HEX: #B2B2BE
RGB: (178,178,190)

Color info

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

RGB color model

#B2B2BE color RGB value is (178,178,190).

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

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 190 of 255 = 75%

178
178
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 190 = 546 (100%)
R 178 of 546 ~ 32.6%
G 178 of 546 ~ 32.6%
B 190 of 546 ~ 34.8%

%32.6
%32.6
%34.8

CMYK color model

#B2B2BE color CMYK value is (6,6,0,25).

  • cyan value is 6.32%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,6,0,25)
C6M6Y0K25 
(6%,6%,0%,25%)
(0.06/0.06/0.00/0.25)	

CMYK percentages

%6.32
%6.32
%0
%25.49

Codes

Color #B2B2BE in popluar color models

B2B2BE
RGB178178190
HSL240°8.45%72.16%
HSB/HSV240°6.32%74.51%
CMYK6.32%6.32%0.00%
25.49%

Color #B2B2BE in popluar number systems.

HEXB2B2BE
Decimal178178190
Binary101100101011001010111110
Octal262262276

Shades and tints

Shades of #B2B2BE

#B2B2BE
(178,178,190)
#A2A2AD
(162,162,173)
#92929C
(146,146,156)
#82828B
(130,130,139)
#72727A
(114,114,122)
#626269
(98,98,105)
#525258
(82,82,88)
#424247
(66,66,71)
#323236
(50,50,54)
#222225
(34,34,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #B2B2BE

#B2B2BE
(178,178,190)
#B9B9C3
(185,185,195)
#C0C0C8
(192,192,200)
#C7C7CD
(199,199,205)
#CECED2
(206,206,210)
#D5D5D7
(213,213,215)
#DCDCDC
(220,220,220)
#E3E3E1
(227,227,225)
#EAEAE6
(234,234,230)
#F1F1EB
(241,241,235)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B2BE; }

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

This text font color is #B2B2BE.


Background Color

.myBgColor { background-color: #B2B2BE; }

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

This div background color is #B2B2BE.


Border color

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

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

This div border color is #B2B2BE.


Opacity

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

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

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

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

This text has shadow with #B2B2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B2BE on black background.


Color preview on white background

This text has color #B2B2BE on white background.



Black color preview on #B2B2BE background

This text has black color on #B2B2BE background.


White color preview on #B2B2BE background

This text has white color on #B2B2BE background.