COLOR #82D9E5

HEX: #82D9E5
RGB: (130,217,229)

Color info

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

RGB color model

#82D9E5 color RGB value is (130,217,229).

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

RGB channels and saturation

R 130 of 255 = 51%
G 217 of 255 = 85%
B 229 of 255 = 90%

130
217
229

R + G + B ~ 75%. #82D9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 217 + 229 = 576 (100%)
R 130 of 576 ~ 22.57%
G 217 of 576 ~ 37.67%
B 229 of 576 ~ 39.76%

%22.57
%37.67
%39.76

CMYK color model

#82D9E5 color CMYK value is (43,5,0,10).

  • cyan value is 43.23%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(43,5,0,10)
C43M5Y0K10 
(43%,5%,0%,10%)
(0.43/0.05/0.00/0.10)	

CMYK percentages

%43.23
%5.24
%0
%10.2

Codes

Color #82D9E5 in popluar color models

82D9E5
RGB130217229
HSL187°65.56%70.39%
HSB/HSV187°43.23%89.80%
CMYK43.23%5.24%0.00%
10.20%

Color #82D9E5 in popluar number systems.

HEX82D9E5
Decimal130217229
Binary100000101101100111100101
Octal202331345

Shades and tints

Shades of #82D9E5

#82D9E5
(130,217,229)
#77C6D1
(119,198,209)
#6CB3BD
(108,179,189)
#61A0A9
(97,160,169)
#568D95
(86,141,149)
#4B7A81
(75,122,129)
#40676D
(64,103,109)
#355459
(53,84,89)
#2A4145
(42,65,69)
#1F2E31
(31,46,49)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #82D9E5

#82D9E5
(130,217,229)
#8DDCE7
(141,220,231)
#98DFE9
(152,223,233)
#A3E2EB
(163,226,235)
#AEE5ED
(174,229,237)
#B9E8EF
(185,232,239)
#C4EBF1
(196,235,241)
#CFEEF3
(207,238,243)
#DAF1F5
(218,241,245)
#E5F4F7
(229,244,247)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D9E5; }

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

This text font color is #82D9E5.


Background Color

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

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

This div background color is #82D9E5.


Border color

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

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

This div border color is #82D9E5.


Opacity

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

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

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

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

This text has shadow with #82D9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D9E5 on black background.


Color preview on white background

This text has color #82D9E5 on white background.



Black color preview on #82D9E5 background

This text has black color on #82D9E5 background.


White color preview on #82D9E5 background

This text has white color on #82D9E5 background.