COLOR #B6D686

HEX: #B6D686
RGB: (182,214,134)

Color info

#B6D686 contains mainly red and green colors. Web safe color of #B6D686 is #CCCC99 (or #CC9).

RGB color model

#B6D686 color RGB value is (182,214,134).

  • red value is 182;
  • green value is 214;
  • blue value is 134.
RGB:
(182,214,134)
(71%,84%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 134 of 255 = 53%

182
214
134

R + G + B ~ 69%. #B6D686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 214 + 134 = 530 (100%)
R 182 of 530 ~ 34.34%
G 214 of 530 ~ 40.38%
B 134 of 530 ~ 25.28%

%34.34
%40.38
%25.28

CMYK color model

#B6D686 color CMYK value is (15,0,37,16).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 37.38%
  • key color value is 16.08%
CMYK:
(15,0,37,16)
C15M0Y37K16 
(15%,0%,37%,16%)
(0.15/0.00/0.37/0.16)	

CMYK percentages

%14.95
%0
%37.38
%16.08

Codes

Color #B6D686 in popluar color models

B6D686
RGB182214134
HSL84°49.38%68.24%
HSB/HSV84°37.38%83.92%
CMYK14.95%0.00%37.38%
16.08%

Color #B6D686 in popluar number systems.

HEXB6D686
Decimal182214134
Binary101101101101011010000110
Octal266326206

Shades and tints

Shades of #B6D686

#B6D686
(182,214,134)
#A6C37A
(166,195,122)
#96B06E
(150,176,110)
#869D62
(134,157,98)
#768A56
(118,138,86)
#66774A
(102,119,74)
#56643E
(86,100,62)
#465132
(70,81,50)
#363E26
(54,62,38)
#262B1A
(38,43,26)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #B6D686

#B6D686
(182,214,134)
#BCD991
(188,217,145)
#C2DC9C
(194,220,156)
#C8DFA7
(200,223,167)
#CEE2B2
(206,226,178)
#D4E5BD
(212,229,189)
#DAE8C8
(218,232,200)
#E0EBD3
(224,235,211)
#E6EEDE
(230,238,222)
#ECF1E9
(236,241,233)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D686 color. Also use rgb(182,214,134) instead hex code.

Text Font Color

.myTextColor { color: #B6D686; }

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

This text font color is #B6D686.


Background Color

.myBgColor { background-color: #B6D686; }

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

This div background color is #B6D686.


Border color

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

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

This div border color is #B6D686.


Opacity

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

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

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

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

This text has shadow with #B6D686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D686 on black background.


Color preview on white background

This text has color #B6D686 on white background.



Black color preview on #B6D686 background

This text has black color on #B6D686 background.


White color preview on #B6D686 background

This text has white color on #B6D686 background.