COLOR #B2BA96

HEX: #B2BA96
RGB: (178,186,150)

Color info

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

RGB color model

#B2BA96 color RGB value is (178,186,150).

  • red value is 178;
  • green value is 186;
  • blue value is 150.
RGB:
(178,186,150)
(70%,73%,59%)

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 150 of 255 = 59%

178
186
150

R + G + B ~ 67%. #B2BA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 186 + 150 = 514 (100%)
R 178 of 514 ~ 34.63%
G 186 of 514 ~ 36.19%
B 150 of 514 ~ 29.18%

%34.63
%36.19
%29.18

CMYK color model

#B2BA96 color CMYK value is (4,0,19,27).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(4,0,19,27)
C4M0Y19K27 
(4%,0%,19%,27%)
(0.04/0.00/0.19/0.27)	

CMYK percentages

%4.3
%0
%19.35
%27.06

Codes

Color #B2BA96 in popluar color models

B2BA96
RGB178186150
HSL73°20.69%65.88%
HSB/HSV73°19.35%72.94%
CMYK4.30%0.00%19.35%
27.06%

Color #B2BA96 in popluar number systems.

HEXB2BA96
Decimal178186150
Binary101100101011101010010110
Octal262272226

Shades and tints

Shades of #B2BA96

#B2BA96
(178,186,150)
#A2AA89
(162,170,137)
#929A7C
(146,154,124)
#828A6F
(130,138,111)
#727A62
(114,122,98)
#626A55
(98,106,85)
#525A48
(82,90,72)
#424A3B
(66,74,59)
#323A2E
(50,58,46)
#222A21
(34,42,33)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2BA96

#B2BA96
(178,186,150)
#B9C09F
(185,192,159)
#C0C6A8
(192,198,168)
#C7CCB1
(199,204,177)
#CED2BA
(206,210,186)
#D5D8C3
(213,216,195)
#DCDECC
(220,222,204)
#E3E4D5
(227,228,213)
#EAEADE
(234,234,222)
#F1F0E7
(241,240,231)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BA96; }

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

This text font color is #B2BA96.


Background Color

.myBgColor { background-color: #B2BA96; }

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

This div background color is #B2BA96.


Border color

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

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

This div border color is #B2BA96.


Opacity

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

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

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

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

This text has shadow with #B2BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BA96 on black background.


Color preview on white background

This text has color #B2BA96 on white background.



Black color preview on #B2BA96 background

This text has black color on #B2BA96 background.


White color preview on #B2BA96 background

This text has white color on #B2BA96 background.