COLOR #82E5C8

HEX: #82E5C8
RGB: (130,229,200)

Color info

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

RGB color model

#82E5C8 color RGB value is (130,229,200).

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

RGB channels and saturation

R 130 of 255 = 51%
G 229 of 255 = 90%
B 200 of 255 = 78%

130
229
200

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

Portions of RGB colors in percentages

R + G + B =
130 + 229 + 200 = 559 (100%)
R 130 of 559 ~ 23.26%
G 229 of 559 ~ 40.97%
B 200 of 559 ~ 35.78%

%23.26
%40.97
%35.78

CMYK color model

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

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

CMYK percentages

%43.23
%0
%12.66
%10.2

Codes

Color #82E5C8 in popluar color models

82E5C8
RGB130229200
HSL162°65.56%70.39%
HSB/HSV162°43.23%89.80%
CMYK43.23%0.00%12.66%
10.20%

Color #82E5C8 in popluar number systems.

HEX82E5C8
Decimal130229200
Binary100000101110010111001000
Octal202345310

Shades and tints

Shades of #82E5C8

#82E5C8
(130,229,200)
#77D1B6
(119,209,182)
#6CBDA4
(108,189,164)
#61A992
(97,169,146)
#569580
(86,149,128)
#4B816E
(75,129,110)
#406D5C
(64,109,92)
#35594A
(53,89,74)
#2A4538
(42,69,56)
#1F3126
(31,49,38)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #82E5C8

#82E5C8
(130,229,200)
#8DE7CD
(141,231,205)
#98E9D2
(152,233,210)
#A3EBD7
(163,235,215)
#AEEDDC
(174,237,220)
#B9EFE1
(185,239,225)
#C4F1E6
(196,241,230)
#CFF3EB
(207,243,235)
#DAF5F0
(218,245,240)
#E5F7F5
(229,247,245)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E5C8 color. Also use rgb(130,229,200) instead hex code.

Text Font Color

.myTextColor { color: #82E5C8; }

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

This text font color is #82E5C8.


Background Color

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

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

This div background color is #82E5C8.


Border color

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

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

This div border color is #82E5C8.


Opacity

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

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

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

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

This text has shadow with #82E5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E5C8 on black background.


Color preview on white background

This text has color #82E5C8 on white background.



Black color preview on #82E5C8 background

This text has black color on #82E5C8 background.


White color preview on #82E5C8 background

This text has white color on #82E5C8 background.