COLOR #B6E68E

HEX: #B6E68E
RGB: (182,230,142)

Color info

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

RGB color model

#B6E68E color RGB value is (182,230,142).

  • red value is 182;
  • green value is 230;
  • blue value is 142.
RGB:
(182,230,142)
(71%,90%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 230 of 255 = 90%
B 142 of 255 = 56%

182
230
142

R + G + B ~ 72%. #B6E68E is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 230 + 142 = 554 (100%)
R 182 of 554 ~ 32.85%
G 230 of 554 ~ 41.52%
B 142 of 554 ~ 25.63%

%32.85
%41.52
%25.63

CMYK color model

#B6E68E color CMYK value is (21,0,38,10).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 9.80%
CMYK:
(21,0,38,10)
C21M0Y38K10 
(21%,0%,38%,10%)
(0.21/0.00/0.38/0.10)	

CMYK percentages

%20.87
%0
%38.26
%9.8

Codes

Color #B6E68E in popluar color models

B6E68E
RGB182230142
HSL93°63.77%72.94%
HSB/HSV93°38.26%90.20%
CMYK20.87%0.00%38.26%
9.80%

Color #B6E68E in popluar number systems.

HEXB6E68E
Decimal182230142
Binary101101101110011010001110
Octal266346216

Shades and tints

Shades of #B6E68E

#B6E68E
(182,230,142)
#A6D282
(166,210,130)
#96BE76
(150,190,118)
#86AA6A
(134,170,106)
#76965E
(118,150,94)
#668252
(102,130,82)
#566E46
(86,110,70)
#465A3A
(70,90,58)
#36462E
(54,70,46)
#263222
(38,50,34)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #B6E68E

#B6E68E
(182,230,142)
#BCE898
(188,232,152)
#C2EAA2
(194,234,162)
#C8ECAC
(200,236,172)
#CEEEB6
(206,238,182)
#D4F0C0
(212,240,192)
#DAF2CA
(218,242,202)
#E0F4D4
(224,244,212)
#E6F6DE
(230,246,222)
#ECF8E8
(236,248,232)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E68E color. Also use rgb(182,230,142) instead hex code.

Text Font Color

.myTextColor { color: #B6E68E; }

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

This text font color is #B6E68E.


Background Color

.myBgColor { background-color: #B6E68E; }

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

This div background color is #B6E68E.


Border color

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

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

This div border color is #B6E68E.


Opacity

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

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

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

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

This text has shadow with #B6E68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E68E on black background.


Color preview on white background

This text has color #B6E68E on white background.



Black color preview on #B6E68E background

This text has black color on #B6E68E background.


White color preview on #B6E68E background

This text has white color on #B6E68E background.