COLOR #86E596

HEX: #86E596
RGB: (134,229,150)

Color info

#86E596 contains mainly green color. Web safe color of #86E596 is #99CC99 (or #9C9).

RGB color model

#86E596 color RGB value is (134,229,150).

  • red value is 134;
  • green value is 229;
  • blue value is 150.
RGB:
(134,229,150)
(53%,90%,59%)

RGB channels and saturation

R 134 of 255 = 53%
G 229 of 255 = 90%
B 150 of 255 = 59%

134
229
150

R + G + B ~ 67%. #86E596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 229 + 150 = 513 (100%)
R 134 of 513 ~ 26.12%
G 229 of 513 ~ 44.64%
B 150 of 513 ~ 29.24%

%26.12
%44.64
%29.24

CMYK color model

#86E596 color CMYK value is (41,0,34,10).

  • cyan value is 41.48%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 10.20%
CMYK:
(41,0,34,10)
C41M0Y34K10 
(41%,0%,34%,10%)
(0.41/0.00/0.34/0.10)	

CMYK percentages

%41.48
%0
%34.5
%10.2

Codes

Color #86E596 in popluar color models

86E596
RGB134229150
HSL130°64.63%71.18%
HSB/HSV130°41.48%89.80%
CMYK41.48%0.00%34.50%
10.20%

Color #86E596 in popluar number systems.

HEX86E596
Decimal134229150
Binary100001101110010110010110
Octal206345226

Shades and tints

Shades of #86E596

#86E596
(134,229,150)
#7AD189
(122,209,137)
#6EBD7C
(110,189,124)
#62A96F
(98,169,111)
#569562
(86,149,98)
#4A8155
(74,129,85)
#3E6D48
(62,109,72)
#32593B
(50,89,59)
#26452E
(38,69,46)
#1A3121
(26,49,33)
#0E1D14
(14,29,20)
#000000
(0,0,0)

Tints of #86E596

#86E596
(134,229,150)
#91E79F
(145,231,159)
#9CE9A8
(156,233,168)
#A7EBB1
(167,235,177)
#B2EDBA
(178,237,186)
#BDEFC3
(189,239,195)
#C8F1CC
(200,241,204)
#D3F3D5
(211,243,213)
#DEF5DE
(222,245,222)
#E9F7E7
(233,247,231)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86E596 color. Also use rgb(134,229,150) instead hex code.

Text Font Color

.myTextColor { color: #86E596; }

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

This text font color is #86E596.


Background Color

.myBgColor { background-color: #86E596; }

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

This div background color is #86E596.


Border color

.myBorderColor { border: 1px solid #86E596; }

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

This div border color is #86E596.


Opacity

.myOpacity80 { color: #86E596; opacity: 0.8; }

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

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

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

This text has shadow with #86E596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E596 on black background.


Color preview on white background

This text has color #86E596 on white background.



Black color preview on #86E596 background

This text has black color on #86E596 background.


White color preview on #86E596 background

This text has white color on #86E596 background.