COLOR #82DEDA

HEX: #82DEDA RGB: (130,222,218)

Color info

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

RGB color model

#82DEDA color RGB value is (130,222,218).

RGB: (130,222,218) (51%, 87%, 85%)

RGB channels and saturation

R 130 of 255 = 51%
G 222 of 255 = 87%
B 218 of 255 = 85%

130
222
218

R + G + B ~ 74%. #82DEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 222 + 218 = 570 (100%)
R 130 of 570 ~ 22.81%
G 222 of 570 ~ 38.95%
B 218 of 570 ~ 38.25'%

%22.81
%38.95
%38.25

CMYK color model

#82DEDA color CMYK value is (41,0,2,13).

  • cyan value is 41.44%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 12.94%

CMYK: (41,0,2,13)
C41M0Y2K13 (41%, 0%, 2%, 13%)
(0.41 / 0.00 / 0.02 / 0.13)

CMYK percentages

%41.44
%0
%1.8
%12.94

Codes

Color #82DEDA in popluar color models

82 DE DA
RGB 130 222 218
HSL 177° 58.23% 69.02%
HSB/HSV 177° 41.44% 87.06%
CMYK 41.44% 0.00% 1.80%
12.94%

Color #82DEDA in popluar number systems.

HEX 82 DE DA
Decimal 130 222 218
Binary 10000010 11011110 11011010
Octal 202 336 332

Shades and tints

Shades of #82DEDA

#82DEDA
(130,222,218)
#77CAC7
(119,202,199)
#6CB6B4
(108,182,180)
#61A2A1
(97,162,161)
#568E8E
(86,142,142)
#4B7A7B
(75,122,123)
#406668
(64,102,104)
#355255
(53,82,85)
#2A3E42
(42,62,66)
#1F2A2F
(31,42,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #82DEDA

#82DEDA
(130,222,218)
#8DE1DD
(141,225,221)
#98E4E0
(152,228,224)
#A3E7E3
(163,231,227)
#AEEAE6
(174,234,230)
#B9EDE9
(185,237,233)
#C4F0EC
(196,240,236)
#CFF3EF
(207,243,239)
#DAF6F2
(218,246,242)
#E5F9F5
(229,249,245)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82DEDA; }

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

This text font color is #82DEDA.

Background Color

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

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

This div background color is #82DEDA.

Border color

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

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

This div border color is #82DEDA.

Opacity

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

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

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

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

This text has shadow with #82DEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82DEDA.

Preview

Color preview on black background

This text has color #82DEDA on black background.


Color preview on white background

This text has color #82DEDA on white background.


Black color preview on #82DEDA background

This text has black color on #82DEDA background.


White color preview on #82DEDA background

This text has white color on #82DEDA background.


Related colors

Complementary color

Complementary color for #hex is #7D2125.


I love getcolorcode.com

Triadic colors

1 #DA82DE and #DEDA82 with #82DEDA are triadic colors.

2 #DADE82 and #DE82DA with #82DEDA are triadic colors.