COLOR #B2B8A6

HEX: #B2B8A6
RGB: (178,184,166)

Color info

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

RGB color model

#B2B8A6 color RGB value is (178,184,166).

  • red value is 178;
  • green value is 184;
  • blue value is 166.
RGB:
(178,184,166)
(70%,72%,65%)

RGB channels and saturation

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

178
184
166

R + G + B ~ 69%. #B2B8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 184 + 166 = 528 (100%)
R 178 of 528 ~ 33.71%
G 184 of 528 ~ 34.85%
B 166 of 528 ~ 31.44%

%33.71
%34.85
%31.44

CMYK color model

#B2B8A6 color CMYK value is (3,0,10,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 27.84%
CMYK:
(3,0,10,28)
C3M0Y10K28 
(3%,0%,10%,28%)
(0.03/0.00/0.10/0.28)	

CMYK percentages

%3.26
%0
%9.78
%27.84

Codes

Color #B2B8A6 in popluar color models

B2B8A6
RGB178184166
HSL80°11.25%68.63%
HSB/HSV80°9.78%72.16%
CMYK3.26%0.00%9.78%
27.84%

Color #B2B8A6 in popluar number systems.

HEXB2B8A6
Decimal178184166
Binary101100101011100010100110
Octal262270246

Shades and tints

Shades of #B2B8A6

#B2B8A6
(178,184,166)
#A2A897
(162,168,151)
#929888
(146,152,136)
#828879
(130,136,121)
#72786A
(114,120,106)
#62685B
(98,104,91)
#52584C
(82,88,76)
#42483D
(66,72,61)
#32382E
(50,56,46)
#22281F
(34,40,31)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #B2B8A6

#B2B8A6
(178,184,166)
#B9BEAE
(185,190,174)
#C0C4B6
(192,196,182)
#C7CABE
(199,202,190)
#CED0C6
(206,208,198)
#D5D6CE
(213,214,206)
#DCDCD6
(220,220,214)
#E3E2DE
(227,226,222)
#EAE8E6
(234,232,230)
#F1EEEE
(241,238,238)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B8A6; }

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

This text font color is #B2B8A6.


Background Color

.myBgColor { background-color: #B2B8A6; }

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

This div background color is #B2B8A6.


Border color

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

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

This div border color is #B2B8A6.


Opacity

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

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

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

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

This text has shadow with #B2B8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B8A6 on black background.


Color preview on white background

This text has color #B2B8A6 on white background.



Black color preview on #B2B8A6 background

This text has black color on #B2B8A6 background.


White color preview on #B2B8A6 background

This text has white color on #B2B8A6 background.