COLOR #86C79D

HEX: #86C79D
RGB: (134,199,157)

Color info

#86C79D contains mainly green and blue colors. Web safe color of #86C79D is #99CC99 (or #9C9).

RGB color model

#86C79D color RGB value is (134,199,157).

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

RGB channels and saturation

R 134 of 255 = 53%
G 199 of 255 = 78%
B 157 of 255 = 62%

134
199
157

R + G + B ~ 64%. #86C79D is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 199 + 157 = 490 (100%)
R 134 of 490 ~ 27.35%
G 199 of 490 ~ 40.61%
B 157 of 490 ~ 32.04%

%27.35
%40.61
%32.04

CMYK color model

#86C79D color CMYK value is (33,0,21,22).

  • cyan value is 32.66%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 21.96%
CMYK:
(33,0,21,22)
C33M0Y21K22 
(33%,0%,21%,22%)
(0.33/0.00/0.21/0.22)	

CMYK percentages

%32.66
%0
%21.11
%21.96

Codes

Color #86C79D in popluar color models

86C79D
RGB134199157
HSL141°36.72%65.29%
HSB/HSV141°32.66%78.04%
CMYK32.66%0.00%21.11%
21.96%

Color #86C79D in popluar number systems.

HEX86C79D
Decimal134199157
Binary100001101100011110011101
Octal206307235

Shades and tints

Shades of #86C79D

#86C79D
(134,199,157)
#7AB58F
(122,181,143)
#6EA381
(110,163,129)
#629173
(98,145,115)
#567F65
(86,127,101)
#4A6D57
(74,109,87)
#3E5B49
(62,91,73)
#32493B
(50,73,59)
#26372D
(38,55,45)
#1A251F
(26,37,31)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #86C79D

#86C79D
(134,199,157)
#91CCA5
(145,204,165)
#9CD1AD
(156,209,173)
#A7D6B5
(167,214,181)
#B2DBBD
(178,219,189)
#BDE0C5
(189,224,197)
#C8E5CD
(200,229,205)
#D3EAD5
(211,234,213)
#DEEFDD
(222,239,221)
#E9F4E5
(233,244,229)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C79D; }

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

This text font color is #86C79D.


Background Color

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

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

This div background color is #86C79D.


Border color

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

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

This div border color is #86C79D.


Opacity

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

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

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

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

This text has shadow with #86C79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C79D on black background.


Color preview on white background

This text has color #86C79D on white background.



Black color preview on #86C79D background

This text has black color on #86C79D background.


White color preview on #86C79D background

This text has white color on #86C79D background.