COLOR #B6BB94

HEX: #B6BB94
RGB: (182,187,148)

Color info

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

RGB color model

#B6BB94 color RGB value is (182,187,148).

  • red value is 182;
  • green value is 187;
  • blue value is 148.
RGB:
(182,187,148)
(71%,73%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 148 of 255 = 58%

182
187
148

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

Portions of RGB colors in percentages

R + G + B =
182 + 187 + 148 = 517 (100%)
R 182 of 517 ~ 35.2%
G 187 of 517 ~ 36.17%
B 148 of 517 ~ 28.63%

%35.2
%36.17
%28.63

CMYK color model

#B6BB94 color CMYK value is (3,0,21,27).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(3,0,21,27)
C3M0Y21K27 
(3%,0%,21%,27%)
(0.03/0.00/0.21/0.27)	

CMYK percentages

%2.67
%0
%20.86
%26.67

Codes

Color #B6BB94 in popluar color models

B6BB94
RGB182187148
HSL68°22.29%65.69%
HSB/HSV68°20.86%73.33%
CMYK2.67%0.00%20.86%
26.67%

Color #B6BB94 in popluar number systems.

HEXB6BB94
Decimal182187148
Binary101101101011101110010100
Octal266273224

Shades and tints

Shades of #B6BB94

#B6BB94
(182,187,148)
#A6AA87
(166,170,135)
#96997A
(150,153,122)
#86886D
(134,136,109)
#767760
(118,119,96)
#666653
(102,102,83)
#565546
(86,85,70)
#464439
(70,68,57)
#36332C
(54,51,44)
#26221F
(38,34,31)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #B6BB94

#B6BB94
(182,187,148)
#BCC19D
(188,193,157)
#C2C7A6
(194,199,166)
#C8CDAF
(200,205,175)
#CED3B8
(206,211,184)
#D4D9C1
(212,217,193)
#DADFCA
(218,223,202)
#E0E5D3
(224,229,211)
#E6EBDC
(230,235,220)
#ECF1E5
(236,241,229)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BB94 color. Also use rgb(182,187,148) instead hex code.

Text Font Color

.myTextColor { color: #B6BB94; }

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

This text font color is #B6BB94.


Background Color

.myBgColor { background-color: #B6BB94; }

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

This div background color is #B6BB94.


Border color

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

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

This div border color is #B6BB94.


Opacity

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

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

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

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

This text has shadow with #B6BB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BB94 on black background.


Color preview on white background

This text has color #B6BB94 on white background.



Black color preview on #B6BB94 background

This text has black color on #B6BB94 background.


White color preview on #B6BB94 background

This text has white color on #B6BB94 background.