COLOR #82B1FD

HEX: #82B1FD
RGB: (130,177,253)

Color info

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

RGB color model

#82B1FD color RGB value is (130,177,253).

  • red value is 130;
  • green value is 177;
  • blue value is 253.
RGB:
(130,177,253)
(51%,69%,99%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 253 of 255 = 99%

130
177
253

R + G + B ~ 73%. #82B1FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 177 + 253 = 560 (100%)
R 130 of 560 ~ 23.21%
G 177 of 560 ~ 31.61%
B 253 of 560 ~ 45.18%

%23.21
%31.61
%45.18

CMYK color model

#82B1FD color CMYK value is (49,30,0,1).

  • cyan value is 48.62%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(49,30,0,1)
C49M30Y0K1 
(49%,30%,0%,1%)
(0.49/0.30/0.00/0.01)	

CMYK percentages

%48.62
%30.04
%0
%0.78

Codes

Color #82B1FD in popluar color models

82B1FD
RGB130177253
HSL217°96.85%75.10%
HSB/HSV217°48.62%99.22%
CMYK48.62%30.04%0.00%
0.78%

Color #82B1FD in popluar number systems.

HEX82B1FD
Decimal130177253
Binary100000101011000111111101
Octal202261375

Shades and tints

Shades of #82B1FD

#82B1FD
(130,177,253)
#77A1E6
(119,161,230)
#6C91CF
(108,145,207)
#6181B8
(97,129,184)
#5671A1
(86,113,161)
#4B618A
(75,97,138)
#405173
(64,81,115)
#35415C
(53,65,92)
#2A3145
(42,49,69)
#1F212E
(31,33,46)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #82B1FD

#82B1FD
(130,177,253)
#8DB8FD
(141,184,253)
#98BFFD
(152,191,253)
#A3C6FD
(163,198,253)
#AECDFD
(174,205,253)
#B9D4FD
(185,212,253)
#C4DBFD
(196,219,253)
#CFE2FD
(207,226,253)
#DAE9FD
(218,233,253)
#E5F0FD
(229,240,253)
#F0F7FD
(240,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B1FD color. Also use rgb(130,177,253) instead hex code.

Text Font Color

.myTextColor { color: #82B1FD; }

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

This text font color is #82B1FD.


Background Color

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

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

This div background color is #82B1FD.


Border color

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

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

This div border color is #82B1FD.


Opacity

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

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

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

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

This text has shadow with #82B1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B1FD on black background.


Color preview on white background

This text has color #82B1FD on white background.



Black color preview on #82B1FD background

This text has black color on #82B1FD background.


White color preview on #82B1FD background

This text has white color on #82B1FD background.