COLOR #82A5D6

HEX: #82A5D6
RGB: (130,165,214)

Color info

#82A5D6 contains mainly green and blue colors. Web safe color of #82A5D6 is #9999CC (or #99C).

RGB color model

#82A5D6 color RGB value is (130,165,214).

  • red value is 130;
  • green value is 165;
  • blue value is 214.
RGB:
(130,165,214)
(51%,65%,84%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 214 of 255 = 84%

130
165
214

R + G + B ~ 67%. #82A5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 214 = 509 (100%)
R 130 of 509 ~ 25.54%
G 165 of 509 ~ 32.42%
B 214 of 509 ~ 42.04%

%25.54
%32.42
%42.04

CMYK color model

#82A5D6 color CMYK value is (39,23,0,16).

  • cyan value is 39.25%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(39,23,0,16)
C39M23Y0K16 
(39%,23%,0%,16%)
(0.39/0.23/0.00/0.16)	

CMYK percentages

%39.25
%22.9
%0
%16.08

Codes

Color #82A5D6 in popluar color models

82A5D6
RGB130165214
HSL215°50.60%67.45%
HSB/HSV215°39.25%83.92%
CMYK39.25%22.90%0.00%
16.08%

Color #82A5D6 in popluar number systems.

HEX82A5D6
Decimal130165214
Binary100000101010010111010110
Octal202245326

Shades and tints

Shades of #82A5D6

#82A5D6
(130,165,214)
#7796C3
(119,150,195)
#6C87B0
(108,135,176)
#61789D
(97,120,157)
#56698A
(86,105,138)
#4B5A77
(75,90,119)
#404B64
(64,75,100)
#353C51
(53,60,81)
#2A2D3E
(42,45,62)
#1F1E2B
(31,30,43)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #82A5D6

#82A5D6
(130,165,214)
#8DADD9
(141,173,217)
#98B5DC
(152,181,220)
#A3BDDF
(163,189,223)
#AEC5E2
(174,197,226)
#B9CDE5
(185,205,229)
#C4D5E8
(196,213,232)
#CFDDEB
(207,221,235)
#DAE5EE
(218,229,238)
#E5EDF1
(229,237,241)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A5D6 color. Also use rgb(130,165,214) instead hex code.

Text Font Color

.myTextColor { color: #82A5D6; }

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

This text font color is #82A5D6.


Background Color

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

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

This div background color is #82A5D6.


Border color

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

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

This div border color is #82A5D6.


Opacity

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

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

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

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

This text has shadow with #82A5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A5D6 on black background.


Color preview on white background

This text has color #82A5D6 on white background.



Black color preview on #82A5D6 background

This text has black color on #82A5D6 background.


White color preview on #82A5D6 background

This text has white color on #82A5D6 background.