COLOR #86C089

HEX: #86C089
RGB: (134,192,137)

Color info

#86C089 contains red, green and blue colors in about the same proportion. Web safe color of #86C089 is #99CC99 (or #9C9).

RGB color model

#86C089 color RGB value is (134,192,137).

  • red value is 134;
  • green value is 192;
  • blue value is 137.
RGB:
(134,192,137)
(53%,75%,54%)

RGB channels and saturation

R 134 of 255 = 53%
G 192 of 255 = 75%
B 137 of 255 = 54%

134
192
137

R + G + B ~ 61%. #86C089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 192 + 137 = 463 (100%)
R 134 of 463 ~ 28.94%
G 192 of 463 ~ 41.47%
B 137 of 463 ~ 29.59%

%28.94
%41.47
%29.59

CMYK color model

#86C089 color CMYK value is (30,0,29,25).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK:
(30,0,29,25)
C30M0Y29K25 
(30%,0%,29%,25%)
(0.30/0.00/0.29/0.25)	

CMYK percentages

%30.21
%0
%28.65
%24.71

Codes

Color #86C089 in popluar color models

86C089
RGB134192137
HSL123°31.52%63.92%
HSB/HSV123°30.21%75.29%
CMYK30.21%0.00%28.65%
24.71%

Color #86C089 in popluar number systems.

HEX86C089
Decimal134192137
Binary100001101100000010001001
Octal206300211

Shades and tints

Shades of #86C089

#86C089
(134,192,137)
#7AAF7D
(122,175,125)
#6E9E71
(110,158,113)
#628D65
(98,141,101)
#567C59
(86,124,89)
#4A6B4D
(74,107,77)
#3E5A41
(62,90,65)
#324935
(50,73,53)
#263829
(38,56,41)
#1A271D
(26,39,29)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #86C089

#86C089
(134,192,137)
#91C593
(145,197,147)
#9CCA9D
(156,202,157)
#A7CFA7
(167,207,167)
#B2D4B1
(178,212,177)
#BDD9BB
(189,217,187)
#C8DEC5
(200,222,197)
#D3E3CF
(211,227,207)
#DEE8D9
(222,232,217)
#E9EDE3
(233,237,227)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C089 color. Also use rgb(134,192,137) instead hex code.

Text Font Color

.myTextColor { color: #86C089; }

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

This text font color is #86C089.


Background Color

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

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

This div background color is #86C089.


Border color

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

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

This div border color is #86C089.


Opacity

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

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

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

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

This text has shadow with #86C089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C089 on black background.


Color preview on white background

This text has color #86C089 on white background.



Black color preview on #86C089 background

This text has black color on #86C089 background.


White color preview on #86C089 background

This text has white color on #86C089 background.