COLOR #82DEE4

HEX: #82DEE4 RGB: (130,222,228)

Color info

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

RGB color model

#82DEE4 color RGB value is (130,222,228).

RGB: (130,222,228) (51%, 87%, 89%)

RGB channels and saturation

R 130 of 255 = 51%
G 222 of 255 = 87%
B 228 of 255 = 89%

130
222
228

R + G + B ~ 76%. #82DEE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 222 + 228 = 580 (100%)
R 130 of 580 ~ 22.41%
G 222 of 580 ~ 38.28%
B 228 of 580 ~ 39.31'%

%22.41
%38.28
%39.31

CMYK color model

#82DEE4 color CMYK value is (43,3,0,11).

  • cyan value is 42.98%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (43,3,0,11)
C43M3Y0K11 (43%, 3%, 0%, 11%)
(0.43 / 0.03 / 0.00 / 0.11)

CMYK percentages

%42.98
%2.63
%0
%10.59

Codes

Color #82DEE4 in popluar color models

82 DE E4
RGB 130 222 228
HSL 184° 64.47% 70.20%
HSB/HSV 184° 42.98% 89.41%
CMYK 42.98% 2.63% 0.00%
10.59%

Color #82DEE4 in popluar number systems.

HEX 82 DE E4
Decimal 130 222 228
Binary 10000010 11011110 11100100
Octal 202 336 344

Shades and tints

Shades of #82DEE4

#82DEE4
(130,222,228)
#77CAD0
(119,202,208)
#6CB6BC
(108,182,188)
#61A2A8
(97,162,168)
#568E94
(86,142,148)
#4B7A80
(75,122,128)
#40666C
(64,102,108)
#355258
(53,82,88)
#2A3E44
(42,62,68)
#1F2A30
(31,42,48)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #82DEE4

#82DEE4
(130,222,228)
#8DE1E6
(141,225,230)
#98E4E8
(152,228,232)
#A3E7EA
(163,231,234)
#AEEAEC
(174,234,236)
#B9EDEE
(185,237,238)
#C4F0F0
(196,240,240)
#CFF3F2
(207,243,242)
#DAF6F4
(218,246,244)
#E5F9F6
(229,249,246)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82DEE4; }

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

This text font color is #82DEE4.

Background Color

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

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

This div background color is #82DEE4.

Border color

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

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

This div border color is #82DEE4.

Opacity

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

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

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

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

This text has shadow with #82DEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82DEE4.

Preview

Color preview on black background

This text has color #82DEE4 on black background.


Color preview on white background

This text has color #82DEE4 on white background.


Black color preview on #82DEE4 background

This text has black color on #82DEE4 background.


White color preview on #82DEE4 background

This text has white color on #82DEE4 background.


Related colors

Complementary color

Complementary color for #hex is #7D211B.


I love getcolorcode.com

Triadic colors

1 #E482DE and #DEE482 with #82DEE4 are triadic colors.

2 #E4DE82 and #DE82E4 with #82DEE4 are triadic colors.