COLOR #82B9DA

HEX: #82B9DA
RGB: (130,185,218)

Color info

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

RGB color model

#82B9DA color RGB value is (130,185,218).

  • red value is 130;
  • green value is 185;
  • blue value is 218.
RGB:
(130,185,218)
(51%,73%,85%)

RGB channels and saturation

R 130 of 255 = 51%
G 185 of 255 = 73%
B 218 of 255 = 85%

130
185
218

R + G + B ~ 70%. #82B9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 185 + 218 = 533 (100%)
R 130 of 533 ~ 24.39%
G 185 of 533 ~ 34.71%
B 218 of 533 ~ 40.9%

%24.39
%34.71
%40.9

CMYK color model

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

  • cyan value is 40.37%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(40,15,0,15)
C40M15Y0K15 
(40%,15%,0%,15%)
(0.40/0.15/0.00/0.15)	

CMYK percentages

%40.37
%15.14
%0
%14.51

Codes

Color #82B9DA in popluar color models

82B9DA
RGB130185218
HSL203°54.32%68.24%
HSB/HSV203°40.37%85.49%
CMYK40.37%15.14%0.00%
14.51%

Color #82B9DA in popluar number systems.

HEX82B9DA
Decimal130185218
Binary100000101011100111011010
Octal202271332

Shades and tints

Shades of #82B9DA

#82B9DA
(130,185,218)
#77A9C7
(119,169,199)
#6C99B4
(108,153,180)
#6189A1
(97,137,161)
#56798E
(86,121,142)
#4B697B
(75,105,123)
#405968
(64,89,104)
#354955
(53,73,85)
#2A3942
(42,57,66)
#1F292F
(31,41,47)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #82B9DA

#82B9DA
(130,185,218)
#8DBFDD
(141,191,221)
#98C5E0
(152,197,224)
#A3CBE3
(163,203,227)
#AED1E6
(174,209,230)
#B9D7E9
(185,215,233)
#C4DDEC
(196,221,236)
#CFE3EF
(207,227,239)
#DAE9F2
(218,233,242)
#E5EFF5
(229,239,245)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B9DA color. Also use rgb(130,185,218) instead hex code.

Text Font Color

.myTextColor { color: #82B9DA; }

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

This text font color is #82B9DA.


Background Color

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

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

This div background color is #82B9DA.


Border color

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

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

This div border color is #82B9DA.


Opacity

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

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

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

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

This text has shadow with #82B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B9DA on black background.


Color preview on white background

This text has color #82B9DA on white background.



Black color preview on #82B9DA background

This text has black color on #82B9DA background.


White color preview on #82B9DA background

This text has white color on #82B9DA background.