COLOR #B6DE76

HEX: #B6DE76
RGB: (182,222,118)

Color info

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

RGB color model

#B6DE76 color RGB value is (182,222,118).

  • red value is 182;
  • green value is 222;
  • blue value is 118.
RGB:
(182,222,118)
(71%,87%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 118 of 255 = 46%

182
222
118

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

Portions of RGB colors in percentages

R + G + B =
182 + 222 + 118 = 522 (100%)
R 182 of 522 ~ 34.87%
G 222 of 522 ~ 42.53%
B 118 of 522 ~ 22.61%

%34.87
%42.53
%22.61

CMYK color model

#B6DE76 color CMYK value is (18,0,47,13).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 12.94%
CMYK:
(18,0,47,13)
C18M0Y47K13 
(18%,0%,47%,13%)
(0.18/0.00/0.47/0.13)	

CMYK percentages

%18.02
%0
%46.85
%12.94

Codes

Color #B6DE76 in popluar color models

B6DE76
RGB182222118
HSL83°61.18%66.67%
HSB/HSV83°46.85%87.06%
CMYK18.02%0.00%46.85%
12.94%

Color #B6DE76 in popluar number systems.

HEXB6DE76
Decimal182222118
Binary10110110110111101110110
Octal266336166

Shades and tints

Shades of #B6DE76

#B6DE76
(182,222,118)
#A6CA6C
(166,202,108)
#96B662
(150,182,98)
#86A258
(134,162,88)
#768E4E
(118,142,78)
#667A44
(102,122,68)
#56663A
(86,102,58)
#465230
(70,82,48)
#363E26
(54,62,38)
#262A1C
(38,42,28)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #B6DE76

#B6DE76
(182,222,118)
#BCE182
(188,225,130)
#C2E48E
(194,228,142)
#C8E79A
(200,231,154)
#CEEAA6
(206,234,166)
#D4EDB2
(212,237,178)
#DAF0BE
(218,240,190)
#E0F3CA
(224,243,202)
#E6F6D6
(230,246,214)
#ECF9E2
(236,249,226)
#F2FCEE
(242,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DE76 color. Also use rgb(182,222,118) instead hex code.

Text Font Color

.myTextColor { color: #B6DE76; }

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

This text font color is #B6DE76.


Background Color

.myBgColor { background-color: #B6DE76; }

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

This div background color is #B6DE76.


Border color

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

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

This div border color is #B6DE76.


Opacity

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

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

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

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

This text has shadow with #B6DE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DE76 on black background.


Color preview on white background

This text has color #B6DE76 on white background.



Black color preview on #B6DE76 background

This text has black color on #B6DE76 background.


White color preview on #B6DE76 background

This text has white color on #B6DE76 background.