COLOR #82E6E4

HEX: #82E6E4 RGB: (130,230,228)

Color info

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

RGB color model

#82E6E4 color RGB value is (130,230,228).

RGB: (130,230,228) (51%, 90%, 89%)

RGB channels and saturation

R 130 of 255 = 51%
G 230 of 255 = 90%
B 228 of 255 = 89%

130
230
228

R + G + B ~ 77%. #82E6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 230 + 228 = 588 (100%)
R 130 of 588 ~ 22.11%
G 230 of 588 ~ 39.12%
B 228 of 588 ~ 38.78'%

%22.11
%39.12
%38.78

CMYK color model

#82E6E4 color CMYK value is (43,0,1,10).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 9.80%

CMYK: (43,0,1,10)
C43M0Y1K10 (43%, 0%, 1%, 10%)
(0.43 / 0.00 / 0.01 / 0.10)

CMYK percentages

%43.48
%0
%0.87
%9.8

Codes

Color #82E6E4 in popluar color models

82 E6 E4
RGB 130 230 228
HSL 179° 66.67% 70.59%
HSB/HSV 179° 43.48% 90.20%
CMYK 43.48% 0.00% 0.87%
9.80%

Color #82E6E4 in popluar number systems.

HEX 82 E6 E4
Decimal 130 230 228
Binary 10000010 11100110 11100100
Octal 202 346 344

Shades and tints

Shades of #82E6E4

#82E6E4
(130,230,228)
#77D2D0
(119,210,208)
#6CBEBC
(108,190,188)
#61AAA8
(97,170,168)
#569694
(86,150,148)
#4B8280
(75,130,128)
#406E6C
(64,110,108)
#355A58
(53,90,88)
#2A4644
(42,70,68)
#1F3230
(31,50,48)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #82E6E4

#82E6E4
(130,230,228)
#8DE8E6
(141,232,230)
#98EAE8
(152,234,232)
#A3ECEA
(163,236,234)
#AEEEEC
(174,238,236)
#B9F0EE
(185,240,238)
#C4F2F0
(196,242,240)
#CFF4F2
(207,244,242)
#DAF6F4
(218,246,244)
#E5F8F6
(229,248,246)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82E6E4; }

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

This text font color is #82E6E4.

Background Color

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

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

This div background color is #82E6E4.

Border color

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

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

This div border color is #82E6E4.

Opacity

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

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

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

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

This text has shadow with #82E6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82E6E4.

Preview

Color preview on black background

This text has color #82E6E4 on black background.


Color preview on white background

This text has color #82E6E4 on white background.


Black color preview on #82E6E4 background

This text has black color on #82E6E4 background.


White color preview on #82E6E4 background

This text has white color on #82E6E4 background.


Related colors

Complementary color

Complementary color for #hex is #7D191B.


I love getcolorcode.com

Triadic colors

1 #E482E6 and #E6E482 with #82E6E4 are triadic colors.

2 #E4E682 and #E682E4 with #82E6E4 are triadic colors.