COLOR #82E0E2

HEX: #82E0E2
RGB: (130,224,226)

Color info

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

RGB color model

#82E0E2 color RGB value is (130,224,226).

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

RGB channels and saturation

R 130 of 255 = 51%
G 224 of 255 = 88%
B 226 of 255 = 89%

130
224
226

R + G + B ~ 76%. #82E0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 224 + 226 = 580 (100%)
R 130 of 580 ~ 22.41%
G 224 of 580 ~ 38.62%
B 226 of 580 ~ 38.97%

%22.41
%38.62
%38.97

CMYK color model

#82E0E2 color CMYK value is (42,1,0,11).

  • cyan value is 42.48%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(42,1,0,11)
C42M1Y0K11 
(42%,1%,0%,11%)
(0.42/0.01/0.00/0.11)	

CMYK percentages

%42.48
%0.88
%0
%11.37

Codes

Color #82E0E2 in popluar color models

82E0E2
RGB130224226
HSL181°62.34%69.80%
HSB/HSV181°42.48%88.63%
CMYK42.48%0.88%0.00%
11.37%

Color #82E0E2 in popluar number systems.

HEX82E0E2
Decimal130224226
Binary100000101110000011100010
Octal202340342

Shades and tints

Shades of #82E0E2

#82E0E2
(130,224,226)
#77CCCE
(119,204,206)
#6CB8BA
(108,184,186)
#61A4A6
(97,164,166)
#569092
(86,144,146)
#4B7C7E
(75,124,126)
#40686A
(64,104,106)
#355456
(53,84,86)
#2A4042
(42,64,66)
#1F2C2E
(31,44,46)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #82E0E2

#82E0E2
(130,224,226)
#8DE2E4
(141,226,228)
#98E4E6
(152,228,230)
#A3E6E8
(163,230,232)
#AEE8EA
(174,232,234)
#B9EAEC
(185,234,236)
#C4ECEE
(196,236,238)
#CFEEF0
(207,238,240)
#DAF0F2
(218,240,242)
#E5F2F4
(229,242,244)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82E0E2; }

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

This text font color is #82E0E2.


Background Color

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

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

This div background color is #82E0E2.


Border color

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

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

This div border color is #82E0E2.


Opacity

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

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

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

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

This text has shadow with #82E0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E0E2 on black background.


Color preview on white background

This text has color #82E0E2 on white background.



Black color preview on #82E0E2 background

This text has black color on #82E0E2 background.


White color preview on #82E0E2 background

This text has white color on #82E0E2 background.