COLOR #82C8FA

HEX: #82C8FA
RGB: (130,200,250)

Color info

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

RGB color model

#82C8FA color RGB value is (130,200,250).

  • red value is 130;
  • green value is 200;
  • blue value is 250.
RGB:
(130,200,250)
(51%,78%,98%)

RGB channels and saturation

R 130 of 255 = 51%
G 200 of 255 = 78%
B 250 of 255 = 98%

130
200
250

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

Portions of RGB colors in percentages

R + G + B =
130 + 200 + 250 = 580 (100%)
R 130 of 580 ~ 22.41%
G 200 of 580 ~ 34.48%
B 250 of 580 ~ 43.1%

%22.41
%34.48
%43.1

CMYK color model

#82C8FA color CMYK value is (48,20,0,2).

  • cyan value is 48.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(48,20,0,2)
C48M20Y0K2 
(48%,20%,0%,2%)
(0.48/0.20/0.00/0.02)	

CMYK percentages

%48
%20
%0
%1.96

Codes

Color #82C8FA in popluar color models

82C8FA
RGB130200250
HSL205°92.31%74.51%
HSB/HSV205°48.00%98.04%
CMYK48.00%20.00%0.00%
1.96%

Color #82C8FA in popluar number systems.

HEX82C8FA
Decimal130200250
Binary100000101100100011111010
Octal202310372

Shades and tints

Shades of #82C8FA

#82C8FA
(130,200,250)
#77B6E4
(119,182,228)
#6CA4CE
(108,164,206)
#6192B8
(97,146,184)
#5680A2
(86,128,162)
#4B6E8C
(75,110,140)
#405C76
(64,92,118)
#354A60
(53,74,96)
#2A384A
(42,56,74)
#1F2634
(31,38,52)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #82C8FA

#82C8FA
(130,200,250)
#8DCDFA
(141,205,250)
#98D2FA
(152,210,250)
#A3D7FA
(163,215,250)
#AEDCFA
(174,220,250)
#B9E1FA
(185,225,250)
#C4E6FA
(196,230,250)
#CFEBFA
(207,235,250)
#DAF0FA
(218,240,250)
#E5F5FA
(229,245,250)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C8FA color. Also use rgb(130,200,250) instead hex code.

Text Font Color

.myTextColor { color: #82C8FA; }

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

This text font color is #82C8FA.


Background Color

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

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

This div background color is #82C8FA.


Border color

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

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

This div border color is #82C8FA.


Opacity

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

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

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

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

This text has shadow with #82C8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C8FA on black background.


Color preview on white background

This text has color #82C8FA on white background.



Black color preview on #82C8FA background

This text has black color on #82C8FA background.


White color preview on #82C8FA background

This text has white color on #82C8FA background.