COLOR #B2B796

HEX: #B2B796
RGB: (178,183,150)

Color info

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

RGB color model

#B2B796 color RGB value is (178,183,150).

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

RGB channels and saturation

R 178 of 255 = 70%
G 183 of 255 = 72%
B 150 of 255 = 59%

178
183
150

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

Portions of RGB colors in percentages

R + G + B =
178 + 183 + 150 = 511 (100%)
R 178 of 511 ~ 34.83%
G 183 of 511 ~ 35.81%
B 150 of 511 ~ 29.35%

%34.83
%35.81
%29.35

CMYK color model

#B2B796 color CMYK value is (3,0,18,28).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 28.24%
CMYK:
(3,0,18,28)
C3M0Y18K28 
(3%,0%,18%,28%)
(0.03/0.00/0.18/0.28)	

CMYK percentages

%2.73
%0
%18.03
%28.24

Codes

Color #B2B796 in popluar color models

B2B796
RGB178183150
HSL69°18.64%65.29%
HSB/HSV69°18.03%71.76%
CMYK2.73%0.00%18.03%
28.24%

Color #B2B796 in popluar number systems.

HEXB2B796
Decimal178183150
Binary101100101011011110010110
Octal262267226

Shades and tints

Shades of #B2B796

#B2B796
(178,183,150)
#A2A789
(162,167,137)
#92977C
(146,151,124)
#82876F
(130,135,111)
#727762
(114,119,98)
#626755
(98,103,85)
#525748
(82,87,72)
#42473B
(66,71,59)
#32372E
(50,55,46)
#222721
(34,39,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2B796

#B2B796
(178,183,150)
#B9BD9F
(185,189,159)
#C0C3A8
(192,195,168)
#C7C9B1
(199,201,177)
#CECFBA
(206,207,186)
#D5D5C3
(213,213,195)
#DCDBCC
(220,219,204)
#E3E1D5
(227,225,213)
#EAE7DE
(234,231,222)
#F1EDE7
(241,237,231)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B796; }

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

This text font color is #B2B796.


Background Color

.myBgColor { background-color: #B2B796; }

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

This div background color is #B2B796.


Border color

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

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

This div border color is #B2B796.


Opacity

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

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

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

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

This text has shadow with #B2B796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B796 on black background.


Color preview on white background

This text has color #B2B796 on white background.



Black color preview on #B2B796 background

This text has black color on #B2B796 background.


White color preview on #B2B796 background

This text has white color on #B2B796 background.