COLOR #86C886

HEX: #86C886
RGB: (134,200,134)

Color info

#86C886 contains mainly green color. Web safe color of #86C886 is #99CC99 (or #9C9).

RGB color model

#86C886 color RGB value is (134,200,134).

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

RGB channels and saturation

R 134 of 255 = 53%
G 200 of 255 = 78%
B 134 of 255 = 53%

134
200
134

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

Portions of RGB colors in percentages

R + G + B =
134 + 200 + 134 = 468 (100%)
R 134 of 468 ~ 28.63%
G 200 of 468 ~ 42.74%
B 134 of 468 ~ 28.63%

%28.63
%42.74
%28.63

CMYK color model

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

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 21.57%
CMYK:
(33,0,33,22)
C33M0Y33K22 
(33%,0%,33%,22%)
(0.33/0.00/0.33/0.22)	

CMYK percentages

%33
%0
%33
%21.57

Codes

Color #86C886 in popluar color models

86C886
RGB134200134
HSL120°37.50%65.49%
HSB/HSV120°33.00%78.43%
CMYK33.00%0.00%33.00%
21.57%

Color #86C886 in popluar number systems.

HEX86C886
Decimal134200134
Binary100001101100100010000110
Octal206310206

Shades and tints

Shades of #86C886

#86C886
(134,200,134)
#7AB67A
(122,182,122)
#6EA46E
(110,164,110)
#629262
(98,146,98)
#568056
(86,128,86)
#4A6E4A
(74,110,74)
#3E5C3E
(62,92,62)
#324A32
(50,74,50)
#263826
(38,56,38)
#1A261A
(26,38,26)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #86C886

#86C886
(134,200,134)
#91CD91
(145,205,145)
#9CD29C
(156,210,156)
#A7D7A7
(167,215,167)
#B2DCB2
(178,220,178)
#BDE1BD
(189,225,189)
#C8E6C8
(200,230,200)
#D3EBD3
(211,235,211)
#DEF0DE
(222,240,222)
#E9F5E9
(233,245,233)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C886; }

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

This text font color is #86C886.


Background Color

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

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

This div background color is #86C886.


Border color

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

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

This div border color is #86C886.


Opacity

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

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

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

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

This text has shadow with #86C886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C886 on black background.


Color preview on white background

This text has color #86C886 on white background.



Black color preview on #86C886 background

This text has black color on #86C886 background.


White color preview on #86C886 background

This text has white color on #86C886 background.