COLOR #82D2AC

HEX: #82D2AC RGB: (130,210,172)

Color info

#82D2AC contains mainly green and blue colors. Web safe color of #82D2AC is #99CC99 (or #9C9).

RGB color model

#82D2AC color RGB value is (130,210,172).

RGB: (130,210,172) (51%, 82%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 210 of 255 = 82%
B 172 of 255 = 67%

130
210
172

R + G + B ~ 67%. #82D2AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 210 + 172 = 512 (100%)
R 130 of 512 ~ 25.39%
G 210 of 512 ~ 41.02%
B 172 of 512 ~ 33.59'%

%25.39
%41.02
%33.59

CMYK color model

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

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 17.65%

CMYK: (38,0,18,18)
C38M0Y18K18 (38%, 0%, 18%, 18%)
(0.38 / 0.00 / 0.18 / 0.18)

CMYK percentages

%38.1
%0
%18.1
%17.65

Codes

Color #82D2AC in popluar color models

82 D2 AC
RGB 130 210 172
HSL 152° 47.06% 66.67%
HSB/HSV 152° 38.10% 82.35%
CMYK 38.10% 0.00% 18.10%
17.65%

Color #82D2AC in popluar number systems.

HEX 82 D2 AC
Decimal 130 210 172
Binary 10000010 11010010 10101100
Octal 202 322 254

Shades and tints

Shades of #82D2AC

#82D2AC
(130,210,172)
#77BF9D
(119,191,157)
#6CAC8E
(108,172,142)
#61997F
(97,153,127)
#568670
(86,134,112)
#4B7361
(75,115,97)
#406052
(64,96,82)
#354D43
(53,77,67)
#2A3A34
(42,58,52)
#1F2725
(31,39,37)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #82D2AC

#82D2AC
(130,210,172)
#8DD6B3
(141,214,179)
#98DABA
(152,218,186)
#A3DEC1
(163,222,193)
#AEE2C8
(174,226,200)
#B9E6CF
(185,230,207)
#C4EAD6
(196,234,214)
#CFEEDD
(207,238,221)
#DAF2E4
(218,242,228)
#E5F6EB
(229,246,235)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D2AC color. Also use rgb(130,210,172) instead hex code.

Text Font Color

.myTextColor { color: #82D2AC; }

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

This text font color is #82D2AC.

Background Color

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

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

This div background color is #82D2AC.

Border color

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

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

This div border color is #82D2AC.

Opacity

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

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

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

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

This text has shadow with #82D2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D2AC.

Preview

Color preview on black background

This text has color #82D2AC on black background.


Color preview on white background

This text has color #82D2AC on white background.


Black color preview on #82D2AC background

This text has black color on #82D2AC background.


White color preview on #82D2AC background

This text has white color on #82D2AC background.


Related colors

Complementary color

Complementary color for #hex is #7D2D53.


I love getcolorcode.com

Triadic colors

1 #AC82D2 and #D2AC82 with #82D2AC are triadic colors.

2 #ACD282 and #D282AC with #82D2AC are triadic colors.