COLOR #82C16C

HEX: #82C16C
RGB: (130,193,108)

Color info

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

RGB color model

#82C16C color RGB value is (130,193,108).

  • red value is 130;
  • green value is 193;
  • blue value is 108.
RGB:
(130,193,108)
(51%,76%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 193 of 255 = 76%
B 108 of 255 = 42%

130
193
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 193 + 108 = 431 (100%)
R 130 of 431 ~ 30.16%
G 193 of 431 ~ 44.78%
B 108 of 431 ~ 25.06%

%30.16
%44.78
%25.06

CMYK color model

#82C16C color CMYK value is (33,0,44,24).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 44.04%
  • key color value is 24.31%
CMYK:
(33,0,44,24)
C33M0Y44K24 
(33%,0%,44%,24%)
(0.33/0.00/0.44/0.24)	

CMYK percentages

%32.64
%0
%44.04
%24.31

Codes

Color #82C16C in popluar color models

82C16C
RGB130193108
HSL104°40.67%59.02%
HSB/HSV104°44.04%75.69%
CMYK32.64%0.00%44.04%
24.31%

Color #82C16C in popluar number systems.

HEX82C16C
Decimal130193108
Binary10000010110000011101100
Octal202301154

Shades and tints

Shades of #82C16C

#82C16C
(130,193,108)
#77B063
(119,176,99)
#6C9F5A
(108,159,90)
#618E51
(97,142,81)
#567D48
(86,125,72)
#4B6C3F
(75,108,63)
#405B36
(64,91,54)
#354A2D
(53,74,45)
#2A3924
(42,57,36)
#1F281B
(31,40,27)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #82C16C

#82C16C
(130,193,108)
#8DC679
(141,198,121)
#98CB86
(152,203,134)
#A3D093
(163,208,147)
#AED5A0
(174,213,160)
#B9DAAD
(185,218,173)
#C4DFBA
(196,223,186)
#CFE4C7
(207,228,199)
#DAE9D4
(218,233,212)
#E5EEE1
(229,238,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C16C; }

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

This text font color is #82C16C.


Background Color

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

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

This div background color is #82C16C.


Border color

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

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

This div border color is #82C16C.


Opacity

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

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

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

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

This text has shadow with #82C16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C16C on black background.


Color preview on white background

This text has color #82C16C on white background.



Black color preview on #82C16C background

This text has black color on #82C16C background.


White color preview on #82C16C background

This text has white color on #82C16C background.