COLOR #82D1FF

HEX: #82D1FF
RGB: (130,209,255)

Color info

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

RGB color model

#82D1FF color RGB value is (130,209,255).

  • red value is 130;
  • green value is 209;
  • blue value is 255.
RGB:
(130,209,255)
(51%,82%,100%)

RGB channels and saturation

R 130 of 255 = 51%
G 209 of 255 = 82%
B 255 of 255 = 100%

130
209
255

R + G + B ~ 78%. #82D1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 209 + 255 = 594 (100%)
R 130 of 594 ~ 21.89%
G 209 of 594 ~ 35.19%
B 255 of 594 ~ 42.93%

%21.89
%35.19
%42.93

CMYK color model

#82D1FF color CMYK value is (49,18,0,0).

  • cyan value is 49.02%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(49,18,0,0)
C49M18Y0K0 
(49%,18%,0%,0%)
(0.49/0.18/0.00/0.00)	

CMYK percentages

%49.02
%18.04
%0
%0

Codes

Color #82D1FF in popluar color models

82D1FF
RGB130209255
HSL202°100.00%75.49%
HSB/HSV202°49.02%100.00%
CMYK49.02%18.04%0.00%
0.00%

Color #82D1FF in popluar number systems.

HEX82D1FF
Decimal130209255
Binary100000101101000111111111
Octal202321377

Shades and tints

Shades of #82D1FF

#82D1FF
(130,209,255)
#77BEE8
(119,190,232)
#6CABD1
(108,171,209)
#6198BA
(97,152,186)
#5685A3
(86,133,163)
#4B728C
(75,114,140)
#405F75
(64,95,117)
#354C5E
(53,76,94)
#2A3947
(42,57,71)
#1F2630
(31,38,48)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #82D1FF

#82D1FF
(130,209,255)
#8DD5FF
(141,213,255)
#98D9FF
(152,217,255)
#A3DDFF
(163,221,255)
#AEE1FF
(174,225,255)
#B9E5FF
(185,229,255)
#C4E9FF
(196,233,255)
#CFEDFF
(207,237,255)
#DAF1FF
(218,241,255)
#E5F5FF
(229,245,255)
#F0F9FF
(240,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D1FF color. Also use rgb(130,209,255) instead hex code.

Text Font Color

.myTextColor { color: #82D1FF; }

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

This text font color is #82D1FF.


Background Color

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

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

This div background color is #82D1FF.


Border color

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

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

This div border color is #82D1FF.


Opacity

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

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

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

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

This text has shadow with #82D1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D1FF on black background.


Color preview on white background

This text has color #82D1FF on white background.



Black color preview on #82D1FF background

This text has black color on #82D1FF background.


White color preview on #82D1FF background

This text has white color on #82D1FF background.