COLOR #82C2FF

HEX: #82C2FF
RGB: (130,194,255)

Color info

#82C2FF contains mainly blue color. Web safe color of #82C2FF is #99CCFF (or #9CF).

RGB color model

#82C2FF color RGB value is (130,194,255).

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

RGB channels and saturation

R 130 of 255 = 51%
G 194 of 255 = 76%
B 255 of 255 = 100%

130
194
255

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

Portions of RGB colors in percentages

R + G + B =
130 + 194 + 255 = 579 (100%)
R 130 of 579 ~ 22.45%
G 194 of 579 ~ 33.51%
B 255 of 579 ~ 44.04%

%22.45
%33.51
%44.04

CMYK color model

#82C2FF color CMYK value is (49,24,0,0).

  • cyan value is 49.02%
  • magenta value is 23.92%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(49,24,0,0)
C49M24Y0K0 
(49%,24%,0%,0%)
(0.49/0.24/0.00/0.00)	

CMYK percentages

%49.02
%23.92
%0
%0

Codes

Color #82C2FF in popluar color models

82C2FF
RGB130194255
HSL209°100.00%75.49%
HSB/HSV209°49.02%100.00%
CMYK49.02%23.92%0.00%
0.00%

Color #82C2FF in popluar number systems.

HEX82C2FF
Decimal130194255
Binary100000101100001011111111
Octal202302377

Shades and tints

Shades of #82C2FF

#82C2FF
(130,194,255)
#77B1E8
(119,177,232)
#6CA0D1
(108,160,209)
#618FBA
(97,143,186)
#567EA3
(86,126,163)
#4B6D8C
(75,109,140)
#405C75
(64,92,117)
#354B5E
(53,75,94)
#2A3A47
(42,58,71)
#1F2930
(31,41,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #82C2FF

#82C2FF
(130,194,255)
#8DC7FF
(141,199,255)
#98CCFF
(152,204,255)
#A3D1FF
(163,209,255)
#AED6FF
(174,214,255)
#B9DBFF
(185,219,255)
#C4E0FF
(196,224,255)
#CFE5FF
(207,229,255)
#DAEAFF
(218,234,255)
#E5EFFF
(229,239,255)
#F0F4FF
(240,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C2FF; }

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

This text font color is #82C2FF.


Background Color

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

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

This div background color is #82C2FF.


Border color

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

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

This div border color is #82C2FF.


Opacity

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

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

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

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

This text has shadow with #82C2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C2FF on black background.


Color preview on white background

This text has color #82C2FF on white background.



Black color preview on #82C2FF background

This text has black color on #82C2FF background.


White color preview on #82C2FF background

This text has white color on #82C2FF background.