COLOR #82D4CC

HEX: #82D4CC
RGB: (130,212,204)

Color info

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

RGB color model

#82D4CC color RGB value is (130,212,204).

  • red value is 130;
  • green value is 212;
  • blue value is 204.
RGB:
(130,212,204)
(51%,83%,80%)

RGB channels and saturation

R 130 of 255 = 51%
G 212 of 255 = 83%
B 204 of 255 = 80%

130
212
204

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

Portions of RGB colors in percentages

R + G + B =
130 + 212 + 204 = 546 (100%)
R 130 of 546 ~ 23.81%
G 212 of 546 ~ 38.83%
B 204 of 546 ~ 37.36%

%23.81
%38.83
%37.36

CMYK color model

#82D4CC color CMYK value is (39,0,4,17).

  • cyan value is 38.68%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(39,0,4,17)
C39M0Y4K17 
(39%,0%,4%,17%)
(0.39/0.00/0.04/0.17)	

CMYK percentages

%38.68
%0
%3.77
%16.86

Codes

Color #82D4CC in popluar color models

82D4CC
RGB130212204
HSL174°48.81%67.06%
HSB/HSV174°38.68%83.14%
CMYK38.68%0.00%3.77%
16.86%

Color #82D4CC in popluar number systems.

HEX82D4CC
Decimal130212204
Binary100000101101010011001100
Octal202324314

Shades and tints

Shades of #82D4CC

#82D4CC
(130,212,204)
#77C1BA
(119,193,186)
#6CAEA8
(108,174,168)
#619B96
(97,155,150)
#568884
(86,136,132)
#4B7572
(75,117,114)
#406260
(64,98,96)
#354F4E
(53,79,78)
#2A3C3C
(42,60,60)
#1F292A
(31,41,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #82D4CC

#82D4CC
(130,212,204)
#8DD7D0
(141,215,208)
#98DAD4
(152,218,212)
#A3DDD8
(163,221,216)
#AEE0DC
(174,224,220)
#B9E3E0
(185,227,224)
#C4E6E4
(196,230,228)
#CFE9E8
(207,233,232)
#DAECEC
(218,236,236)
#E5EFF0
(229,239,240)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D4CC color. Also use rgb(130,212,204) instead hex code.

Text Font Color

.myTextColor { color: #82D4CC; }

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

This text font color is #82D4CC.


Background Color

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

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

This div background color is #82D4CC.


Border color

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

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

This div border color is #82D4CC.


Opacity

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

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

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

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

This text has shadow with #82D4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D4CC on black background.


Color preview on white background

This text has color #82D4CC on white background.



Black color preview on #82D4CC background

This text has black color on #82D4CC background.


White color preview on #82D4CC background

This text has white color on #82D4CC background.