COLOR #82B0D9

HEX: #82B0D9
RGB: (130,176,217)

Color info

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

RGB color model

#82B0D9 color RGB value is (130,176,217).

  • red value is 130;
  • green value is 176;
  • blue value is 217.
RGB:
(130,176,217)
(51%,69%,85%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 217 of 255 = 85%

130
176
217

R + G + B ~ 68%. #82B0D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 176 + 217 = 523 (100%)
R 130 of 523 ~ 24.86%
G 176 of 523 ~ 33.65%
B 217 of 523 ~ 41.49%

%24.86
%33.65
%41.49

CMYK color model

#82B0D9 color CMYK value is (40,19,0,15).

  • cyan value is 40.09%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(40,19,0,15)
C40M19Y0K15 
(40%,19%,0%,15%)
(0.40/0.19/0.00/0.15)	

CMYK percentages

%40.09
%18.89
%0
%14.9

Codes

Color #82B0D9 in popluar color models

82B0D9
RGB130176217
HSL208°53.37%68.04%
HSB/HSV208°40.09%85.10%
CMYK40.09%18.89%0.00%
14.90%

Color #82B0D9 in popluar number systems.

HEX82B0D9
Decimal130176217
Binary100000101011000011011001
Octal202260331

Shades and tints

Shades of #82B0D9

#82B0D9
(130,176,217)
#77A0C6
(119,160,198)
#6C90B3
(108,144,179)
#6180A0
(97,128,160)
#56708D
(86,112,141)
#4B607A
(75,96,122)
#405067
(64,80,103)
#354054
(53,64,84)
#2A3041
(42,48,65)
#1F202E
(31,32,46)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #82B0D9

#82B0D9
(130,176,217)
#8DB7DC
(141,183,220)
#98BEDF
(152,190,223)
#A3C5E2
(163,197,226)
#AECCE5
(174,204,229)
#B9D3E8
(185,211,232)
#C4DAEB
(196,218,235)
#CFE1EE
(207,225,238)
#DAE8F1
(218,232,241)
#E5EFF4
(229,239,244)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B0D9 color. Also use rgb(130,176,217) instead hex code.

Text Font Color

.myTextColor { color: #82B0D9; }

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

This text font color is #82B0D9.


Background Color

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

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

This div background color is #82B0D9.


Border color

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

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

This div border color is #82B0D9.


Opacity

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

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

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

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

This text has shadow with #82B0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B0D9 on black background.


Color preview on white background

This text has color #82B0D9 on white background.



Black color preview on #82B0D9 background

This text has black color on #82B0D9 background.


White color preview on #82B0D9 background

This text has white color on #82B0D9 background.