COLOR #86C883

HEX: #86C883 RGB: (134,200,131)

Color info

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

RGB color model

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

RGB: (134,200,131) (53%, 78%, 51%)

RGB channels and saturation

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

134
200
131

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

Portions of RGB colors in percentages

R + G + B = 134 + 200 + 131 = 465 (100%)
R 134 of 465 ~ 28.82%
G 200 of 465 ~ 43.01%
B 131 of 465 ~ 28.17'%

%28.82
%43.01
%28.17

CMYK color model

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

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 21.57%

CMYK: (33,0,35,22)
C33M0Y35K22 (33%, 0%, 35%, 22%)
(0.33 / 0.00 / 0.35 / 0.22)

CMYK percentages

%33
%0
%34.5
%21.57

Codes

Color #86C883 in popluar color models

86 C8 83
RGB 134 200 131
HSL 117° 38.55% 64.90%
HSB/HSV 117° 34.50% 78.43%
CMYK 33.00% 0.00% 34.50%
21.57%

Color #86C883 in popluar number systems.

HEX 86 C8 83
Decimal 134 200 131
Binary 10000110 11001000 10000011
Octal 206 310 203

Shades and tints

Shades of #86C883

#86C883
(134,200,131)
#7AB678
(122,182,120)
#6EA46D
(110,164,109)
#629262
(98,146,98)
#568057
(86,128,87)
#4A6E4C
(74,110,76)
#3E5C41
(62,92,65)
#324A36
(50,74,54)
#26382B
(38,56,43)
#1A2620
(26,38,32)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #86C883

#86C883
(134,200,131)
#91CD8E
(145,205,142)
#9CD299
(156,210,153)
#A7D7A4
(167,215,164)
#B2DCAF
(178,220,175)
#BDE1BA
(189,225,186)
#C8E6C5
(200,230,197)
#D3EBD0
(211,235,208)
#DEF0DB
(222,240,219)
#E9F5E6
(233,245,230)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C883; }

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

This text font color is #86C883.

Background Color

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

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

This div background color is #86C883.

Border color

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

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

This div border color is #86C883.

Opacity

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

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

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

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

This text has shadow with #86C883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86C883.

Preview

Color preview on black background

This text has color #86C883 on black background.


Color preview on white background

This text has color #86C883 on white background.


Black color preview on #86C883 background

This text has black color on #86C883 background.


White color preview on #86C883 background

This text has white color on #86C883 background.


Related colors

Complementary color

Complementary color for #hex is #79377C.


I love getcolorcode.com

Triadic colors

1 #8386C8 and #C88386 with #86C883 are triadic colors.

2 #83C886 and #C88683 with #86C883 are triadic colors.