COLOR #82C68F

HEX: #82C68F RGB: (130,198,143)

Color info

#82C68F contains mainly green and blue colors. Web safe color of #82C68F is #99CC99 (or #9C9).

RGB color model

#82C68F color RGB value is (130,198,143).

RGB: (130,198,143) (51%, 78%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 198 of 255 = 78%
B 143 of 255 = 56%

130
198
143

R + G + B ~ 62%. #82C68F is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 198 + 143 = 471 (100%)
R 130 of 471 ~ 27.6%
G 198 of 471 ~ 42.04%
B 143 of 471 ~ 30.36'%

%27.6
%42.04
%30.36

CMYK color model

#82C68F color CMYK value is (34,0,28,22).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 22.35%

CMYK: (34,0,28,22)
C34M0Y28K22 (34%, 0%, 28%, 22%)
(0.34 / 0.00 / 0.28 / 0.22)

CMYK percentages

%34.34
%0
%27.78
%22.35

Codes

Color #82C68F in popluar color models

82 C6 8F
RGB 130 198 143
HSL 131° 37.36% 64.31%
HSB/HSV 131° 34.34% 77.65%
CMYK 34.34% 0.00% 27.78%
22.35%

Color #82C68F in popluar number systems.

HEX 82 C6 8F
Decimal 130 198 143
Binary 10000010 11000110 10001111
Octal 202 306 217

Shades and tints

Shades of #82C68F

#82C68F
(130,198,143)
#77B482
(119,180,130)
#6CA275
(108,162,117)
#619068
(97,144,104)
#567E5B
(86,126,91)
#4B6C4E
(75,108,78)
#405A41
(64,90,65)
#354834
(53,72,52)
#2A3627
(42,54,39)
#1F241A
(31,36,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82C68F

#82C68F
(130,198,143)
#8DCB99
(141,203,153)
#98D0A3
(152,208,163)
#A3D5AD
(163,213,173)
#AEDAB7
(174,218,183)
#B9DFC1
(185,223,193)
#C4E4CB
(196,228,203)
#CFE9D5
(207,233,213)
#DAEEDF
(218,238,223)
#E5F3E9
(229,243,233)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C68F color. Also use rgb(130,198,143) instead hex code.

Text Font Color

.myTextColor { color: #82C68F; }

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

This text font color is #82C68F.

Background Color

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

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

This div background color is #82C68F.

Border color

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

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

This div border color is #82C68F.

Opacity

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

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

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

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

This text has shadow with #82C68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C68F.

Preview

Color preview on black background

This text has color #82C68F on black background.


Color preview on white background

This text has color #82C68F on white background.


Black color preview on #82C68F background

This text has black color on #82C68F background.


White color preview on #82C68F background

This text has white color on #82C68F background.


Related colors

Complementary color

Complementary color for #hex is #7D3970.


I love getcolorcode.com

Triadic colors

1 #8F82C6 and #C68F82 with #82C68F are triadic colors.

2 #8FC682 and #C6828F with #82C68F are triadic colors.