COLOR #82E6D9

HEX: #82E6D9
RGB: (130,230,217)

Color info

#82E6D9 contains mainly green and blue colors. Web safe color of #82E6D9 is #99CCCC (or #9CC).

RGB color model

#82E6D9 color RGB value is (130,230,217).

  • red value is 130;
  • green value is 230;
  • blue value is 217.
RGB:
(130,230,217)
(51%,90%,85%)

RGB channels and saturation

R 130 of 255 = 51%
G 230 of 255 = 90%
B 217 of 255 = 85%

130
230
217

R + G + B ~ 75%. #82E6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 230 + 217 = 577 (100%)
R 130 of 577 ~ 22.53%
G 230 of 577 ~ 39.86%
B 217 of 577 ~ 37.61%

%22.53
%39.86
%37.61

CMYK color model

#82E6D9 color CMYK value is (43,0,6,10).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 9.80%
CMYK:
(43,0,6,10)
C43M0Y6K10 
(43%,0%,6%,10%)
(0.43/0.00/0.06/0.10)	

CMYK percentages

%43.48
%0
%5.65
%9.8

Codes

Color #82E6D9 in popluar color models

82E6D9
RGB130230217
HSL172°66.67%70.59%
HSB/HSV172°43.48%90.20%
CMYK43.48%0.00%5.65%
9.80%

Color #82E6D9 in popluar number systems.

HEX82E6D9
Decimal130230217
Binary100000101110011011011001
Octal202346331

Shades and tints

Shades of #82E6D9

#82E6D9
(130,230,217)
#77D2C6
(119,210,198)
#6CBEB3
(108,190,179)
#61AAA0
(97,170,160)
#56968D
(86,150,141)
#4B827A
(75,130,122)
#406E67
(64,110,103)
#355A54
(53,90,84)
#2A4641
(42,70,65)
#1F322E
(31,50,46)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #82E6D9

#82E6D9
(130,230,217)
#8DE8DC
(141,232,220)
#98EADF
(152,234,223)
#A3ECE2
(163,236,226)
#AEEEE5
(174,238,229)
#B9F0E8
(185,240,232)
#C4F2EB
(196,242,235)
#CFF4EE
(207,244,238)
#DAF6F1
(218,246,241)
#E5F8F4
(229,248,244)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E6D9 color. Also use rgb(130,230,217) instead hex code.

Text Font Color

.myTextColor { color: #82E6D9; }

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

This text font color is #82E6D9.


Background Color

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

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

This div background color is #82E6D9.


Border color

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

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

This div border color is #82E6D9.


Opacity

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

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

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

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

This text has shadow with #82E6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E6D9 on black background.


Color preview on white background

This text has color #82E6D9 on white background.



Black color preview on #82E6D9 background

This text has black color on #82E6D9 background.


White color preview on #82E6D9 background

This text has white color on #82E6D9 background.