COLOR #86C390

HEX: #86C390 RGB: (134,195,144)

Color info

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

RGB color model

#86C390 color RGB value is (134,195,144).

RGB: (134,195,144) (53%, 76%, 56%)

RGB channels and saturation

R 134 of 255 = 53%
G 195 of 255 = 76%
B 144 of 255 = 56%

134
195
144

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

Portions of RGB colors in percentages

R + G + B = 134 + 195 + 144 = 473 (100%)
R 134 of 473 ~ 28.33%
G 195 of 473 ~ 41.23%
B 144 of 473 ~ 30.44'%

%28.33
%41.23
%30.44

CMYK color model

#86C390 color CMYK value is (31,0,26,24).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK: (31,0,26,24) C31M0Y26K24 (31%,0%,26%,24%) (0.31/0.00/0.26/0.24) 

CMYK percentages

%31.28
%0
%26.15
%23.53

Codes

Color #86C390 in popluar color models

86 C3 90
RGB 134 195 144
HSL 130° 33.70% 64.51%
HSB/HSV 130° 31.28% 76.47%
CMYK 31.28% 0.00% 26.15%
23.53%

Color #86C390 in popluar number systems.

HEX 86 C3 90
Decimal 134 195 144
Binary 10000110 11000011 10010000
Octal 206 303 220

Shades and tints

Shades of #86C390

#86C390
(134,195,144)
#7AB283
(122,178,131)
#6EA176
(110,161,118)
#629069
(98,144,105)
#567F5C
(86,127,92)
#4A6E4F
(74,110,79)
#3E5D42
(62,93,66)
#324C35
(50,76,53)
#263B28
(38,59,40)
#1A2A1B
(26,42,27)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #86C390

#86C390
(134,195,144)
#91C89A
(145,200,154)
#9CCDA4
(156,205,164)
#A7D2AE
(167,210,174)
#B2D7B8
(178,215,184)
#BDDCC2
(189,220,194)
#C8E1CC
(200,225,204)
#D3E6D6
(211,230,214)
#DEEBE0
(222,235,224)
#E9F0EA
(233,240,234)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C390; }

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

This text font color is #86C390.

Background Color

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

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

This div background color is #86C390.

Border color

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

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

This div border color is #86C390.

Opacity

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

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

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

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

This text has shadow with #86C390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86C390.

Preview

Color preview on black background

This text has color #86C390 on black background.


Color preview on white background

This text has color #86C390 on white background.


Black color preview on #86C390 background

This text has black color on #86C390 background.


White color preview on #86C390 background

This text has white color on #86C390 background.


Related colors

Complementary color

Complementary color for #hex is #793C6F.


I love getcolorcode.com

Triadic colors

1 #9086C3 and #C39086 with #86C390 are triadic colors.

2 #90C386 and #C38690 with #86C390 are triadic colors.