COLOR #B7BB96

HEX: #B7BB96
RGB: (183,187,150)

Color info

#B7BB96 contains red, green and blue colors in about the same proportion. Web safe color of #B7BB96 is #CCCC99 (or #CC9).

RGB color model

#B7BB96 color RGB value is (183,187,150).

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

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 150 of 255 = 59%

183
187
150

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

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 150 = 520 (100%)
R 183 of 520 ~ 35.19%
G 187 of 520 ~ 35.96%
B 150 of 520 ~ 28.85%

%35.19
%35.96
%28.85

CMYK color model

#B7BB96 color CMYK value is (2,0,20,27).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(2,0,20,27)
C2M0Y20K27 
(2%,0%,20%,27%)
(0.02/0.00/0.20/0.27)	

CMYK percentages

%2.14
%0
%19.79
%26.67

Codes

Color #B7BB96 in popluar color models

B7BB96
RGB183187150
HSL66°21.39%66.08%
HSB/HSV66°19.79%73.33%
CMYK2.14%0.00%19.79%
26.67%

Color #B7BB96 in popluar number systems.

HEXB7BB96
Decimal183187150
Binary101101111011101110010110
Octal267273226

Shades and tints

Shades of #B7BB96

#B7BB96
(183,187,150)
#A7AA89
(167,170,137)
#97997C
(151,153,124)
#87886F
(135,136,111)
#777762
(119,119,98)
#676655
(103,102,85)
#575548
(87,85,72)
#47443B
(71,68,59)
#37332E
(55,51,46)
#272221
(39,34,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #B7BB96

#B7BB96
(183,187,150)
#BDC19F
(189,193,159)
#C3C7A8
(195,199,168)
#C9CDB1
(201,205,177)
#CFD3BA
(207,211,186)
#D5D9C3
(213,217,195)
#DBDFCC
(219,223,204)
#E1E5D5
(225,229,213)
#E7EBDE
(231,235,222)
#EDF1E7
(237,241,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BB96; }

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

This text font color is #B7BB96.


Background Color

.myBgColor { background-color: #B7BB96; }

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

This div background color is #B7BB96.


Border color

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

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

This div border color is #B7BB96.


Opacity

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

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

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

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

This text has shadow with #B7BB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BB96 on black background.


Color preview on white background

This text has color #B7BB96 on white background.



Black color preview on #B7BB96 background

This text has black color on #B7BB96 background.


White color preview on #B7BB96 background

This text has white color on #B7BB96 background.