COLOR #82E797

HEX: #82E797
RGB: (130,231,151)

Color info

#82E797 contains mainly green color. Web safe color of #82E797 is #99FF99 (or #9F9).

RGB color model

#82E797 color RGB value is (130,231,151).

  • red value is 130;
  • green value is 231;
  • blue value is 151.
RGB:
(130,231,151)
(51%,91%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 231 of 255 = 91%
B 151 of 255 = 59%

130
231
151

R + G + B ~ 67%. #82E797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 231 + 151 = 512 (100%)
R 130 of 512 ~ 25.39%
G 231 of 512 ~ 45.12%
B 151 of 512 ~ 29.49%

%25.39
%45.12
%29.49

CMYK color model

#82E797 color CMYK value is (44,0,35,9).

  • cyan value is 43.72%
  • magenta value is 0.00%
  • yellow value is 34.63%
  • key color value is 9.41%
CMYK:
(44,0,35,9)
C44M0Y35K9 
(44%,0%,35%,9%)
(0.44/0.00/0.35/0.09)	

CMYK percentages

%43.72
%0
%34.63
%9.41

Codes

Color #82E797 in popluar color models

82E797
RGB130231151
HSL132°67.79%70.78%
HSB/HSV132°43.72%90.59%
CMYK43.72%0.00%34.63%
9.41%

Color #82E797 in popluar number systems.

HEX82E797
Decimal130231151
Binary100000101110011110010111
Octal202347227

Shades and tints

Shades of #82E797

#82E797
(130,231,151)
#77D28A
(119,210,138)
#6CBD7D
(108,189,125)
#61A870
(97,168,112)
#569363
(86,147,99)
#4B7E56
(75,126,86)
#406949
(64,105,73)
#35543C
(53,84,60)
#2A3F2F
(42,63,47)
#1F2A22
(31,42,34)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #82E797

#82E797
(130,231,151)
#8DE9A0
(141,233,160)
#98EBA9
(152,235,169)
#A3EDB2
(163,237,178)
#AEEFBB
(174,239,187)
#B9F1C4
(185,241,196)
#C4F3CD
(196,243,205)
#CFF5D6
(207,245,214)
#DAF7DF
(218,247,223)
#E5F9E8
(229,249,232)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E797 color. Also use rgb(130,231,151) instead hex code.

Text Font Color

.myTextColor { color: #82E797; }

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

This text font color is #82E797.


Background Color

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

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

This div background color is #82E797.


Border color

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

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

This div border color is #82E797.


Opacity

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

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

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

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

This text has shadow with #82E797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E797 on black background.


Color preview on white background

This text has color #82E797 on white background.



Black color preview on #82E797 background

This text has black color on #82E797 background.


White color preview on #82E797 background

This text has white color on #82E797 background.