COLOR #82C2ED

HEX: #82C2ED
RGB: (130,194,237)

Color info

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

RGB color model

#82C2ED color RGB value is (130,194,237).

  • red value is 130;
  • green value is 194;
  • blue value is 237.
RGB:
(130,194,237)
(51%,76%,93%)

RGB channels and saturation

R 130 of 255 = 51%
G 194 of 255 = 76%
B 237 of 255 = 93%

130
194
237

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

Portions of RGB colors in percentages

R + G + B =
130 + 194 + 237 = 561 (100%)
R 130 of 561 ~ 23.17%
G 194 of 561 ~ 34.58%
B 237 of 561 ~ 42.25%

%23.17
%34.58
%42.25

CMYK color model

#82C2ED color CMYK value is (45,18,0,7).

  • cyan value is 45.15%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(45,18,0,7)
C45M18Y0K7 
(45%,18%,0%,7%)
(0.45/0.18/0.00/0.07)	

CMYK percentages

%45.15
%18.14
%0
%7.06

Codes

Color #82C2ED in popluar color models

82C2ED
RGB130194237
HSL204°74.83%71.96%
HSB/HSV204°45.15%92.94%
CMYK45.15%18.14%0.00%
7.06%

Color #82C2ED in popluar number systems.

HEX82C2ED
Decimal130194237
Binary100000101100001011101101
Octal202302355

Shades and tints

Shades of #82C2ED

#82C2ED
(130,194,237)
#77B1D8
(119,177,216)
#6CA0C3
(108,160,195)
#618FAE
(97,143,174)
#567E99
(86,126,153)
#4B6D84
(75,109,132)
#405C6F
(64,92,111)
#354B5A
(53,75,90)
#2A3A45
(42,58,69)
#1F2930
(31,41,48)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #82C2ED

#82C2ED
(130,194,237)
#8DC7EE
(141,199,238)
#98CCEF
(152,204,239)
#A3D1F0
(163,209,240)
#AED6F1
(174,214,241)
#B9DBF2
(185,219,242)
#C4E0F3
(196,224,243)
#CFE5F4
(207,229,244)
#DAEAF5
(218,234,245)
#E5EFF6
(229,239,246)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C2ED color. Also use rgb(130,194,237) instead hex code.

Text Font Color

.myTextColor { color: #82C2ED; }

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

This text font color is #82C2ED.


Background Color

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

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

This div background color is #82C2ED.


Border color

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

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

This div border color is #82C2ED.


Opacity

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

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

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

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

This text has shadow with #82C2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C2ED on black background.


Color preview on white background

This text has color #82C2ED on white background.



Black color preview on #82C2ED background

This text has black color on #82C2ED background.


White color preview on #82C2ED background

This text has white color on #82C2ED background.