COLOR #86C096

HEX: #86C096
RGB: (134,192,150)

Color info

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

RGB color model

#86C096 color RGB value is (134,192,150).

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

RGB channels and saturation

R 134 of 255 = 53%
G 192 of 255 = 75%
B 150 of 255 = 59%

134
192
150

R + G + B ~ 62%. #86C096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 192 + 150 = 476 (100%)
R 134 of 476 ~ 28.15%
G 192 of 476 ~ 40.34%
B 150 of 476 ~ 31.51%

%28.15
%40.34
%31.51

CMYK color model

#86C096 color CMYK value is (30,0,22,25).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(30,0,22,25)
C30M0Y22K25 
(30%,0%,22%,25%)
(0.30/0.00/0.22/0.25)	

CMYK percentages

%30.21
%0
%21.88
%24.71

Codes

Color #86C096 in popluar color models

86C096
RGB134192150
HSL137°31.52%63.92%
HSB/HSV137°30.21%75.29%
CMYK30.21%0.00%21.88%
24.71%

Color #86C096 in popluar number systems.

HEX86C096
Decimal134192150
Binary100001101100000010010110
Octal206300226

Shades and tints

Shades of #86C096

#86C096
(134,192,150)
#7AAF89
(122,175,137)
#6E9E7C
(110,158,124)
#628D6F
(98,141,111)
#567C62
(86,124,98)
#4A6B55
(74,107,85)
#3E5A48
(62,90,72)
#32493B
(50,73,59)
#26382E
(38,56,46)
#1A2721
(26,39,33)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #86C096

#86C096
(134,192,150)
#91C59F
(145,197,159)
#9CCAA8
(156,202,168)
#A7CFB1
(167,207,177)
#B2D4BA
(178,212,186)
#BDD9C3
(189,217,195)
#C8DECC
(200,222,204)
#D3E3D5
(211,227,213)
#DEE8DE
(222,232,222)
#E9EDE7
(233,237,231)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C096; }

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

This text font color is #86C096.


Background Color

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

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

This div background color is #86C096.


Border color

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

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

This div border color is #86C096.


Opacity

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

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

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

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

This text has shadow with #86C096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C096 on black background.


Color preview on white background

This text has color #86C096 on white background.



Black color preview on #86C096 background

This text has black color on #86C096 background.


White color preview on #86C096 background

This text has white color on #86C096 background.