COLOR #B2BBB7

HEX: #B2BBB7
RGB: (178,187,183)

Color info

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

RGB color model

#B2BBB7 color RGB value is (178,187,183).

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

RGB channels and saturation

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

178
187
183

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 183 = 548 (100%)
R 178 of 548 ~ 32.48%
G 187 of 548 ~ 34.12%
B 183 of 548 ~ 33.39%

%32.48
%34.12
%33.39

CMYK color model

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

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

CMYK percentages

%4.81
%0
%2.14
%26.67

Codes

Color #B2BBB7 in popluar color models

B2BBB7
RGB178187183
HSL153°6.21%71.57%
HSB/HSV153°4.81%73.33%
CMYK4.81%0.00%2.14%
26.67%

Color #B2BBB7 in popluar number systems.

HEXB2BBB7
Decimal178187183
Binary101100101011101110110111
Octal262273267

Shades and tints

Shades of #B2BBB7

#B2BBB7
(178,187,183)
#A2AAA7
(162,170,167)
#929997
(146,153,151)
#828887
(130,136,135)
#727777
(114,119,119)
#626667
(98,102,103)
#525557
(82,85,87)
#424447
(66,68,71)
#323337
(50,51,55)
#222227
(34,34,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #B2BBB7

#B2BBB7
(178,187,183)
#B9C1BD
(185,193,189)
#C0C7C3
(192,199,195)
#C7CDC9
(199,205,201)
#CED3CF
(206,211,207)
#D5D9D5
(213,217,213)
#DCDFDB
(220,223,219)
#E3E5E1
(227,229,225)
#EAEBE7
(234,235,231)
#F1F1ED
(241,241,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBB7; }

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

This text font color is #B2BBB7.


Background Color

.myBgColor { background-color: #B2BBB7; }

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

This div background color is #B2BBB7.


Border color

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

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

This div border color is #B2BBB7.


Opacity

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

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

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

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

This text has shadow with #B2BBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBB7 on black background.


Color preview on white background

This text has color #B2BBB7 on white background.



Black color preview on #B2BBB7 background

This text has black color on #B2BBB7 background.


White color preview on #B2BBB7 background

This text has white color on #B2BBB7 background.