COLOR #82E6C7

HEX: #82E6C7
RGB: (130,230,199)

Color info

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

RGB color model

#82E6C7 color RGB value is (130,230,199).

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

RGB channels and saturation

R 130 of 255 = 51%
G 230 of 255 = 90%
B 199 of 255 = 78%

130
230
199

R + G + B ~ 73%. #82E6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 230 + 199 = 559 (100%)
R 130 of 559 ~ 23.26%
G 230 of 559 ~ 41.14%
B 199 of 559 ~ 35.6%

%23.26
%41.14
%35.6

CMYK color model

#82E6C7 color CMYK value is (43,0,13,10).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(43,0,13,10)
C43M0Y13K10 
(43%,0%,13%,10%)
(0.43/0.00/0.13/0.10)	

CMYK percentages

%43.48
%0
%13.48
%9.8

Codes

Color #82E6C7 in popluar color models

82E6C7
RGB130230199
HSL161°66.67%70.59%
HSB/HSV161°43.48%90.20%
CMYK43.48%0.00%13.48%
9.80%

Color #82E6C7 in popluar number systems.

HEX82E6C7
Decimal130230199
Binary100000101110011011000111
Octal202346307

Shades and tints

Shades of #82E6C7

#82E6C7
(130,230,199)
#77D2B5
(119,210,181)
#6CBEA3
(108,190,163)
#61AA91
(97,170,145)
#56967F
(86,150,127)
#4B826D
(75,130,109)
#406E5B
(64,110,91)
#355A49
(53,90,73)
#2A4637
(42,70,55)
#1F3225
(31,50,37)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #82E6C7

#82E6C7
(130,230,199)
#8DE8CC
(141,232,204)
#98EAD1
(152,234,209)
#A3ECD6
(163,236,214)
#AEEEDB
(174,238,219)
#B9F0E0
(185,240,224)
#C4F2E5
(196,242,229)
#CFF4EA
(207,244,234)
#DAF6EF
(218,246,239)
#E5F8F4
(229,248,244)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82E6C7; }

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

This text font color is #82E6C7.


Background Color

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

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

This div background color is #82E6C7.


Border color

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

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

This div border color is #82E6C7.


Opacity

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

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

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

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

This text has shadow with #82E6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E6C7 on black background.


Color preview on white background

This text has color #82E6C7 on white background.



Black color preview on #82E6C7 background

This text has black color on #82E6C7 background.


White color preview on #82E6C7 background

This text has white color on #82E6C7 background.