COLOR #82D698

HEX: #82D698
RGB: (130,214,152)

Color info

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

RGB color model

#82D698 color RGB value is (130,214,152).

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

RGB channels and saturation

R 130 of 255 = 51%
G 214 of 255 = 84%
B 152 of 255 = 60%

130
214
152

R + G + B ~ 65%. #82D698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 214 + 152 = 496 (100%)
R 130 of 496 ~ 26.21%
G 214 of 496 ~ 43.15%
B 152 of 496 ~ 30.65%

%26.21
%43.15
%30.65

CMYK color model

#82D698 color CMYK value is (39,0,29,16).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 28.97%
  • key color value is 16.08%
CMYK:
(39,0,29,16)
C39M0Y29K16 
(39%,0%,29%,16%)
(0.39/0.00/0.29/0.16)	

CMYK percentages

%39.25
%0
%28.97
%16.08

Codes

Color #82D698 in popluar color models

82D698
RGB130214152
HSL136°50.60%67.45%
HSB/HSV136°39.25%83.92%
CMYK39.25%0.00%28.97%
16.08%

Color #82D698 in popluar number systems.

HEX82D698
Decimal130214152
Binary100000101101011010011000
Octal202326230

Shades and tints

Shades of #82D698

#82D698
(130,214,152)
#77C38B
(119,195,139)
#6CB07E
(108,176,126)
#619D71
(97,157,113)
#568A64
(86,138,100)
#4B7757
(75,119,87)
#40644A
(64,100,74)
#35513D
(53,81,61)
#2A3E30
(42,62,48)
#1F2B23
(31,43,35)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #82D698

#82D698
(130,214,152)
#8DD9A1
(141,217,161)
#98DCAA
(152,220,170)
#A3DFB3
(163,223,179)
#AEE2BC
(174,226,188)
#B9E5C5
(185,229,197)
#C4E8CE
(196,232,206)
#CFEBD7
(207,235,215)
#DAEEE0
(218,238,224)
#E5F1E9
(229,241,233)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D698; }

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

This text font color is #82D698.


Background Color

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

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

This div background color is #82D698.


Border color

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

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

This div border color is #82D698.


Opacity

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

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

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

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

This text has shadow with #82D698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D698 on black background.


Color preview on white background

This text has color #82D698 on white background.



Black color preview on #82D698 background

This text has black color on #82D698 background.


White color preview on #82D698 background

This text has white color on #82D698 background.