COLOR #82CE7C

HEX: #82CE7C RGB: (130,206,124)

Color info

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

RGB color model

#82CE7C color RGB value is (130,206,124).

RGB: (130,206,124) (51%, 81%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 206 of 255 = 81%
B 124 of 255 = 49%

130
206
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 206 + 124 = 460 (100%)
R 130 of 460 ~ 28.26%
G 206 of 460 ~ 44.78%
B 124 of 460 ~ 26.96'%

%28.26
%44.78
%26.96

CMYK color model

#82CE7C color CMYK value is (37,0,40,19).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 19.22%

CMYK: (37,0,40,19)
C37M0Y40K19 (37%, 0%, 40%, 19%)
(0.37 / 0.00 / 0.40 / 0.19)

CMYK percentages

%36.89
%0
%39.81
%19.22

Codes

Color #82CE7C in popluar color models

82 CE 7C
RGB 130 206 124
HSL 116° 45.56% 64.71%
HSB/HSV 116° 39.81% 80.78%
CMYK 36.89% 0.00% 39.81%
19.22%

Color #82CE7C in popluar number systems.

HEX 82 CE 7C
Decimal 130 206 124
Binary 10000010 11001110 1111100
Octal 202 316 174

Shades and tints

Shades of #82CE7C

#82CE7C
(130,206,124)
#77BC71
(119,188,113)
#6CAA66
(108,170,102)
#61985B
(97,152,91)
#568650
(86,134,80)
#4B7445
(75,116,69)
#40623A
(64,98,58)
#35502F
(53,80,47)
#2A3E24
(42,62,36)
#1F2C19
(31,44,25)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #82CE7C

#82CE7C
(130,206,124)
#8DD287
(141,210,135)
#98D692
(152,214,146)
#A3DA9D
(163,218,157)
#AEDEA8
(174,222,168)
#B9E2B3
(185,226,179)
#C4E6BE
(196,230,190)
#CFEAC9
(207,234,201)
#DAEED4
(218,238,212)
#E5F2DF
(229,242,223)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CE7C color. Also use rgb(130,206,124) instead hex code.

Text Font Color

.myTextColor { color: #82CE7C; }

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

This text font color is #82CE7C.

Background Color

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

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

This div background color is #82CE7C.

Border color

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

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

This div border color is #82CE7C.

Opacity

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

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

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

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

This text has shadow with #82CE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82CE7C.

Preview

Color preview on black background

This text has color #82CE7C on black background.


Color preview on white background

This text has color #82CE7C on white background.


Black color preview on #82CE7C background

This text has black color on #82CE7C background.


White color preview on #82CE7C background

This text has white color on #82CE7C background.


Related colors

Complementary color

Complementary color for #hex is #7D3183.


I love getcolorcode.com

Triadic colors

1 #7C82CE and #CE7C82 with #82CE7C are triadic colors.

2 #7CCE82 and #CE827C with #82CE7C are triadic colors.