COLOR #82EA96

HEX: #82EA96
RGB: (130,234,150)

Color info

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

RGB color model

#82EA96 color RGB value is (130,234,150).

  • red value is 130;
  • green value is 234;
  • blue value is 150.
RGB:
(130,234,150)
(51%,92%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 234 of 255 = 92%
B 150 of 255 = 59%

130
234
150

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

Portions of RGB colors in percentages

R + G + B =
130 + 234 + 150 = 514 (100%)
R 130 of 514 ~ 25.29%
G 234 of 514 ~ 45.53%
B 150 of 514 ~ 29.18%

%25.29
%45.53
%29.18

CMYK color model

#82EA96 color CMYK value is (44,0,36,8).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 8.24%
CMYK:
(44,0,36,8)
C44M0Y36K8 
(44%,0%,36%,8%)
(0.44/0.00/0.36/0.08)	

CMYK percentages

%44.44
%0
%35.9
%8.24

Codes

Color #82EA96 in popluar color models

82EA96
RGB130234150
HSL132°71.23%71.37%
HSB/HSV132°44.44%91.76%
CMYK44.44%0.00%35.90%
8.24%

Color #82EA96 in popluar number systems.

HEX82EA96
Decimal130234150
Binary100000101110101010010110
Octal202352226

Shades and tints

Shades of #82EA96

#82EA96
(130,234,150)
#77D589
(119,213,137)
#6CC07C
(108,192,124)
#61AB6F
(97,171,111)
#569662
(86,150,98)
#4B8155
(75,129,85)
#406C48
(64,108,72)
#35573B
(53,87,59)
#2A422E
(42,66,46)
#1F2D21
(31,45,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #82EA96

#82EA96
(130,234,150)
#8DEB9F
(141,235,159)
#98ECA8
(152,236,168)
#A3EDB1
(163,237,177)
#AEEEBA
(174,238,186)
#B9EFC3
(185,239,195)
#C4F0CC
(196,240,204)
#CFF1D5
(207,241,213)
#DAF2DE
(218,242,222)
#E5F3E7
(229,243,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82EA96 color. Also use rgb(130,234,150) instead hex code.

Text Font Color

.myTextColor { color: #82EA96; }

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

This text font color is #82EA96.


Background Color

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

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

This div background color is #82EA96.


Border color

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

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

This div border color is #82EA96.


Opacity

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

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

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

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

This text has shadow with #82EA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82EA96 on black background.


Color preview on white background

This text has color #82EA96 on white background.



Black color preview on #82EA96 background

This text has black color on #82EA96 background.


White color preview on #82EA96 background

This text has white color on #82EA96 background.