COLOR #82A0F0

HEX: #82A0F0
RGB: (130,160,240)

Color info

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

RGB color model

#82A0F0 color RGB value is (130,160,240).

  • red value is 130;
  • green value is 160;
  • blue value is 240.
RGB:
(130,160,240)
(51%,63%,94%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 240 of 255 = 94%

130
160
240

R + G + B ~ 69%. #82A0F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 160 + 240 = 530 (100%)
R 130 of 530 ~ 24.53%
G 160 of 530 ~ 30.19%
B 240 of 530 ~ 45.28%

%24.53
%30.19
%45.28

CMYK color model

#82A0F0 color CMYK value is (46,33,0,6).

  • cyan value is 45.83%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(46,33,0,6)
C46M33Y0K6 
(46%,33%,0%,6%)
(0.46/0.33/0.00/0.06)	

CMYK percentages

%45.83
%33.33
%0
%5.88

Codes

Color #82A0F0 in popluar color models

82A0F0
RGB130160240
HSL224°78.57%72.55%
HSB/HSV224°45.83%94.12%
CMYK45.83%33.33%0.00%
5.88%

Color #82A0F0 in popluar number systems.

HEX82A0F0
Decimal130160240
Binary100000101010000011110000
Octal202240360

Shades and tints

Shades of #82A0F0

#82A0F0
(130,160,240)
#7792DB
(119,146,219)
#6C84C6
(108,132,198)
#6176B1
(97,118,177)
#56689C
(86,104,156)
#4B5A87
(75,90,135)
#404C72
(64,76,114)
#353E5D
(53,62,93)
#2A3048
(42,48,72)
#1F2233
(31,34,51)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #82A0F0

#82A0F0
(130,160,240)
#8DA8F1
(141,168,241)
#98B0F2
(152,176,242)
#A3B8F3
(163,184,243)
#AEC0F4
(174,192,244)
#B9C8F5
(185,200,245)
#C4D0F6
(196,208,246)
#CFD8F7
(207,216,247)
#DAE0F8
(218,224,248)
#E5E8F9
(229,232,249)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A0F0 color. Also use rgb(130,160,240) instead hex code.

Text Font Color

.myTextColor { color: #82A0F0; }

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

This text font color is #82A0F0.


Background Color

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

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

This div background color is #82A0F0.


Border color

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

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

This div border color is #82A0F0.


Opacity

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

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

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

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

This text has shadow with #82A0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A0F0 on black background.


Color preview on white background

This text has color #82A0F0 on white background.



Black color preview on #82A0F0 background

This text has black color on #82A0F0 background.


White color preview on #82A0F0 background

This text has white color on #82A0F0 background.