COLOR #82E3F8

HEX: #82E3F8
RGB: (130,227,248)

Color info

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

RGB color model

#82E3F8 color RGB value is (130,227,248).

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

RGB channels and saturation

R 130 of 255 = 51%
G 227 of 255 = 89%
B 248 of 255 = 97%

130
227
248

R + G + B ~ 79%. #82E3F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 227 + 248 = 605 (100%)
R 130 of 605 ~ 21.49%
G 227 of 605 ~ 37.52%
B 248 of 605 ~ 40.99%

%21.49
%37.52
%40.99

CMYK color model

#82E3F8 color CMYK value is (48,8,0,3).

  • cyan value is 47.58%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(48,8,0,3)
C48M8Y0K3 
(48%,8%,0%,3%)
(0.48/0.08/0.00/0.03)	

CMYK percentages

%47.58
%8.47
%0
%2.75

Codes

Color #82E3F8 in popluar color models

82E3F8
RGB130227248
HSL191°89.39%74.12%
HSB/HSV191°47.58%97.25%
CMYK47.58%8.47%0.00%
2.75%

Color #82E3F8 in popluar number systems.

HEX82E3F8
Decimal130227248
Binary100000101110001111111000
Octal202343370

Shades and tints

Shades of #82E3F8

#82E3F8
(130,227,248)
#77CFE2
(119,207,226)
#6CBBCC
(108,187,204)
#61A7B6
(97,167,182)
#5693A0
(86,147,160)
#4B7F8A
(75,127,138)
#406B74
(64,107,116)
#35575E
(53,87,94)
#2A4348
(42,67,72)
#1F2F32
(31,47,50)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #82E3F8

#82E3F8
(130,227,248)
#8DE5F8
(141,229,248)
#98E7F8
(152,231,248)
#A3E9F8
(163,233,248)
#AEEBF8
(174,235,248)
#B9EDF8
(185,237,248)
#C4EFF8
(196,239,248)
#CFF1F8
(207,241,248)
#DAF3F8
(218,243,248)
#E5F5F8
(229,245,248)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82E3F8; }

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

This text font color is #82E3F8.


Background Color

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

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

This div background color is #82E3F8.


Border color

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

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

This div border color is #82E3F8.


Opacity

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

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

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

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

This text has shadow with #82E3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E3F8 on black background.


Color preview on white background

This text has color #82E3F8 on white background.



Black color preview on #82E3F8 background

This text has black color on #82E3F8 background.


White color preview on #82E3F8 background

This text has white color on #82E3F8 background.