COLOR #82DBED

HEX: #82DBED
RGB: (130,219,237)

Color info

#82DBED contains mainly green and blue colors. Web safe color of #82DBED is #99CCFF (or #9CF).

RGB color model

#82DBED color RGB value is (130,219,237).

  • red value is 130;
  • green value is 219;
  • blue value is 237.
RGB:
(130,219,237)
(51%,86%,93%)

RGB channels and saturation

R 130 of 255 = 51%
G 219 of 255 = 86%
B 237 of 255 = 93%

130
219
237

R + G + B ~ 77%. #82DBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 219 + 237 = 586 (100%)
R 130 of 586 ~ 22.18%
G 219 of 586 ~ 37.37%
B 237 of 586 ~ 40.44%

%22.18
%37.37
%40.44

CMYK color model

#82DBED color CMYK value is (45,8,0,7).

  • cyan value is 45.15%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(45,8,0,7)
C45M8Y0K7 
(45%,8%,0%,7%)
(0.45/0.08/0.00/0.07)	

CMYK percentages

%45.15
%7.59
%0
%7.06

Codes

Color #82DBED in popluar color models

82DBED
RGB130219237
HSL190°74.83%71.96%
HSB/HSV190°45.15%92.94%
CMYK45.15%7.59%0.00%
7.06%

Color #82DBED in popluar number systems.

HEX82DBED
Decimal130219237
Binary100000101101101111101101
Octal202333355

Shades and tints

Shades of #82DBED

#82DBED
(130,219,237)
#77C8D8
(119,200,216)
#6CB5C3
(108,181,195)
#61A2AE
(97,162,174)
#568F99
(86,143,153)
#4B7C84
(75,124,132)
#40696F
(64,105,111)
#35565A
(53,86,90)
#2A4345
(42,67,69)
#1F3030
(31,48,48)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #82DBED

#82DBED
(130,219,237)
#8DDEEE
(141,222,238)
#98E1EF
(152,225,239)
#A3E4F0
(163,228,240)
#AEE7F1
(174,231,241)
#B9EAF2
(185,234,242)
#C4EDF3
(196,237,243)
#CFF0F4
(207,240,244)
#DAF3F5
(218,243,245)
#E5F6F6
(229,246,246)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DBED color. Also use rgb(130,219,237) instead hex code.

Text Font Color

.myTextColor { color: #82DBED; }

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

This text font color is #82DBED.


Background Color

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

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

This div background color is #82DBED.


Border color

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

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

This div border color is #82DBED.


Opacity

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

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

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

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

This text has shadow with #82DBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DBED on black background.


Color preview on white background

This text has color #82DBED on white background.



Black color preview on #82DBED background

This text has black color on #82DBED background.


White color preview on #82DBED background

This text has white color on #82DBED background.