COLOR #82CDC1

HEX: #82CDC1
RGB: (130,205,193)

Color info

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

RGB color model

#82CDC1 color RGB value is (130,205,193).

  • red value is 130;
  • green value is 205;
  • blue value is 193.
RGB:
(130,205,193)
(51%,80%,76%)

RGB channels and saturation

R 130 of 255 = 51%
G 205 of 255 = 80%
B 193 of 255 = 76%

130
205
193

R + G + B ~ 69%. #82CDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 205 + 193 = 528 (100%)
R 130 of 528 ~ 24.62%
G 205 of 528 ~ 38.83%
B 193 of 528 ~ 36.55%

%24.62
%38.83
%36.55

CMYK color model

#82CDC1 color CMYK value is (37,0,6,20).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 19.61%
CMYK:
(37,0,6,20)
C37M0Y6K20 
(37%,0%,6%,20%)
(0.37/0.00/0.06/0.20)	

CMYK percentages

%36.59
%0
%5.85
%19.61

Codes

Color #82CDC1 in popluar color models

82CDC1
RGB130205193
HSL170°42.86%65.69%
HSB/HSV170°36.59%80.39%
CMYK36.59%0.00%5.85%
19.61%

Color #82CDC1 in popluar number systems.

HEX82CDC1
Decimal130205193
Binary100000101100110111000001
Octal202315301

Shades and tints

Shades of #82CDC1

#82CDC1
(130,205,193)
#77BBB0
(119,187,176)
#6CA99F
(108,169,159)
#61978E
(97,151,142)
#56857D
(86,133,125)
#4B736C
(75,115,108)
#40615B
(64,97,91)
#354F4A
(53,79,74)
#2A3D39
(42,61,57)
#1F2B28
(31,43,40)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #82CDC1

#82CDC1
(130,205,193)
#8DD1C6
(141,209,198)
#98D5CB
(152,213,203)
#A3D9D0
(163,217,208)
#AEDDD5
(174,221,213)
#B9E1DA
(185,225,218)
#C4E5DF
(196,229,223)
#CFE9E4
(207,233,228)
#DAEDE9
(218,237,233)
#E5F1EE
(229,241,238)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CDC1 color. Also use rgb(130,205,193) instead hex code.

Text Font Color

.myTextColor { color: #82CDC1; }

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

This text font color is #82CDC1.


Background Color

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

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

This div background color is #82CDC1.


Border color

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

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

This div border color is #82CDC1.


Opacity

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

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

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

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

This text has shadow with #82CDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CDC1 on black background.


Color preview on white background

This text has color #82CDC1 on white background.



Black color preview on #82CDC1 background

This text has black color on #82CDC1 background.


White color preview on #82CDC1 background

This text has white color on #82CDC1 background.