COLOR #82D3D2

HEX: #82D3D2 RGB: (130,211,210)

Color info

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

RGB color model

#82D3D2 color RGB value is (130,211,210).

RGB: (130,211,210) (51%, 83%, 82%)

RGB channels and saturation

R 130 of 255 = 51%
G 211 of 255 = 83%
B 210 of 255 = 82%

130
211
210

R + G + B ~ 72%. #82D3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 211 + 210 = 551 (100%)
R 130 of 551 ~ 23.59%
G 211 of 551 ~ 38.29%
B 210 of 551 ~ 38.11'%

%23.59
%38.29
%38.11

CMYK color model

#82D3D2 color CMYK value is (38,0,0,17).

  • cyan value is 38.39%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 17.25%

CMYK: (38,0,0,17)
C38M0Y0K17 (38%, 0%, 0%, 17%)
(0.38 / 0.00 / 0.00 / 0.17)

CMYK percentages

%38.39
%0
%0.47
%17.25

Codes

Color #82D3D2 in popluar color models

82 D3 D2
RGB 130 211 210
HSL 179° 47.93% 66.86%
HSB/HSV 179° 38.39% 82.75%
CMYK 38.39% 0.00% 0.47%
17.25%

Color #82D3D2 in popluar number systems.

HEX 82 D3 D2
Decimal 130 211 210
Binary 10000010 11010011 11010010
Octal 202 323 322

Shades and tints

Shades of #82D3D2

#82D3D2
(130,211,210)
#77C0BF
(119,192,191)
#6CADAC
(108,173,172)
#619A99
(97,154,153)
#568786
(86,135,134)
#4B7473
(75,116,115)
#406160
(64,97,96)
#354E4D
(53,78,77)
#2A3B3A
(42,59,58)
#1F2827
(31,40,39)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #82D3D2

#82D3D2
(130,211,210)
#8DD7D6
(141,215,214)
#98DBDA
(152,219,218)
#A3DFDE
(163,223,222)
#AEE3E2
(174,227,226)
#B9E7E6
(185,231,230)
#C4EBEA
(196,235,234)
#CFEFEE
(207,239,238)
#DAF3F2
(218,243,242)
#E5F7F6
(229,247,246)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D3D2; }

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

This text font color is #82D3D2.

Background Color

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

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

This div background color is #82D3D2.

Border color

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

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

This div border color is #82D3D2.

Opacity

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

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

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

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

This text has shadow with #82D3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D3D2.

Preview

Color preview on black background

This text has color #82D3D2 on black background.


Color preview on white background

This text has color #82D3D2 on white background.


Black color preview on #82D3D2 background

This text has black color on #82D3D2 background.


White color preview on #82D3D2 background

This text has white color on #82D3D2 background.


Related colors

Complementary color

Complementary color for #hex is #7D2C2D.


I love getcolorcode.com

Triadic colors

1 #D282D3 and #D3D282 with #82D3D2 are triadic colors.

2 #D2D382 and #D382D2 with #82D3D2 are triadic colors.