COLOR #B6D196

HEX: #B6D196
RGB: (182,209,150)

Color info

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

RGB color model

#B6D196 color RGB value is (182,209,150).

  • red value is 182;
  • green value is 209;
  • blue value is 150.
RGB:
(182,209,150)
(71%,82%,59%)

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 150 of 255 = 59%

182
209
150

R + G + B ~ 71%. #B6D196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 209 + 150 = 541 (100%)
R 182 of 541 ~ 33.64%
G 209 of 541 ~ 38.63%
B 150 of 541 ~ 27.73%

%33.64
%38.63
%27.73

CMYK color model

#B6D196 color CMYK value is (13,0,28,18).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(13,0,28,18)
C13M0Y28K18 
(13%,0%,28%,18%)
(0.13/0.00/0.28/0.18)	

CMYK percentages

%12.92
%0
%28.23
%18.04

Codes

Color #B6D196 in popluar color models

B6D196
RGB182209150
HSL87°39.07%70.39%
HSB/HSV87°28.23%81.96%
CMYK12.92%0.00%28.23%
18.04%

Color #B6D196 in popluar number systems.

HEXB6D196
Decimal182209150
Binary101101101101000110010110
Octal266321226

Shades and tints

Shades of #B6D196

#B6D196
(182,209,150)
#A6BE89
(166,190,137)
#96AB7C
(150,171,124)
#86986F
(134,152,111)
#768562
(118,133,98)
#667255
(102,114,85)
#565F48
(86,95,72)
#464C3B
(70,76,59)
#36392E
(54,57,46)
#262621
(38,38,33)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B6D196

#B6D196
(182,209,150)
#BCD59F
(188,213,159)
#C2D9A8
(194,217,168)
#C8DDB1
(200,221,177)
#CEE1BA
(206,225,186)
#D4E5C3
(212,229,195)
#DAE9CC
(218,233,204)
#E0EDD5
(224,237,213)
#E6F1DE
(230,241,222)
#ECF5E7
(236,245,231)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D196 color. Also use rgb(182,209,150) instead hex code.

Text Font Color

.myTextColor { color: #B6D196; }

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

This text font color is #B6D196.


Background Color

.myBgColor { background-color: #B6D196; }

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

This div background color is #B6D196.


Border color

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

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

This div border color is #B6D196.


Opacity

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

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

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

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

This text has shadow with #B6D196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D196 on black background.


Color preview on white background

This text has color #B6D196 on white background.



Black color preview on #B6D196 background

This text has black color on #B6D196 background.


White color preview on #B6D196 background

This text has white color on #B6D196 background.