COLOR #86BE82

HEX: #86BE82
RGB: (134,190,130)

Color info

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

RGB color model

#86BE82 color RGB value is (134,190,130).

  • red value is 134;
  • green value is 190;
  • blue value is 130.
RGB:
(134,190,130)
(53%,75%,51%)

RGB channels and saturation

R 134 of 255 = 53%
G 190 of 255 = 75%
B 130 of 255 = 51%

134
190
130

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

Portions of RGB colors in percentages

R + G + B =
134 + 190 + 130 = 454 (100%)
R 134 of 454 ~ 29.52%
G 190 of 454 ~ 41.85%
B 130 of 454 ~ 28.63%

%29.52
%41.85
%28.63

CMYK color model

#86BE82 color CMYK value is (29,0,32,25).

  • cyan value is 29.47%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(29,0,32,25)
C29M0Y32K25 
(29%,0%,32%,25%)
(0.29/0.00/0.32/0.25)	

CMYK percentages

%29.47
%0
%31.58
%25.49

Codes

Color #86BE82 in popluar color models

86BE82
RGB134190130
HSL116°31.58%62.75%
HSB/HSV116°31.58%74.51%
CMYK29.47%0.00%31.58%
25.49%

Color #86BE82 in popluar number systems.

HEX86BE82
Decimal134190130
Binary100001101011111010000010
Octal206276202

Shades and tints

Shades of #86BE82

#86BE82
(134,190,130)
#7AAD77
(122,173,119)
#6E9C6C
(110,156,108)
#628B61
(98,139,97)
#567A56
(86,122,86)
#4A694B
(74,105,75)
#3E5840
(62,88,64)
#324735
(50,71,53)
#26362A
(38,54,42)
#1A251F
(26,37,31)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #86BE82

#86BE82
(134,190,130)
#91C38D
(145,195,141)
#9CC898
(156,200,152)
#A7CDA3
(167,205,163)
#B2D2AE
(178,210,174)
#BDD7B9
(189,215,185)
#C8DCC4
(200,220,196)
#D3E1CF
(211,225,207)
#DEE6DA
(222,230,218)
#E9EBE5
(233,235,229)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86BE82 color. Also use rgb(134,190,130) instead hex code.

Text Font Color

.myTextColor { color: #86BE82; }

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

This text font color is #86BE82.


Background Color

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

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

This div background color is #86BE82.


Border color

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

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

This div border color is #86BE82.


Opacity

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

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

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

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

This text has shadow with #86BE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BE82 on black background.


Color preview on white background

This text has color #86BE82 on white background.



Black color preview on #86BE82 background

This text has black color on #86BE82 background.


White color preview on #86BE82 background

This text has white color on #86BE82 background.