COLOR #82E0C6

HEX: #82E0C6
RGB: (130,224,198)

Color info

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

RGB color model

#82E0C6 color RGB value is (130,224,198).

  • red value is 130;
  • green value is 224;
  • blue value is 198.
RGB:
(130,224,198)
(51%,88%,78%)

RGB channels and saturation

R 130 of 255 = 51%
G 224 of 255 = 88%
B 198 of 255 = 78%

130
224
198

R + G + B ~ 72%. #82E0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 224 + 198 = 552 (100%)
R 130 of 552 ~ 23.55%
G 224 of 552 ~ 40.58%
B 198 of 552 ~ 35.87%

%23.55
%40.58
%35.87

CMYK color model

#82E0C6 color CMYK value is (42,0,12,12).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%
CMYK:
(42,0,12,12)
C42M0Y12K12 
(42%,0%,12%,12%)
(0.42/0.00/0.12/0.12)	

CMYK percentages

%41.96
%0
%11.61
%12.16

Codes

Color #82E0C6 in popluar color models

82E0C6
RGB130224198
HSL163°60.26%69.41%
HSB/HSV163°41.96%87.84%
CMYK41.96%0.00%11.61%
12.16%

Color #82E0C6 in popluar number systems.

HEX82E0C6
Decimal130224198
Binary100000101110000011000110
Octal202340306

Shades and tints

Shades of #82E0C6

#82E0C6
(130,224,198)
#77CCB4
(119,204,180)
#6CB8A2
(108,184,162)
#61A490
(97,164,144)
#56907E
(86,144,126)
#4B7C6C
(75,124,108)
#40685A
(64,104,90)
#355448
(53,84,72)
#2A4036
(42,64,54)
#1F2C24
(31,44,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #82E0C6

#82E0C6
(130,224,198)
#8DE2CB
(141,226,203)
#98E4D0
(152,228,208)
#A3E6D5
(163,230,213)
#AEE8DA
(174,232,218)
#B9EADF
(185,234,223)
#C4ECE4
(196,236,228)
#CFEEE9
(207,238,233)
#DAF0EE
(218,240,238)
#E5F2F3
(229,242,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E0C6 color. Also use rgb(130,224,198) instead hex code.

Text Font Color

.myTextColor { color: #82E0C6; }

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

This text font color is #82E0C6.


Background Color

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

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

This div background color is #82E0C6.


Border color

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

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

This div border color is #82E0C6.


Opacity

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

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

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

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

This text has shadow with #82E0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E0C6 on black background.


Color preview on white background

This text has color #82E0C6 on white background.



Black color preview on #82E0C6 background

This text has black color on #82E0C6 background.


White color preview on #82E0C6 background

This text has white color on #82E0C6 background.