COLOR #86C77C

HEX: #86C77C RGB: (134,199,124)

Color info

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

RGB color model

#86C77C color RGB value is (134,199,124).

RGB: (134,199,124) (53%, 78%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 199 of 255 = 78%
B 124 of 255 = 49%

134
199
124

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

Portions of RGB colors in percentages

R + G + B = 134 + 199 + 124 = 457 (100%)
R 134 of 457 ~ 29.32%
G 199 of 457 ~ 43.54%
B 124 of 457 ~ 27.13'%

%29.32
%43.54
%27.13

CMYK color model

#86C77C color CMYK value is (33,0,38,22).

  • cyan value is 32.66%
  • magenta value is 0.00%
  • yellow value is 37.69%
  • key color value is 21.96%
CMYK: (33,0,38,22) C33M0Y38K22 (33%,0%,38%,22%) (0.33/0.00/0.38/0.22) 

CMYK percentages

%32.66
%0
%37.69
%21.96

Codes

Color #86C77C in popluar color models

86 C7 7C
RGB 134 199 124
HSL 112° 40.11% 63.33%
HSB/HSV 112° 37.69% 78.04%
CMYK 32.66% 0.00% 37.69%
21.96%

Color #86C77C in popluar number systems.

HEX 86 C7 7C
Decimal 134 199 124
Binary 10000110 11000111 1111100
Octal 206 307 174

Shades and tints

Shades of #86C77C

#86C77C
(134,199,124)
#7AB571
(122,181,113)
#6EA366
(110,163,102)
#62915B
(98,145,91)
#567F50
(86,127,80)
#4A6D45
(74,109,69)
#3E5B3A
(62,91,58)
#32492F
(50,73,47)
#263724
(38,55,36)
#1A2519
(26,37,25)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #86C77C

#86C77C
(134,199,124)
#91CC87
(145,204,135)
#9CD192
(156,209,146)
#A7D69D
(167,214,157)
#B2DBA8
(178,219,168)
#BDE0B3
(189,224,179)
#C8E5BE
(200,229,190)
#D3EAC9
(211,234,201)
#DEEFD4
(222,239,212)
#E9F4DF
(233,244,223)
#F4F9EA
(244,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C77C; }

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

This text font color is #86C77C.

Background Color

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

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

This div background color is #86C77C.

Border color

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

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

This div border color is #86C77C.

Opacity

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

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

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

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

This text has shadow with #86C77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86C77C.

Preview

Color preview on black background

This text has color #86C77C on black background.


Color preview on white background

This text has color #86C77C on white background.


Black color preview on #86C77C background

This text has black color on #86C77C background.


White color preview on #86C77C background

This text has white color on #86C77C background.


Related colors

Complementary color

Complementary color for #hex is #793883.


I love getcolorcode.com

Triadic colors

1 #7C86C7 and #C77C86 with #86C77C are triadic colors.

2 #7CC786 and #C7867C with #86C77C are triadic colors.