COLOR #82A9FC

HEX: #82A9FC
RGB: (130,169,252)

Color info

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

RGB color model

#82A9FC color RGB value is (130,169,252).

  • red value is 130;
  • green value is 169;
  • blue value is 252.
RGB:
(130,169,252)
(51%,66%,99%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 252 of 255 = 99%

130
169
252

R + G + B ~ 72%. #82A9FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 252 = 551 (100%)
R 130 of 551 ~ 23.59%
G 169 of 551 ~ 30.67%
B 252 of 551 ~ 45.74%

%23.59
%30.67
%45.74

CMYK color model

#82A9FC color CMYK value is (48,33,0,1).

  • cyan value is 48.41%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(48,33,0,1)
C48M33Y0K1 
(48%,33%,0%,1%)
(0.48/0.33/0.00/0.01)	

CMYK percentages

%48.41
%32.94
%0
%1.18

Codes

Color #82A9FC in popluar color models

82A9FC
RGB130169252
HSL221°95.31%74.90%
HSB/HSV221°48.41%98.82%
CMYK48.41%32.94%0.00%
1.18%

Color #82A9FC in popluar number systems.

HEX82A9FC
Decimal130169252
Binary100000101010100111111100
Octal202251374

Shades and tints

Shades of #82A9FC

#82A9FC
(130,169,252)
#779AE6
(119,154,230)
#6C8BD0
(108,139,208)
#617CBA
(97,124,186)
#566DA4
(86,109,164)
#4B5E8E
(75,94,142)
#404F78
(64,79,120)
#354062
(53,64,98)
#2A314C
(42,49,76)
#1F2236
(31,34,54)
#141320
(20,19,32)
#000000
(0,0,0)

Tints of #82A9FC

#82A9FC
(130,169,252)
#8DB0FC
(141,176,252)
#98B7FC
(152,183,252)
#A3BEFC
(163,190,252)
#AEC5FC
(174,197,252)
#B9CCFC
(185,204,252)
#C4D3FC
(196,211,252)
#CFDAFC
(207,218,252)
#DAE1FC
(218,225,252)
#E5E8FC
(229,232,252)
#F0EFFC
(240,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A9FC color. Also use rgb(130,169,252) instead hex code.

Text Font Color

.myTextColor { color: #82A9FC; }

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

This text font color is #82A9FC.


Background Color

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

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

This div background color is #82A9FC.


Border color

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

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

This div border color is #82A9FC.


Opacity

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

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

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

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

This text has shadow with #82A9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A9FC on black background.


Color preview on white background

This text has color #82A9FC on white background.



Black color preview on #82A9FC background

This text has black color on #82A9FC background.


White color preview on #82A9FC background

This text has white color on #82A9FC background.