COLOR #82C06D

HEX: #82C06D
RGB: (130,192,109)

Color info

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

RGB color model

#82C06D color RGB value is (130,192,109).

  • red value is 130;
  • green value is 192;
  • blue value is 109.
RGB:
(130,192,109)
(51%,75%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 109 of 255 = 43%

130
192
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 192 + 109 = 431 (100%)
R 130 of 431 ~ 30.16%
G 192 of 431 ~ 44.55%
B 109 of 431 ~ 25.29%

%30.16
%44.55
%25.29

CMYK color model

#82C06D color CMYK value is (32,0,43,25).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 43.23%
  • key color value is 24.71%
CMYK:
(32,0,43,25)
C32M0Y43K25 
(32%,0%,43%,25%)
(0.32/0.00/0.43/0.25)	

CMYK percentages

%32.29
%0
%43.23
%24.71

Codes

Color #82C06D in popluar color models

82C06D
RGB130192109
HSL105°39.71%59.02%
HSB/HSV105°43.23%75.29%
CMYK32.29%0.00%43.23%
24.71%

Color #82C06D in popluar number systems.

HEX82C06D
Decimal130192109
Binary10000010110000001101101
Octal202300155

Shades and tints

Shades of #82C06D

#82C06D
(130,192,109)
#77AF64
(119,175,100)
#6C9E5B
(108,158,91)
#618D52
(97,141,82)
#567C49
(86,124,73)
#4B6B40
(75,107,64)
#405A37
(64,90,55)
#35492E
(53,73,46)
#2A3825
(42,56,37)
#1F271C
(31,39,28)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #82C06D

#82C06D
(130,192,109)
#8DC57A
(141,197,122)
#98CA87
(152,202,135)
#A3CF94
(163,207,148)
#AED4A1
(174,212,161)
#B9D9AE
(185,217,174)
#C4DEBB
(196,222,187)
#CFE3C8
(207,227,200)
#DAE8D5
(218,232,213)
#E5EDE2
(229,237,226)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C06D color. Also use rgb(130,192,109) instead hex code.

Text Font Color

.myTextColor { color: #82C06D; }

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

This text font color is #82C06D.


Background Color

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

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

This div background color is #82C06D.


Border color

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

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

This div border color is #82C06D.


Opacity

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

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

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

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

This text has shadow with #82C06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C06D on black background.


Color preview on white background

This text has color #82C06D on white background.



Black color preview on #82C06D background

This text has black color on #82C06D background.


White color preview on #82C06D background

This text has white color on #82C06D background.