COLOR #82D5E5

HEX: #82D5E5
RGB: (130,213,229)

Color info

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

RGB color model

#82D5E5 color RGB value is (130,213,229).

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

RGB channels and saturation

R 130 of 255 = 51%
G 213 of 255 = 84%
B 229 of 255 = 90%

130
213
229

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

Portions of RGB colors in percentages

R + G + B =
130 + 213 + 229 = 572 (100%)
R 130 of 572 ~ 22.73%
G 213 of 572 ~ 37.24%
B 229 of 572 ~ 40.03%

%22.73
%37.24
%40.03

CMYK color model

#82D5E5 color CMYK value is (43,7,0,10).

  • cyan value is 43.23%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(43,7,0,10)
C43M7Y0K10 
(43%,7%,0%,10%)
(0.43/0.07/0.00/0.10)	

CMYK percentages

%43.23
%6.99
%0
%10.2

Codes

Color #82D5E5 in popluar color models

82D5E5
RGB130213229
HSL190°65.56%70.39%
HSB/HSV190°43.23%89.80%
CMYK43.23%6.99%0.00%
10.20%

Color #82D5E5 in popluar number systems.

HEX82D5E5
Decimal130213229
Binary100000101101010111100101
Octal202325345

Shades and tints

Shades of #82D5E5

#82D5E5
(130,213,229)
#77C2D1
(119,194,209)
#6CAFBD
(108,175,189)
#619CA9
(97,156,169)
#568995
(86,137,149)
#4B7681
(75,118,129)
#40636D
(64,99,109)
#355059
(53,80,89)
#2A3D45
(42,61,69)
#1F2A31
(31,42,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #82D5E5

#82D5E5
(130,213,229)
#8DD8E7
(141,216,231)
#98DBE9
(152,219,233)
#A3DEEB
(163,222,235)
#AEE1ED
(174,225,237)
#B9E4EF
(185,228,239)
#C4E7F1
(196,231,241)
#CFEAF3
(207,234,243)
#DAEDF5
(218,237,245)
#E5F0F7
(229,240,247)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D5E5; }

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

This text font color is #82D5E5.


Background Color

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

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

This div background color is #82D5E5.


Border color

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

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

This div border color is #82D5E5.


Opacity

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

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

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

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

This text has shadow with #82D5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D5E5 on black background.


Color preview on white background

This text has color #82D5E5 on white background.



Black color preview on #82D5E5 background

This text has black color on #82D5E5 background.


White color preview on #82D5E5 background

This text has white color on #82D5E5 background.