COLOR #82C86C

HEX: #82C86C RGB: (130,200,108)

Color info

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

RGB color model

#82C86C color RGB value is (130,200,108).

RGB: (130,200,108) (51%, 78%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 200 of 255 = 78%
B 108 of 255 = 42%

130
200
108

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

Portions of RGB colors in percentages

R + G + B = 130 + 200 + 108 = 438 (100%)
R 130 of 438 ~ 29.68%
G 200 of 438 ~ 45.66%
B 108 of 438 ~ 24.66'%

%29.68
%45.66
%24.66

CMYK color model

#82C86C color CMYK value is (35,0,46,22).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 21.57%

CMYK: (35,0,46,22)
C35M0Y46K22 (35%, 0%, 46%, 22%)
(0.35 / 0.00 / 0.46 / 0.22)

CMYK percentages

%35
%0
%46
%21.57

Codes

Color #82C86C in popluar color models

82 C8 6C
RGB 130 200 108
HSL 106° 45.54% 60.39%
HSB/HSV 106° 46.00% 78.43%
CMYK 35.00% 0.00% 46.00%
21.57%

Color #82C86C in popluar number systems.

HEX 82 C8 6C
Decimal 130 200 108
Binary 10000010 11001000 1101100
Octal 202 310 154

Shades and tints

Shades of #82C86C

#82C86C
(130,200,108)
#77B663
(119,182,99)
#6CA45A
(108,164,90)
#619251
(97,146,81)
#568048
(86,128,72)
#4B6E3F
(75,110,63)
#405C36
(64,92,54)
#354A2D
(53,74,45)
#2A3824
(42,56,36)
#1F261B
(31,38,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #82C86C

#82C86C
(130,200,108)
#8DCD79
(141,205,121)
#98D286
(152,210,134)
#A3D793
(163,215,147)
#AEDCA0
(174,220,160)
#B9E1AD
(185,225,173)
#C4E6BA
(196,230,186)
#CFEBC7
(207,235,199)
#DAF0D4
(218,240,212)
#E5F5E1
(229,245,225)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C86C; }

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

This text font color is #82C86C.

Background Color

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

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

This div background color is #82C86C.

Border color

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

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

This div border color is #82C86C.

Opacity

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

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

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

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

This text has shadow with #82C86C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C86C.

Preview

Color preview on black background

This text has color #82C86C on black background.


Color preview on white background

This text has color #82C86C on white background.


Black color preview on #82C86C background

This text has black color on #82C86C background.


White color preview on #82C86C background

This text has white color on #82C86C background.


Related colors

Complementary color

Complementary color for #hex is #7D3793.


I love getcolorcode.com

Triadic colors

1 #6C82C8 and #C86C82 with #82C86C are triadic colors.

2 #6CC882 and #C8826C with #82C86C are triadic colors.