COLOR #86D675

HEX: #86D675
RGB: (134,214,117)

Color info

#86D675 contains mainly green color. Web safe color of #86D675 is #99CC66 (or #9C6).

RGB color model

#86D675 color RGB value is (134,214,117).

  • red value is 134;
  • green value is 214;
  • blue value is 117.
RGB:
(134,214,117)
(53%,84%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 214 of 255 = 84%
B 117 of 255 = 46%

134
214
117

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

Portions of RGB colors in percentages

R + G + B =
134 + 214 + 117 = 465 (100%)
R 134 of 465 ~ 28.82%
G 214 of 465 ~ 46.02%
B 117 of 465 ~ 25.16%

%28.82
%46.02
%25.16

CMYK color model

#86D675 color CMYK value is (37,0,45,16).

  • cyan value is 37.38%
  • magenta value is 0.00%
  • yellow value is 45.33%
  • key color value is 16.08%
CMYK:
(37,0,45,16)
C37M0Y45K16 
(37%,0%,45%,16%)
(0.37/0.00/0.45/0.16)	

CMYK percentages

%37.38
%0
%45.33
%16.08

Codes

Color #86D675 in popluar color models

86D675
RGB134214117
HSL109°54.19%64.90%
HSB/HSV109°45.33%83.92%
CMYK37.38%0.00%45.33%
16.08%

Color #86D675 in popluar number systems.

HEX86D675
Decimal134214117
Binary10000110110101101110101
Octal206326165

Shades and tints

Shades of #86D675

#86D675
(134,214,117)
#7AC36B
(122,195,107)
#6EB061
(110,176,97)
#629D57
(98,157,87)
#568A4D
(86,138,77)
#4A7743
(74,119,67)
#3E6439
(62,100,57)
#32512F
(50,81,47)
#263E25
(38,62,37)
#1A2B1B
(26,43,27)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #86D675

#86D675
(134,214,117)
#91D981
(145,217,129)
#9CDC8D
(156,220,141)
#A7DF99
(167,223,153)
#B2E2A5
(178,226,165)
#BDE5B1
(189,229,177)
#C8E8BD
(200,232,189)
#D3EBC9
(211,235,201)
#DEEED5
(222,238,213)
#E9F1E1
(233,241,225)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86D675; }

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

This text font color is #86D675.


Background Color

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

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

This div background color is #86D675.


Border color

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

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

This div border color is #86D675.


Opacity

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

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

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

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

This text has shadow with #86D675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D675 on black background.


Color preview on white background

This text has color #86D675 on white background.



Black color preview on #86D675 background

This text has black color on #86D675 background.


White color preview on #86D675 background

This text has white color on #86D675 background.