COLOR #82B3F4

HEX: #82B3F4
RGB: (130,179,244)

Color info

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

RGB color model

#82B3F4 color RGB value is (130,179,244).

  • red value is 130;
  • green value is 179;
  • blue value is 244.
RGB:
(130,179,244)
(51%,70%,96%)

RGB channels and saturation

R 130 of 255 = 51%
G 179 of 255 = 70%
B 244 of 255 = 96%

130
179
244

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

Portions of RGB colors in percentages

R + G + B =
130 + 179 + 244 = 553 (100%)
R 130 of 553 ~ 23.51%
G 179 of 553 ~ 32.37%
B 244 of 553 ~ 44.12%

%23.51
%32.37
%44.12

CMYK color model

#82B3F4 color CMYK value is (47,27,0,4).

  • cyan value is 46.72%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(47,27,0,4)
C47M27Y0K4 
(47%,27%,0%,4%)
(0.47/0.27/0.00/0.04)	

CMYK percentages

%46.72
%26.64
%0
%4.31

Codes

Color #82B3F4 in popluar color models

82B3F4
RGB130179244
HSL214°83.82%73.33%
HSB/HSV214°46.72%95.69%
CMYK46.72%26.64%0.00%
4.31%

Color #82B3F4 in popluar number systems.

HEX82B3F4
Decimal130179244
Binary100000101011001111110100
Octal202263364

Shades and tints

Shades of #82B3F4

#82B3F4
(130,179,244)
#77A3DE
(119,163,222)
#6C93C8
(108,147,200)
#6183B2
(97,131,178)
#56739C
(86,115,156)
#4B6386
(75,99,134)
#405370
(64,83,112)
#35435A
(53,67,90)
#2A3344
(42,51,68)
#1F232E
(31,35,46)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #82B3F4

#82B3F4
(130,179,244)
#8DB9F5
(141,185,245)
#98BFF6
(152,191,246)
#A3C5F7
(163,197,247)
#AECBF8
(174,203,248)
#B9D1F9
(185,209,249)
#C4D7FA
(196,215,250)
#CFDDFB
(207,221,251)
#DAE3FC
(218,227,252)
#E5E9FD
(229,233,253)
#F0EFFE
(240,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B3F4 color. Also use rgb(130,179,244) instead hex code.

Text Font Color

.myTextColor { color: #82B3F4; }

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

This text font color is #82B3F4.


Background Color

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

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

This div background color is #82B3F4.


Border color

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

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

This div border color is #82B3F4.


Opacity

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

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

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

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

This text has shadow with #82B3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B3F4 on black background.


Color preview on white background

This text has color #82B3F4 on white background.



Black color preview on #82B3F4 background

This text has black color on #82B3F4 background.


White color preview on #82B3F4 background

This text has white color on #82B3F4 background.