COLOR #82C4F2

HEX: #82C4F2
RGB: (130,196,242)

Color info

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

RGB color model

#82C4F2 color RGB value is (130,196,242).

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

RGB channels and saturation

R 130 of 255 = 51%
G 196 of 255 = 77%
B 242 of 255 = 95%

130
196
242

R + G + B ~ 74%. #82C4F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 196 + 242 = 568 (100%)
R 130 of 568 ~ 22.89%
G 196 of 568 ~ 34.51%
B 242 of 568 ~ 42.61%

%22.89
%34.51
%42.61

CMYK color model

#82C4F2 color CMYK value is (46,19,0,5).

  • cyan value is 46.28%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(46,19,0,5)
C46M19Y0K5 
(46%,19%,0%,5%)
(0.46/0.19/0.00/0.05)	

CMYK percentages

%46.28
%19.01
%0
%5.1

Codes

Color #82C4F2 in popluar color models

82C4F2
RGB130196242
HSL205°81.16%72.94%
HSB/HSV205°46.28%94.90%
CMYK46.28%19.01%0.00%
5.10%

Color #82C4F2 in popluar number systems.

HEX82C4F2
Decimal130196242
Binary100000101100010011110010
Octal202304362

Shades and tints

Shades of #82C4F2

#82C4F2
(130,196,242)
#77B3DC
(119,179,220)
#6CA2C6
(108,162,198)
#6191B0
(97,145,176)
#56809A
(86,128,154)
#4B6F84
(75,111,132)
#405E6E
(64,94,110)
#354D58
(53,77,88)
#2A3C42
(42,60,66)
#1F2B2C
(31,43,44)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #82C4F2

#82C4F2
(130,196,242)
#8DC9F3
(141,201,243)
#98CEF4
(152,206,244)
#A3D3F5
(163,211,245)
#AED8F6
(174,216,246)
#B9DDF7
(185,221,247)
#C4E2F8
(196,226,248)
#CFE7F9
(207,231,249)
#DAECFA
(218,236,250)
#E5F1FB
(229,241,251)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C4F2; }

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

This text font color is #82C4F2.


Background Color

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

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

This div background color is #82C4F2.


Border color

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

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

This div border color is #82C4F2.


Opacity

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

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

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

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

This text has shadow with #82C4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C4F2 on black background.


Color preview on white background

This text has color #82C4F2 on white background.



Black color preview on #82C4F2 background

This text has black color on #82C4F2 background.


White color preview on #82C4F2 background

This text has white color on #82C4F2 background.