COLOR #B2B2A6

HEX: #B2B2A6 RGB: (178,178,166)

Color info

#B2B2A6 contains red, green and blue colors in about the same proportion. Web safe color of #B2B2A6 is #999999 (or #999).

RGB color model

#B2B2A6 color RGB value is (178,178,166).

RGB: (178,178,166) (70%, 70%, 65%)

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 166 of 255 = 65%

178
178
166

R + G + B ~ 68%. #B2B2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 178 + 166 = 522 (100%)
R 178 of 522 ~ 34.1%
G 178 of 522 ~ 34.1%
B 166 of 522 ~ 31.8'%

%34.1
%34.1
%31.8

CMYK color model

#B2B2A6 color CMYK value is (0,0,7,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 30.20%

CMYK: (0,0,7,30)
C0M0Y7K30 (0%, 0%, 7%, 30%)
(0.00 / 0.00 / 0.07 / 0.30)

CMYK percentages

%0
%0
%6.74
%30.2

Codes

Color #B2B2A6 in popluar color models

B2 B2 A6
RGB 178 178 166
HSL 60° 7.23% 67.45%
HSB/HSV 60° 6.74% 69.80%
CMYK 0.00% 0.00% 6.74%
30.20%

Color #B2B2A6 in popluar number systems.

HEX B2 B2 A6
Decimal 178 178 166
Binary 10110010 10110010 10100110
Octal 262 262 246

Shades and tints

Shades of #B2B2A6

#B2B2A6
(178,178,166)
#A2A297
(162,162,151)
#929288
(146,146,136)
#828279
(130,130,121)
#72726A
(114,114,106)
#62625B
(98,98,91)
#52524C
(82,82,76)
#42423D
(66,66,61)
#32322E
(50,50,46)
#22221F
(34,34,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #B2B2A6

#B2B2A6
(178,178,166)
#B9B9AE
(185,185,174)
#C0C0B6
(192,192,182)
#C7C7BE
(199,199,190)
#CECEC6
(206,206,198)
#D5D5CE
(213,213,206)
#DCDCD6
(220,220,214)
#E3E3DE
(227,227,222)
#EAEAE6
(234,234,230)
#F1F1EE
(241,241,238)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B2A6; }

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

This text font color is #B2B2A6.

Background Color

.myBgColor { background-color: #B2B2A6; }

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

This div background color is #B2B2A6.

Border color

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

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

This div border color is #B2B2A6.

Opacity

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

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

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

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

This text has shadow with #B2B2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B2A6.

Preview

Color preview on black background

This text has color #B2B2A6 on black background.


Color preview on white background

This text has color #B2B2A6 on white background.


Black color preview on #B2B2A6 background

This text has black color on #B2B2A6 background.


White color preview on #B2B2A6 background

This text has white color on #B2B2A6 background.


Related colors

Complementary color

Complementary color for #hex is #4D4D59.


I love getcolorcode.com