COLOR #86C76E

HEX: #86C76E
RGB: (134,199,110)

Color info

#86C76E contains mainly green color. Web safe color of #86C76E is #99CC66 (or #9C6).

RGB color model

#86C76E color RGB value is (134,199,110).

  • red value is 134;
  • green value is 199;
  • blue value is 110.
RGB:
(134,199,110)
(53%,78%,43%)

RGB channels and saturation

R 134 of 255 = 53%
G 199 of 255 = 78%
B 110 of 255 = 43%

134
199
110

R + G + B ~ 58%. #86C76E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 199 + 110 = 443 (100%)
R 134 of 443 ~ 30.25%
G 199 of 443 ~ 44.92%
B 110 of 443 ~ 24.83%

%30.25
%44.92
%24.83

CMYK color model

#86C76E color CMYK value is (33,0,45,22).

  • cyan value is 32.66%
  • magenta value is 0.00%
  • yellow value is 44.72%
  • key color value is 21.96%
CMYK:
(33,0,45,22)
C33M0Y45K22 
(33%,0%,45%,22%)
(0.33/0.00/0.45/0.22)	

CMYK percentages

%32.66
%0
%44.72
%21.96

Codes

Color #86C76E in popluar color models

86C76E
RGB134199110
HSL104°44.28%60.59%
HSB/HSV104°44.72%78.04%
CMYK32.66%0.00%44.72%
21.96%

Color #86C76E in popluar number systems.

HEX86C76E
Decimal134199110
Binary10000110110001111101110
Octal206307156

Shades and tints

Shades of #86C76E

#86C76E
(134,199,110)
#7AB564
(122,181,100)
#6EA35A
(110,163,90)
#629150
(98,145,80)
#567F46
(86,127,70)
#4A6D3C
(74,109,60)
#3E5B32
(62,91,50)
#324928
(50,73,40)
#26371E
(38,55,30)
#1A2514
(26,37,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #86C76E

#86C76E
(134,199,110)
#91CC7B
(145,204,123)
#9CD188
(156,209,136)
#A7D695
(167,214,149)
#B2DBA2
(178,219,162)
#BDE0AF
(189,224,175)
#C8E5BC
(200,229,188)
#D3EAC9
(211,234,201)
#DEEFD6
(222,239,214)
#E9F4E3
(233,244,227)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C76E color. Also use rgb(134,199,110) instead hex code.

Text Font Color

.myTextColor { color: #86C76E; }

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

This text font color is #86C76E.


Background Color

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

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

This div background color is #86C76E.


Border color

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

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

This div border color is #86C76E.


Opacity

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

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

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

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

This text has shadow with #86C76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C76E on black background.


Color preview on white background

This text has color #86C76E on white background.



Black color preview on #86C76E background

This text has black color on #86C76E background.


White color preview on #86C76E background

This text has white color on #86C76E background.