COLOR #82D98F

HEX: #82D98F RGB: (130,217,143)

Color info

#82D98F contains mainly green color. Web safe color of #82D98F is #99CC99 (or #9C9).

RGB color model

#82D98F color RGB value is (130,217,143).

RGB: (130,217,143) (51%, 85%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 217 of 255 = 85%
B 143 of 255 = 56%

130
217
143

R + G + B ~ 64%. #82D98F is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 217 + 143 = 490 (100%)
R 130 of 490 ~ 26.53%
G 217 of 490 ~ 44.29%
B 143 of 490 ~ 29.18'%

%26.53
%44.29
%29.18

CMYK color model

#82D98F color CMYK value is (40,0,34,15).

  • cyan value is 40.09%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 14.90%

CMYK: (40,0,34,15)
C40M0Y34K15 (40%, 0%, 34%, 15%)
(0.40 / 0.00 / 0.34 / 0.15)

CMYK percentages

%40.09
%0
%34.1
%14.9

Codes

Color #82D98F in popluar color models

82 D9 8F
RGB 130 217 143
HSL 129° 53.37% 68.04%
HSB/HSV 129° 40.09% 85.10%
CMYK 40.09% 0.00% 34.10%
14.90%

Color #82D98F in popluar number systems.

HEX 82 D9 8F
Decimal 130 217 143
Binary 10000010 11011001 10001111
Octal 202 331 217

Shades and tints

Shades of #82D98F

#82D98F
(130,217,143)
#77C682
(119,198,130)
#6CB375
(108,179,117)
#61A068
(97,160,104)
#568D5B
(86,141,91)
#4B7A4E
(75,122,78)
#406741
(64,103,65)
#355434
(53,84,52)
#2A4127
(42,65,39)
#1F2E1A
(31,46,26)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #82D98F

#82D98F
(130,217,143)
#8DDC99
(141,220,153)
#98DFA3
(152,223,163)
#A3E2AD
(163,226,173)
#AEE5B7
(174,229,183)
#B9E8C1
(185,232,193)
#C4EBCB
(196,235,203)
#CFEED5
(207,238,213)
#DAF1DF
(218,241,223)
#E5F4E9
(229,244,233)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D98F; }

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

This text font color is #82D98F.

Background Color

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

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

This div background color is #82D98F.

Border color

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

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

This div border color is #82D98F.

Opacity

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

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

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

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

This text has shadow with #82D98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D98F.

Preview

Color preview on black background

This text has color #82D98F on black background.


Color preview on white background

This text has color #82D98F on white background.


Black color preview on #82D98F background

This text has black color on #82D98F background.


White color preview on #82D98F background

This text has white color on #82D98F background.


Related colors

Complementary color

Complementary color for #hex is #7D2670.


I love getcolorcode.com

Triadic colors

1 #8F82D9 and #D98F82 with #82D98F are triadic colors.

2 #8FD982 and #D9828F with #82D98F are triadic colors.