COLOR #82D89F

HEX: #82D89F
RGB: (130,216,159)

Color info

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

RGB color model

#82D89F color RGB value is (130,216,159).

  • red value is 130;
  • green value is 216;
  • blue value is 159.
RGB:
(130,216,159)
(51%,85%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 216 of 255 = 85%
B 159 of 255 = 62%

130
216
159

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

Portions of RGB colors in percentages

R + G + B =
130 + 216 + 159 = 505 (100%)
R 130 of 505 ~ 25.74%
G 216 of 505 ~ 42.77%
B 159 of 505 ~ 31.49%

%25.74
%42.77
%31.49

CMYK color model

#82D89F color CMYK value is (40,0,26,15).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 15.29%
CMYK:
(40,0,26,15)
C40M0Y26K15 
(40%,0%,26%,15%)
(0.40/0.00/0.26/0.15)	

CMYK percentages

%39.81
%0
%26.39
%15.29

Codes

Color #82D89F in popluar color models

82D89F
RGB130216159
HSL140°52.44%67.84%
HSB/HSV140°39.81%84.71%
CMYK39.81%0.00%26.39%
15.29%

Color #82D89F in popluar number systems.

HEX82D89F
Decimal130216159
Binary100000101101100010011111
Octal202330237

Shades and tints

Shades of #82D89F

#82D89F
(130,216,159)
#77C591
(119,197,145)
#6CB283
(108,178,131)
#619F75
(97,159,117)
#568C67
(86,140,103)
#4B7959
(75,121,89)
#40664B
(64,102,75)
#35533D
(53,83,61)
#2A402F
(42,64,47)
#1F2D21
(31,45,33)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #82D89F

#82D89F
(130,216,159)
#8DDBA7
(141,219,167)
#98DEAF
(152,222,175)
#A3E1B7
(163,225,183)
#AEE4BF
(174,228,191)
#B9E7C7
(185,231,199)
#C4EACF
(196,234,207)
#CFEDD7
(207,237,215)
#DAF0DF
(218,240,223)
#E5F3E7
(229,243,231)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D89F color. Also use rgb(130,216,159) instead hex code.

Text Font Color

.myTextColor { color: #82D89F; }

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

This text font color is #82D89F.


Background Color

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

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

This div background color is #82D89F.


Border color

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

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

This div border color is #82D89F.


Opacity

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

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

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

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

This text has shadow with #82D89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D89F on black background.


Color preview on white background

This text has color #82D89F on white background.



Black color preview on #82D89F background

This text has black color on #82D89F background.


White color preview on #82D89F background

This text has white color on #82D89F background.