COLOR #82DCD8

HEX: #82DCD8
RGB: (130,220,216)

Color info

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

RGB color model

#82DCD8 color RGB value is (130,220,216).

  • red value is 130;
  • green value is 220;
  • blue value is 216.
RGB:
(130,220,216)
(51%,86%,85%)

RGB channels and saturation

R 130 of 255 = 51%
G 220 of 255 = 86%
B 216 of 255 = 85%

130
220
216

R + G + B ~ 74%. #82DCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 220 + 216 = 566 (100%)
R 130 of 566 ~ 22.97%
G 220 of 566 ~ 38.87%
B 216 of 566 ~ 38.16%

%22.97
%38.87
%38.16

CMYK color model

#82DCD8 color CMYK value is (41,0,2,14).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 13.73%
CMYK:
(41,0,2,14)
C41M0Y2K14 
(41%,0%,2%,14%)
(0.41/0.00/0.02/0.14)	

CMYK percentages

%40.91
%0
%1.82
%13.73

Codes

Color #82DCD8 in popluar color models

82DCD8
RGB130220216
HSL177°56.25%68.63%
HSB/HSV177°40.91%86.27%
CMYK40.91%0.00%1.82%
13.73%

Color #82DCD8 in popluar number systems.

HEX82DCD8
Decimal130220216
Binary100000101101110011011000
Octal202334330

Shades and tints

Shades of #82DCD8

#82DCD8
(130,220,216)
#77C8C5
(119,200,197)
#6CB4B2
(108,180,178)
#61A09F
(97,160,159)
#568C8C
(86,140,140)
#4B7879
(75,120,121)
#406466
(64,100,102)
#355053
(53,80,83)
#2A3C40
(42,60,64)
#1F282D
(31,40,45)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #82DCD8

#82DCD8
(130,220,216)
#8DDFDB
(141,223,219)
#98E2DE
(152,226,222)
#A3E5E1
(163,229,225)
#AEE8E4
(174,232,228)
#B9EBE7
(185,235,231)
#C4EEEA
(196,238,234)
#CFF1ED
(207,241,237)
#DAF4F0
(218,244,240)
#E5F7F3
(229,247,243)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82DCD8; }

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

This text font color is #82DCD8.


Background Color

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

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

This div background color is #82DCD8.


Border color

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

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

This div border color is #82DCD8.


Opacity

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

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

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

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

This text has shadow with #82DCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DCD8 on black background.


Color preview on white background

This text has color #82DCD8 on white background.



Black color preview on #82DCD8 background

This text has black color on #82DCD8 background.


White color preview on #82DCD8 background

This text has white color on #82DCD8 background.