COLOR #82D0CA

HEX: #82D0CA RGB: (130,208,202)

Color info

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

RGB color model

#82D0CA color RGB value is (130,208,202).

RGB: (130,208,202) (51%, 82%, 79%)

RGB channels and saturation

R 130 of 255 = 51%
G 208 of 255 = 82%
B 202 of 255 = 79%

130
208
202

R + G + B ~ 71%. #82D0CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 208 + 202 = 540 (100%)
R 130 of 540 ~ 24.07%
G 208 of 540 ~ 38.52%
B 202 of 540 ~ 37.41'%

%24.07
%38.52
%37.41

CMYK color model

#82D0CA color CMYK value is (38,0,3,18).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%

CMYK: (38,0,3,18)
C38M0Y3K18 (38%, 0%, 3%, 18%)
(0.38 / 0.00 / 0.03 / 0.18)

CMYK percentages

%37.5
%0
%2.88
%18.43

Codes

Color #82D0CA in popluar color models

82 D0 CA
RGB 130 208 202
HSL 175° 45.35% 66.27%
HSB/HSV 175° 37.50% 81.57%
CMYK 37.50% 0.00% 2.88%
18.43%

Color #82D0CA in popluar number systems.

HEX 82 D0 CA
Decimal 130 208 202
Binary 10000010 11010000 11001010
Octal 202 320 312

Shades and tints

Shades of #82D0CA

#82D0CA
(130,208,202)
#77BEB8
(119,190,184)
#6CACA6
(108,172,166)
#619A94
(97,154,148)
#568882
(86,136,130)
#4B7670
(75,118,112)
#40645E
(64,100,94)
#35524C
(53,82,76)
#2A403A
(42,64,58)
#1F2E28
(31,46,40)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #82D0CA

#82D0CA
(130,208,202)
#8DD4CE
(141,212,206)
#98D8D2
(152,216,210)
#A3DCD6
(163,220,214)
#AEE0DA
(174,224,218)
#B9E4DE
(185,228,222)
#C4E8E2
(196,232,226)
#CFECE6
(207,236,230)
#DAF0EA
(218,240,234)
#E5F4EE
(229,244,238)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D0CA color. Also use rgb(130,208,202) instead hex code.

Text Font Color

.myTextColor { color: #82D0CA; }

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

This text font color is #82D0CA.

Background Color

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

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

This div background color is #82D0CA.

Border color

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

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

This div border color is #82D0CA.

Opacity

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

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

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

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

This text has shadow with #82D0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D0CA.

Preview

Color preview on black background

This text has color #82D0CA on black background.


Color preview on white background

This text has color #82D0CA on white background.


Black color preview on #82D0CA background

This text has black color on #82D0CA background.


White color preview on #82D0CA background

This text has white color on #82D0CA background.


Related colors

Complementary color

Complementary color for #hex is #7D2F35.


I love getcolorcode.com

Triadic colors

1 #CA82D0 and #D0CA82 with #82D0CA are triadic colors.

2 #CAD082 and #D082CA with #82D0CA are triadic colors.