COLOR #B6BB6B

HEX: #B6BB6B
RGB: (182,187,107)

Color info

#B6BB6B contains mainly red and green colors. Web safe color of #B6BB6B is #CCCC66 (or #CC6).

RGB color model

#B6BB6B color RGB value is (182,187,107).

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

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 107 of 255 = 42%

182
187
107

R + G + B ~ 62%. #B6BB6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 187 + 107 = 476 (100%)
R 182 of 476 ~ 38.24%
G 187 of 476 ~ 39.29%
B 107 of 476 ~ 22.48%

%38.24
%39.29
%22.48

CMYK color model

#B6BB6B color CMYK value is (3,0,43,27).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 42.78%
  • key color value is 26.67%
CMYK:
(3,0,43,27)
C3M0Y43K27 
(3%,0%,43%,27%)
(0.03/0.00/0.43/0.27)	

CMYK percentages

%2.67
%0
%42.78
%26.67

Codes

Color #B6BB6B in popluar color models

B6BB6B
RGB182187107
HSL64°37.04%57.65%
HSB/HSV64°42.78%73.33%
CMYK2.67%0.00%42.78%
26.67%

Color #B6BB6B in popluar number systems.

HEXB6BB6B
Decimal182187107
Binary10110110101110111101011
Octal266273153

Shades and tints

Shades of #B6BB6B

#B6BB6B
(182,187,107)
#A6AA62
(166,170,98)
#969959
(150,153,89)
#868850
(134,136,80)
#767747
(118,119,71)
#66663E
(102,102,62)
#565535
(86,85,53)
#46442C
(70,68,44)
#363323
(54,51,35)
#26221A
(38,34,26)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #B6BB6B

#B6BB6B
(182,187,107)
#BCC178
(188,193,120)
#C2C785
(194,199,133)
#C8CD92
(200,205,146)
#CED39F
(206,211,159)
#D4D9AC
(212,217,172)
#DADFB9
(218,223,185)
#E0E5C6
(224,229,198)
#E6EBD3
(230,235,211)
#ECF1E0
(236,241,224)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BB6B; }

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

This text font color is #B6BB6B.


Background Color

.myBgColor { background-color: #B6BB6B; }

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

This div background color is #B6BB6B.


Border color

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

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

This div border color is #B6BB6B.


Opacity

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

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

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

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

This text has shadow with #B6BB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BB6B on black background.


Color preview on white background

This text has color #B6BB6B on white background.



Black color preview on #B6BB6B background

This text has black color on #B6BB6B background.


White color preview on #B6BB6B background

This text has white color on #B6BB6B background.