COLOR #82ADF1

HEX: #82ADF1
RGB: (130,173,241)

Color info

#82ADF1 contains mainly blue color. Web safe color of #82ADF1 is #9999FF (or #99F).

RGB color model

#82ADF1 color RGB value is (130,173,241).

  • red value is 130;
  • green value is 173;
  • blue value is 241.
RGB:
(130,173,241)
(51%,68%,95%)

RGB channels and saturation

R 130 of 255 = 51%
G 173 of 255 = 68%
B 241 of 255 = 95%

130
173
241

R + G + B ~ 71%. #82ADF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 173 + 241 = 544 (100%)
R 130 of 544 ~ 23.9%
G 173 of 544 ~ 31.8%
B 241 of 544 ~ 44.3%

%23.9
%31.8
%44.3

CMYK color model

#82ADF1 color CMYK value is (46,28,0,5).

  • cyan value is 46.06%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(46,28,0,5)
C46M28Y0K5 
(46%,28%,0%,5%)
(0.46/0.28/0.00/0.05)	

CMYK percentages

%46.06
%28.22
%0
%5.49

Codes

Color #82ADF1 in popluar color models

82ADF1
RGB130173241
HSL217°79.86%72.75%
HSB/HSV217°46.06%94.51%
CMYK46.06%28.22%0.00%
5.49%

Color #82ADF1 in popluar number systems.

HEX82ADF1
Decimal130173241
Binary100000101010110111110001
Octal202255361

Shades and tints

Shades of #82ADF1

#82ADF1
(130,173,241)
#779EDC
(119,158,220)
#6C8FC7
(108,143,199)
#6180B2
(97,128,178)
#56719D
(86,113,157)
#4B6288
(75,98,136)
#405373
(64,83,115)
#35445E
(53,68,94)
#2A3549
(42,53,73)
#1F2634
(31,38,52)
#14171F
(20,23,31)
#000000
(0,0,0)

Tints of #82ADF1

#82ADF1
(130,173,241)
#8DB4F2
(141,180,242)
#98BBF3
(152,187,243)
#A3C2F4
(163,194,244)
#AEC9F5
(174,201,245)
#B9D0F6
(185,208,246)
#C4D7F7
(196,215,247)
#CFDEF8
(207,222,248)
#DAE5F9
(218,229,249)
#E5ECFA
(229,236,250)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82ADF1 color. Also use rgb(130,173,241) instead hex code.

Text Font Color

.myTextColor { color: #82ADF1; }

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

This text font color is #82ADF1.


Background Color

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

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

This div background color is #82ADF1.


Border color

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

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

This div border color is #82ADF1.


Opacity

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

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

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

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

This text has shadow with #82ADF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ADF1 on black background.


Color preview on white background

This text has color #82ADF1 on white background.



Black color preview on #82ADF1 background

This text has black color on #82ADF1 background.


White color preview on #82ADF1 background

This text has white color on #82ADF1 background.