COLOR #82DCE0

HEX: #82DCE0 RGB: (130,220,224)

Color info

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

RGB color model

#82DCE0 color RGB value is (130,220,224).

RGB: (130,220,224) (51%, 86%, 88%)

RGB channels and saturation

R 130 of 255 = 51%
G 220 of 255 = 86%
B 224 of 255 = 88%

130
220
224

R + G + B ~ 75%. #82DCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 220 + 224 = 574 (100%)
R 130 of 574 ~ 22.65%
G 220 of 574 ~ 38.33%
B 224 of 574 ~ 39.02'%

%22.65
%38.33
%39.02

CMYK color model

#82DCE0 color CMYK value is (42,2,0,12).

  • cyan value is 41.96%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (42,2,0,12)
C42M2Y0K12 (42%, 2%, 0%, 12%)
(0.42 / 0.02 / 0.00 / 0.12)

CMYK percentages

%41.96
%1.79
%0
%12.16

Codes

Color #82DCE0 in popluar color models

82 DC E0
RGB 130 220 224
HSL 183° 60.26% 69.41%
HSB/HSV 183° 41.96% 87.84%
CMYK 41.96% 1.79% 0.00%
12.16%

Color #82DCE0 in popluar number systems.

HEX 82 DC E0
Decimal 130 220 224
Binary 10000010 11011100 11100000
Octal 202 334 340

Shades and tints

Shades of #82DCE0

#82DCE0
(130,220,224)
#77C8CC
(119,200,204)
#6CB4B8
(108,180,184)
#61A0A4
(97,160,164)
#568C90
(86,140,144)
#4B787C
(75,120,124)
#406468
(64,100,104)
#355054
(53,80,84)
#2A3C40
(42,60,64)
#1F282C
(31,40,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #82DCE0

#82DCE0
(130,220,224)
#8DDFE2
(141,223,226)
#98E2E4
(152,226,228)
#A3E5E6
(163,229,230)
#AEE8E8
(174,232,232)
#B9EBEA
(185,235,234)
#C4EEEC
(196,238,236)
#CFF1EE
(207,241,238)
#DAF4F0
(218,244,240)
#E5F7F2
(229,247,242)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DCE0 color. Also use rgb(130,220,224) instead hex code.

Text Font Color

.myTextColor { color: #82DCE0; }

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

This text font color is #82DCE0.

Background Color

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

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

This div background color is #82DCE0.

Border color

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

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

This div border color is #82DCE0.

Opacity

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

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

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

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

This text has shadow with #82DCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82DCE0.

Preview

Color preview on black background

This text has color #82DCE0 on black background.


Color preview on white background

This text has color #82DCE0 on white background.


Black color preview on #82DCE0 background

This text has black color on #82DCE0 background.


White color preview on #82DCE0 background

This text has white color on #82DCE0 background.


Related colors

Complementary color

Complementary color for #hex is #7D231F.


I love getcolorcode.com

Triadic colors

1 #E082DC and #DCE082 with #82DCE0 are triadic colors.

2 #E0DC82 and #DC82E0 with #82DCE0 are triadic colors.