COLOR #86C995

HEX: #86C995 RGB: (134,201,149)

Color info

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

RGB color model

#86C995 color RGB value is (134,201,149).

RGB: (134,201,149) (53%, 79%, 58%)

RGB channels and saturation

R 134 of 255 = 53%
G 201 of 255 = 79%
B 149 of 255 = 58%

134
201
149

R + G + B ~ 63%. #86C995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 201 + 149 = 484 (100%)
R 134 of 484 ~ 27.69%
G 201 of 484 ~ 41.53%
B 149 of 484 ~ 30.79'%

%27.69
%41.53
%30.79

CMYK color model

#86C995 color CMYK value is (33,0,26,21).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 25.87%
  • key color value is 21.18%

CMYK: (33,0,26,21)
C33M0Y26K21 (33%, 0%, 26%, 21%)
(0.33 / 0.00 / 0.26 / 0.21)

CMYK percentages

%33.33
%0
%25.87
%21.18

Codes

Color #86C995 in popluar color models

86 C9 95
RGB 134 201 149
HSL 133° 38.29% 65.69%
HSB/HSV 133° 33.33% 78.82%
CMYK 33.33% 0.00% 25.87%
21.18%

Color #86C995 in popluar number systems.

HEX 86 C9 95
Decimal 134 201 149
Binary 10000110 11001001 10010101
Octal 206 311 225

Shades and tints

Shades of #86C995

#86C995
(134,201,149)
#7AB788
(122,183,136)
#6EA57B
(110,165,123)
#62936E
(98,147,110)
#568161
(86,129,97)
#4A6F54
(74,111,84)
#3E5D47
(62,93,71)
#324B3A
(50,75,58)
#26392D
(38,57,45)
#1A2720
(26,39,32)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #86C995

#86C995
(134,201,149)
#91CD9E
(145,205,158)
#9CD1A7
(156,209,167)
#A7D5B0
(167,213,176)
#B2D9B9
(178,217,185)
#BDDDC2
(189,221,194)
#C8E1CB
(200,225,203)
#D3E5D4
(211,229,212)
#DEE9DD
(222,233,221)
#E9EDE6
(233,237,230)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C995; }

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

This text font color is #86C995.

Background Color

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

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

This div background color is #86C995.

Border color

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

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

This div border color is #86C995.

Opacity

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

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

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

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

This text has shadow with #86C995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86C995.

Preview

Color preview on black background

This text has color #86C995 on black background.


Color preview on white background

This text has color #86C995 on white background.


Black color preview on #86C995 background

This text has black color on #86C995 background.


White color preview on #86C995 background

This text has white color on #86C995 background.


Related colors

Complementary color

Complementary color for #hex is #79366A.


I love getcolorcode.com

Triadic colors

1 #9586C9 and #C99586 with #86C995 are triadic colors.

2 #95C986 and #C98695 with #86C995 are triadic colors.