COLOR #82C86F

HEX: #82C86F
RGB: (130,200,111)

Color info

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

RGB color model

#82C86F color RGB value is (130,200,111).

  • red value is 130;
  • green value is 200;
  • blue value is 111.
RGB:
(130,200,111)
(51%,78%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 200 of 255 = 78%
B 111 of 255 = 44%

130
200
111

R + G + B ~ 58%. #82C86F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 200 + 111 = 441 (100%)
R 130 of 441 ~ 29.48%
G 200 of 441 ~ 45.35%
B 111 of 441 ~ 25.17%

%29.48
%45.35
%25.17

CMYK color model

#82C86F color CMYK value is (35,0,45,22).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 44.50%
  • key color value is 21.57%
CMYK:
(35,0,45,22)
C35M0Y45K22 
(35%,0%,45%,22%)
(0.35/0.00/0.45/0.22)	

CMYK percentages

%35
%0
%44.5
%21.57

Codes

Color #82C86F in popluar color models

82C86F
RGB130200111
HSL107°44.72%60.98%
HSB/HSV107°44.50%78.43%
CMYK35.00%0.00%44.50%
21.57%

Color #82C86F in popluar number systems.

HEX82C86F
Decimal130200111
Binary10000010110010001101111
Octal202310157

Shades and tints

Shades of #82C86F

#82C86F
(130,200,111)
#77B665
(119,182,101)
#6CA45B
(108,164,91)
#619251
(97,146,81)
#568047
(86,128,71)
#4B6E3D
(75,110,61)
#405C33
(64,92,51)
#354A29
(53,74,41)
#2A381F
(42,56,31)
#1F2615
(31,38,21)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #82C86F

#82C86F
(130,200,111)
#8DCD7C
(141,205,124)
#98D289
(152,210,137)
#A3D796
(163,215,150)
#AEDCA3
(174,220,163)
#B9E1B0
(185,225,176)
#C4E6BD
(196,230,189)
#CFEBCA
(207,235,202)
#DAF0D7
(218,240,215)
#E5F5E4
(229,245,228)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C86F color. Also use rgb(130,200,111) instead hex code.

Text Font Color

.myTextColor { color: #82C86F; }

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

This text font color is #82C86F.


Background Color

.myBgColor { background-color: #82C86F; }

<div style="background-color:#82C86F">Inner text</div>

This div background color is #82C86F.


Border color

.myBorderColor { border: 1px solid #82C86F; }

<div style="border:3px solid #82C86F">Div</div>

This div border color is #82C86F.


Opacity

.myOpacity80 { color: #82C86F; opacity: 0.8; }

<p style="color:#82C86F;opacity:0.8;">80%</p>

Text with #82C86F 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 #82C86F;}

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

This text has shadow with #82C86F color.

.textShadow {text-shadow: 3px 3px 1px #82C86F, 3px 3px 1px red;}

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

This text has shadow with #82C86F primary color and red secondary color.


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

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

This text has shadow with #82C86F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C86F on black background.


Color preview on white background

This text has color #82C86F on white background.



Black color preview on #82C86F background

This text has black color on #82C86F background.


White color preview on #82C86F background

This text has white color on #82C86F background.