COLOR #82DFB6

HEX: #82DFB6
RGB: (130,223,182)

Color info

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

RGB color model

#82DFB6 color RGB value is (130,223,182).

  • red value is 130;
  • green value is 223;
  • blue value is 182.
RGB:
(130,223,182)
(51%,87%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 223 of 255 = 87%
B 182 of 255 = 71%

130
223
182

R + G + B ~ 70%. #82DFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 223 + 182 = 535 (100%)
R 130 of 535 ~ 24.3%
G 223 of 535 ~ 41.68%
B 182 of 535 ~ 34.02%

%24.3
%41.68
%34.02

CMYK color model

#82DFB6 color CMYK value is (42,0,18,13).

  • cyan value is 41.70%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(42,0,18,13)
C42M0Y18K13 
(42%,0%,18%,13%)
(0.42/0.00/0.18/0.13)	

CMYK percentages

%41.7
%0
%18.39
%12.55

Codes

Color #82DFB6 in popluar color models

82DFB6
RGB130223182
HSL154°59.24%69.22%
HSB/HSV154°41.70%87.45%
CMYK41.70%0.00%18.39%
12.55%

Color #82DFB6 in popluar number systems.

HEX82DFB6
Decimal130223182
Binary100000101101111110110110
Octal202337266

Shades and tints

Shades of #82DFB6

#82DFB6
(130,223,182)
#77CBA6
(119,203,166)
#6CB796
(108,183,150)
#61A386
(97,163,134)
#568F76
(86,143,118)
#4B7B66
(75,123,102)
#406756
(64,103,86)
#355346
(53,83,70)
#2A3F36
(42,63,54)
#1F2B26
(31,43,38)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #82DFB6

#82DFB6
(130,223,182)
#8DE1BC
(141,225,188)
#98E3C2
(152,227,194)
#A3E5C8
(163,229,200)
#AEE7CE
(174,231,206)
#B9E9D4
(185,233,212)
#C4EBDA
(196,235,218)
#CFEDE0
(207,237,224)
#DAEFE6
(218,239,230)
#E5F1EC
(229,241,236)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DFB6 color. Also use rgb(130,223,182) instead hex code.

Text Font Color

.myTextColor { color: #82DFB6; }

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

This text font color is #82DFB6.


Background Color

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

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

This div background color is #82DFB6.


Border color

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

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

This div border color is #82DFB6.


Opacity

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

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

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

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

This text has shadow with #82DFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DFB6 on black background.


Color preview on white background

This text has color #82DFB6 on white background.



Black color preview on #82DFB6 background

This text has black color on #82DFB6 background.


White color preview on #82DFB6 background

This text has white color on #82DFB6 background.