COLOR #82D6EC

HEX: #82D6EC RGB: (130,214,236)

Color info

#82D6EC contains mainly green and blue colors. Web safe color of #82D6EC is #99CCFF (or #9CF).

RGB color model

#82D6EC color RGB value is (130,214,236).

RGB: (130,214,236) (51%, 84%, 93%)

RGB channels and saturation

R 130 of 255 = 51%
G 214 of 255 = 84%
B 236 of 255 = 93%

130
214
236

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

Portions of RGB colors in percentages

R + G + B = 130 + 214 + 236 = 580 (100%)
R 130 of 580 ~ 22.41%
G 214 of 580 ~ 36.9%
B 236 of 580 ~ 40.69'%

%22.41
%36.9
%40.69

CMYK color model

#82D6EC color CMYK value is (45,9,0,7).

  • cyan value is 44.92%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (45,9,0,7)
C45M9Y0K7 (45%, 9%, 0%, 7%)
(0.45 / 0.09 / 0.00 / 0.07)

CMYK percentages

%44.92
%9.32
%0
%7.45

Codes

Color #82D6EC in popluar color models

82 D6 EC
RGB 130 214 236
HSL 192° 73.61% 71.76%
HSB/HSV 192° 44.92% 92.55%
CMYK 44.92% 9.32% 0.00%
7.45%

Color #82D6EC in popluar number systems.

HEX 82 D6 EC
Decimal 130 214 236
Binary 10000010 11010110 11101100
Octal 202 326 354

Shades and tints

Shades of #82D6EC

#82D6EC
(130,214,236)
#77C3D7
(119,195,215)
#6CB0C2
(108,176,194)
#619DAD
(97,157,173)
#568A98
(86,138,152)
#4B7783
(75,119,131)
#40646E
(64,100,110)
#355159
(53,81,89)
#2A3E44
(42,62,68)
#1F2B2F
(31,43,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #82D6EC

#82D6EC
(130,214,236)
#8DD9ED
(141,217,237)
#98DCEE
(152,220,238)
#A3DFEF
(163,223,239)
#AEE2F0
(174,226,240)
#B9E5F1
(185,229,241)
#C4E8F2
(196,232,242)
#CFEBF3
(207,235,243)
#DAEEF4
(218,238,244)
#E5F1F5
(229,241,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D6EC color. Also use rgb(130,214,236) instead hex code.

Text Font Color

.myTextColor { color: #82D6EC; }

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

This text font color is #82D6EC.

Background Color

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

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

This div background color is #82D6EC.

Border color

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

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

This div border color is #82D6EC.

Opacity

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

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

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

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

This text has shadow with #82D6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D6EC.

Preview

Color preview on black background

This text has color #82D6EC on black background.


Color preview on white background

This text has color #82D6EC on white background.


Black color preview on #82D6EC background

This text has black color on #82D6EC background.


White color preview on #82D6EC background

This text has white color on #82D6EC background.


Related colors

Complementary color

Complementary color for #hex is #7D2913.


I love getcolorcode.com

Triadic colors

1 #EC82D6 and #D6EC82 with #82D6EC are triadic colors.

2 #ECD682 and #D682EC with #82D6EC are triadic colors.