COLOR #B2BBB9

HEX: #B2BBB9
RGB: (178,187,185)

Color info

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

RGB color model

#B2BBB9 color RGB value is (178,187,185).

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

RGB channels and saturation

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

178
187
185

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 185 = 550 (100%)
R 178 of 550 ~ 32.36%
G 187 of 550 ~ 34%
B 185 of 550 ~ 33.64%

%32.36
%34
%33.64

CMYK color model

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

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

CMYK percentages

%4.81
%0
%1.07
%26.67

Codes

Color #B2BBB9 in popluar color models

B2BBB9
RGB178187185
HSL167°6.21%71.57%
HSB/HSV167°4.81%73.33%
CMYK4.81%0.00%1.07%
26.67%

Color #B2BBB9 in popluar number systems.

HEXB2BBB9
Decimal178187185
Binary101100101011101110111001
Octal262273271

Shades and tints

Shades of #B2BBB9

#B2BBB9
(178,187,185)
#A2AAA9
(162,170,169)
#929999
(146,153,153)
#828889
(130,136,137)
#727779
(114,119,121)
#626669
(98,102,105)
#525559
(82,85,89)
#424449
(66,68,73)
#323339
(50,51,57)
#222229
(34,34,41)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #B2BBB9

#B2BBB9
(178,187,185)
#B9C1BF
(185,193,191)
#C0C7C5
(192,199,197)
#C7CDCB
(199,205,203)
#CED3D1
(206,211,209)
#D5D9D7
(213,217,215)
#DCDFDD
(220,223,221)
#E3E5E3
(227,229,227)
#EAEBE9
(234,235,233)
#F1F1EF
(241,241,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBB9; }

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

This text font color is #B2BBB9.


Background Color

.myBgColor { background-color: #B2BBB9; }

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

This div background color is #B2BBB9.


Border color

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

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

This div border color is #B2BBB9.


Opacity

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

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

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

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

This text has shadow with #B2BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBB9 on black background.


Color preview on white background

This text has color #B2BBB9 on white background.



Black color preview on #B2BBB9 background

This text has black color on #B2BBB9 background.


White color preview on #B2BBB9 background

This text has white color on #B2BBB9 background.