COLOR #B2BBB5

HEX: #B2BBB5
RGB: (178,187,181)

Color info

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

RGB color model

#B2BBB5 color RGB value is (178,187,181).

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

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 181 of 255 = 71%

178
187
181

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 181 = 546 (100%)
R 178 of 546 ~ 32.6%
G 187 of 546 ~ 34.25%
B 181 of 546 ~ 33.15%

%32.6
%34.25
%33.15

CMYK color model

#B2BBB5 color CMYK value is (5,0,3,27).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(5,0,3,27)
C5M0Y3K27 
(5%,0%,3%,27%)
(0.05/0.00/0.03/0.27)	

CMYK percentages

%4.81
%0
%3.21
%26.67

Codes

Color #B2BBB5 in popluar color models

B2BBB5
RGB178187181
HSL140°6.21%71.57%
HSB/HSV140°4.81%73.33%
CMYK4.81%0.00%3.21%
26.67%

Color #B2BBB5 in popluar number systems.

HEXB2BBB5
Decimal178187181
Binary101100101011101110110101
Octal262273265

Shades and tints

Shades of #B2BBB5

#B2BBB5
(178,187,181)
#A2AAA5
(162,170,165)
#929995
(146,153,149)
#828885
(130,136,133)
#727775
(114,119,117)
#626665
(98,102,101)
#525555
(82,85,85)
#424445
(66,68,69)
#323335
(50,51,53)
#222225
(34,34,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #B2BBB5

#B2BBB5
(178,187,181)
#B9C1BB
(185,193,187)
#C0C7C1
(192,199,193)
#C7CDC7
(199,205,199)
#CED3CD
(206,211,205)
#D5D9D3
(213,217,211)
#DCDFD9
(220,223,217)
#E3E5DF
(227,229,223)
#EAEBE5
(234,235,229)
#F1F1EB
(241,241,235)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBB5; }

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

This text font color is #B2BBB5.


Background Color

.myBgColor { background-color: #B2BBB5; }

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

This div background color is #B2BBB5.


Border color

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

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

This div border color is #B2BBB5.


Opacity

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

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

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

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

This text has shadow with #B2BBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBB5 on black background.


Color preview on white background

This text has color #B2BBB5 on white background.



Black color preview on #B2BBB5 background

This text has black color on #B2BBB5 background.


White color preview on #B2BBB5 background

This text has white color on #B2BBB5 background.