COLOR #82C4F8

HEX: #82C4F8
RGB: (130,196,248)

Color info

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

RGB color model

#82C4F8 color RGB value is (130,196,248).

  • red value is 130;
  • green value is 196;
  • blue value is 248.
RGB:
(130,196,248)
(51%,77%,97%)

RGB channels and saturation

R 130 of 255 = 51%
G 196 of 255 = 77%
B 248 of 255 = 97%

130
196
248

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

Portions of RGB colors in percentages

R + G + B =
130 + 196 + 248 = 574 (100%)
R 130 of 574 ~ 22.65%
G 196 of 574 ~ 34.15%
B 248 of 574 ~ 43.21%

%22.65
%34.15
%43.21

CMYK color model

#82C4F8 color CMYK value is (48,21,0,3).

  • cyan value is 47.58%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(48,21,0,3)
C48M21Y0K3 
(48%,21%,0%,3%)
(0.48/0.21/0.00/0.03)	

CMYK percentages

%47.58
%20.97
%0
%2.75

Codes

Color #82C4F8 in popluar color models

82C4F8
RGB130196248
HSL206°89.39%74.12%
HSB/HSV206°47.58%97.25%
CMYK47.58%20.97%0.00%
2.75%

Color #82C4F8 in popluar number systems.

HEX82C4F8
Decimal130196248
Binary100000101100010011111000
Octal202304370

Shades and tints

Shades of #82C4F8

#82C4F8
(130,196,248)
#77B3E2
(119,179,226)
#6CA2CC
(108,162,204)
#6191B6
(97,145,182)
#5680A0
(86,128,160)
#4B6F8A
(75,111,138)
#405E74
(64,94,116)
#354D5E
(53,77,94)
#2A3C48
(42,60,72)
#1F2B32
(31,43,50)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #82C4F8

#82C4F8
(130,196,248)
#8DC9F8
(141,201,248)
#98CEF8
(152,206,248)
#A3D3F8
(163,211,248)
#AED8F8
(174,216,248)
#B9DDF8
(185,221,248)
#C4E2F8
(196,226,248)
#CFE7F8
(207,231,248)
#DAECF8
(218,236,248)
#E5F1F8
(229,241,248)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C4F8 color. Also use rgb(130,196,248) instead hex code.

Text Font Color

.myTextColor { color: #82C4F8; }

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

This text font color is #82C4F8.


Background Color

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

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

This div background color is #82C4F8.


Border color

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

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

This div border color is #82C4F8.


Opacity

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

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

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

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

This text has shadow with #82C4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C4F8 on black background.


Color preview on white background

This text has color #82C4F8 on white background.



Black color preview on #82C4F8 background

This text has black color on #82C4F8 background.


White color preview on #82C4F8 background

This text has white color on #82C4F8 background.