COLOR #82B5D1

HEX: #82B5D1
RGB: (130,181,209)

Color info

#82B5D1 contains mainly green and blue colors. Web safe color of #82B5D1 is #99CCCC (or #9CC).

RGB color model

#82B5D1 color RGB value is (130,181,209).

  • red value is 130;
  • green value is 181;
  • blue value is 209.
RGB:
(130,181,209)
(51%,71%,82%)

RGB channels and saturation

R 130 of 255 = 51%
G 181 of 255 = 71%
B 209 of 255 = 82%

130
181
209

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

Portions of RGB colors in percentages

R + G + B =
130 + 181 + 209 = 520 (100%)
R 130 of 520 ~ 25%
G 181 of 520 ~ 34.81%
B 209 of 520 ~ 40.19%

%25
%34.81
%40.19

CMYK color model

#82B5D1 color CMYK value is (38,13,0,18).

  • cyan value is 37.80%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(38,13,0,18)
C38M13Y0K18 
(38%,13%,0%,18%)
(0.38/0.13/0.00/0.18)	

CMYK percentages

%37.8
%13.4
%0
%18.04

Codes

Color #82B5D1 in popluar color models

82B5D1
RGB130181209
HSL201°46.20%66.47%
HSB/HSV201°37.80%81.96%
CMYK37.80%13.40%0.00%
18.04%

Color #82B5D1 in popluar number systems.

HEX82B5D1
Decimal130181209
Binary100000101011010111010001
Octal202265321

Shades and tints

Shades of #82B5D1

#82B5D1
(130,181,209)
#77A5BE
(119,165,190)
#6C95AB
(108,149,171)
#618598
(97,133,152)
#567585
(86,117,133)
#4B6572
(75,101,114)
#40555F
(64,85,95)
#35454C
(53,69,76)
#2A3539
(42,53,57)
#1F2526
(31,37,38)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #82B5D1

#82B5D1
(130,181,209)
#8DBBD5
(141,187,213)
#98C1D9
(152,193,217)
#A3C7DD
(163,199,221)
#AECDE1
(174,205,225)
#B9D3E5
(185,211,229)
#C4D9E9
(196,217,233)
#CFDFED
(207,223,237)
#DAE5F1
(218,229,241)
#E5EBF5
(229,235,245)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B5D1 color. Also use rgb(130,181,209) instead hex code.

Text Font Color

.myTextColor { color: #82B5D1; }

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

This text font color is #82B5D1.


Background Color

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

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

This div background color is #82B5D1.


Border color

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

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

This div border color is #82B5D1.


Opacity

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

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

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

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

This text has shadow with #82B5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B5D1 on black background.


Color preview on white background

This text has color #82B5D1 on white background.



Black color preview on #82B5D1 background

This text has black color on #82B5D1 background.


White color preview on #82B5D1 background

This text has white color on #82B5D1 background.