COLOR #B2BBAB

HEX: #B2BBAB
RGB: (178,187,171)

Color info

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

RGB color model

#B2BBAB color RGB value is (178,187,171).

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

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 171 of 255 = 67%

178
187
171

R + G + B ~ 70%. #B2BBAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 171 = 536 (100%)
R 178 of 536 ~ 33.21%
G 187 of 536 ~ 34.89%
B 171 of 536 ~ 31.9%

%33.21
%34.89
%31.9

CMYK color model

#B2BBAB color CMYK value is (5,0,9,27).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(5,0,9,27)
C5M0Y9K27 
(5%,0%,9%,27%)
(0.05/0.00/0.09/0.27)	

CMYK percentages

%4.81
%0
%8.56
%26.67

Codes

Color #B2BBAB in popluar color models

B2BBAB
RGB178187171
HSL94°10.53%70.20%
HSB/HSV94°8.56%73.33%
CMYK4.81%0.00%8.56%
26.67%

Color #B2BBAB in popluar number systems.

HEXB2BBAB
Decimal178187171
Binary101100101011101110101011
Octal262273253

Shades and tints

Shades of #B2BBAB

#B2BBAB
(178,187,171)
#A2AA9C
(162,170,156)
#92998D
(146,153,141)
#82887E
(130,136,126)
#72776F
(114,119,111)
#626660
(98,102,96)
#525551
(82,85,81)
#424442
(66,68,66)
#323333
(50,51,51)
#222224
(34,34,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #B2BBAB

#B2BBAB
(178,187,171)
#B9C1B2
(185,193,178)
#C0C7B9
(192,199,185)
#C7CDC0
(199,205,192)
#CED3C7
(206,211,199)
#D5D9CE
(213,217,206)
#DCDFD5
(220,223,213)
#E3E5DC
(227,229,220)
#EAEBE3
(234,235,227)
#F1F1EA
(241,241,234)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBAB; }

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

This text font color is #B2BBAB.


Background Color

.myBgColor { background-color: #B2BBAB; }

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

This div background color is #B2BBAB.


Border color

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

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

This div border color is #B2BBAB.


Opacity

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

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

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

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

This text has shadow with #B2BBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBAB on black background.


Color preview on white background

This text has color #B2BBAB on white background.



Black color preview on #B2BBAB background

This text has black color on #B2BBAB background.


White color preview on #B2BBAB background

This text has white color on #B2BBAB background.