COLOR #82D7A0

HEX: #82D7A0
RGB: (130,215,160)

Color info

#82D7A0 contains mainly green and blue colors. Web safe color of #82D7A0 is #99CC99 (or #9C9).

RGB color model

#82D7A0 color RGB value is (130,215,160).

  • red value is 130;
  • green value is 215;
  • blue value is 160.
RGB:
(130,215,160)
(51%,84%,63%)

RGB channels and saturation

R 130 of 255 = 51%
G 215 of 255 = 84%
B 160 of 255 = 63%

130
215
160

R + G + B ~ 66%. #82D7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 215 + 160 = 505 (100%)
R 130 of 505 ~ 25.74%
G 215 of 505 ~ 42.57%
B 160 of 505 ~ 31.68%

%25.74
%42.57
%31.68

CMYK color model

#82D7A0 color CMYK value is (40,0,26,16).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 15.69%
CMYK:
(40,0,26,16)
C40M0Y26K16 
(40%,0%,26%,16%)
(0.40/0.00/0.26/0.16)	

CMYK percentages

%39.53
%0
%25.58
%15.69

Codes

Color #82D7A0 in popluar color models

82D7A0
RGB130215160
HSL141°51.52%67.65%
HSB/HSV141°39.53%84.31%
CMYK39.53%0.00%25.58%
15.69%

Color #82D7A0 in popluar number systems.

HEX82D7A0
Decimal130215160
Binary100000101101011110100000
Octal202327240

Shades and tints

Shades of #82D7A0

#82D7A0
(130,215,160)
#77C492
(119,196,146)
#6CB184
(108,177,132)
#619E76
(97,158,118)
#568B68
(86,139,104)
#4B785A
(75,120,90)
#40654C
(64,101,76)
#35523E
(53,82,62)
#2A3F30
(42,63,48)
#1F2C22
(31,44,34)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #82D7A0

#82D7A0
(130,215,160)
#8DDAA8
(141,218,168)
#98DDB0
(152,221,176)
#A3E0B8
(163,224,184)
#AEE3C0
(174,227,192)
#B9E6C8
(185,230,200)
#C4E9D0
(196,233,208)
#CFECD8
(207,236,216)
#DAEFE0
(218,239,224)
#E5F2E8
(229,242,232)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D7A0 color. Also use rgb(130,215,160) instead hex code.

Text Font Color

.myTextColor { color: #82D7A0; }

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

This text font color is #82D7A0.


Background Color

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

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

This div background color is #82D7A0.


Border color

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

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

This div border color is #82D7A0.


Opacity

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

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

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

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

This text has shadow with #82D7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D7A0 on black background.


Color preview on white background

This text has color #82D7A0 on white background.



Black color preview on #82D7A0 background

This text has black color on #82D7A0 background.


White color preview on #82D7A0 background

This text has white color on #82D7A0 background.