COLOR #82EA98

HEX: #82EA98
RGB: (130,234,152)

Color info

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

RGB color model

#82EA98 color RGB value is (130,234,152).

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

RGB channels and saturation

R 130 of 255 = 51%
G 234 of 255 = 92%
B 152 of 255 = 60%

130
234
152

R + G + B ~ 68%. #82EA98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 234 + 152 = 516 (100%)
R 130 of 516 ~ 25.19%
G 234 of 516 ~ 45.35%
B 152 of 516 ~ 29.46%

%25.19
%45.35
%29.46

CMYK color model

#82EA98 color CMYK value is (44,0,35,8).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 8.24%
CMYK:
(44,0,35,8)
C44M0Y35K8 
(44%,0%,35%,8%)
(0.44/0.00/0.35/0.08)	

CMYK percentages

%44.44
%0
%35.04
%8.24

Codes

Color #82EA98 in popluar color models

82EA98
RGB130234152
HSL133°71.23%71.37%
HSB/HSV133°44.44%91.76%
CMYK44.44%0.00%35.04%
8.24%

Color #82EA98 in popluar number systems.

HEX82EA98
Decimal130234152
Binary100000101110101010011000
Octal202352230

Shades and tints

Shades of #82EA98

#82EA98
(130,234,152)
#77D58B
(119,213,139)
#6CC07E
(108,192,126)
#61AB71
(97,171,113)
#569664
(86,150,100)
#4B8157
(75,129,87)
#406C4A
(64,108,74)
#35573D
(53,87,61)
#2A4230
(42,66,48)
#1F2D23
(31,45,35)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #82EA98

#82EA98
(130,234,152)
#8DEBA1
(141,235,161)
#98ECAA
(152,236,170)
#A3EDB3
(163,237,179)
#AEEEBC
(174,238,188)
#B9EFC5
(185,239,197)
#C4F0CE
(196,240,206)
#CFF1D7
(207,241,215)
#DAF2E0
(218,242,224)
#E5F3E9
(229,243,233)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82EA98; }

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

This text font color is #82EA98.


Background Color

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

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

This div background color is #82EA98.


Border color

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

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

This div border color is #82EA98.


Opacity

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

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

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

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

This text has shadow with #82EA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82EA98 on black background.


Color preview on white background

This text has color #82EA98 on white background.



Black color preview on #82EA98 background

This text has black color on #82EA98 background.


White color preview on #82EA98 background

This text has white color on #82EA98 background.