COLOR #86C46B

HEX: #86C46B
RGB: (134,196,107)

Color info

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

RGB color model

#86C46B color RGB value is (134,196,107).

  • red value is 134;
  • green value is 196;
  • blue value is 107.
RGB:
(134,196,107)
(53%,77%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 196 of 255 = 77%
B 107 of 255 = 42%

134
196
107

R + G + B ~ 57%. #86C46B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 196 + 107 = 437 (100%)
R 134 of 437 ~ 30.66%
G 196 of 437 ~ 44.85%
B 107 of 437 ~ 24.49%

%30.66
%44.85
%24.49

CMYK color model

#86C46B color CMYK value is (32,0,45,23).

  • cyan value is 31.63%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK:
(32,0,45,23)
C32M0Y45K23 
(32%,0%,45%,23%)
(0.32/0.00/0.45/0.23)	

CMYK percentages

%31.63
%0
%45.41
%23.14

Codes

Color #86C46B in popluar color models

86C46B
RGB134196107
HSL102°43.00%59.41%
HSB/HSV102°45.41%76.86%
CMYK31.63%0.00%45.41%
23.14%

Color #86C46B in popluar number systems.

HEX86C46B
Decimal134196107
Binary10000110110001001101011
Octal206304153

Shades and tints

Shades of #86C46B

#86C46B
(134,196,107)
#7AB362
(122,179,98)
#6EA259
(110,162,89)
#629150
(98,145,80)
#568047
(86,128,71)
#4A6F3E
(74,111,62)
#3E5E35
(62,94,53)
#324D2C
(50,77,44)
#263C23
(38,60,35)
#1A2B1A
(26,43,26)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #86C46B

#86C46B
(134,196,107)
#91C978
(145,201,120)
#9CCE85
(156,206,133)
#A7D392
(167,211,146)
#B2D89F
(178,216,159)
#BDDDAC
(189,221,172)
#C8E2B9
(200,226,185)
#D3E7C6
(211,231,198)
#DEECD3
(222,236,211)
#E9F1E0
(233,241,224)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C46B; }

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

This text font color is #86C46B.


Background Color

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

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

This div background color is #86C46B.


Border color

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

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

This div border color is #86C46B.


Opacity

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

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

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

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

This text has shadow with #86C46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C46B on black background.


Color preview on white background

This text has color #86C46B on white background.



Black color preview on #86C46B background

This text has black color on #86C46B background.


White color preview on #86C46B background

This text has white color on #86C46B background.