COLOR #82C1CE

HEX: #82C1CE
RGB: (130,193,206)

Color info

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

RGB color model

#82C1CE color RGB value is (130,193,206).

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

RGB channels and saturation

R 130 of 255 = 51%
G 193 of 255 = 76%
B 206 of 255 = 81%

130
193
206

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

Portions of RGB colors in percentages

R + G + B =
130 + 193 + 206 = 529 (100%)
R 130 of 529 ~ 24.57%
G 193 of 529 ~ 36.48%
B 206 of 529 ~ 38.94%

%24.57
%36.48
%38.94

CMYK color model

#82C1CE color CMYK value is (37,6,0,19).

  • cyan value is 36.89%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(37,6,0,19)
C37M6Y0K19 
(37%,6%,0%,19%)
(0.37/0.06/0.00/0.19)	

CMYK percentages

%36.89
%6.31
%0
%19.22

Codes

Color #82C1CE in popluar color models

82C1CE
RGB130193206
HSL190°43.68%65.88%
HSB/HSV190°36.89%80.78%
CMYK36.89%6.31%0.00%
19.22%

Color #82C1CE in popluar number systems.

HEX82C1CE
Decimal130193206
Binary100000101100000111001110
Octal202301316

Shades and tints

Shades of #82C1CE

#82C1CE
(130,193,206)
#77B0BC
(119,176,188)
#6C9FAA
(108,159,170)
#618E98
(97,142,152)
#567D86
(86,125,134)
#4B6C74
(75,108,116)
#405B62
(64,91,98)
#354A50
(53,74,80)
#2A393E
(42,57,62)
#1F282C
(31,40,44)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #82C1CE

#82C1CE
(130,193,206)
#8DC6D2
(141,198,210)
#98CBD6
(152,203,214)
#A3D0DA
(163,208,218)
#AED5DE
(174,213,222)
#B9DAE2
(185,218,226)
#C4DFE6
(196,223,230)
#CFE4EA
(207,228,234)
#DAE9EE
(218,233,238)
#E5EEF2
(229,238,242)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C1CE; }

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

This text font color is #82C1CE.


Background Color

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

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

This div background color is #82C1CE.


Border color

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

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

This div border color is #82C1CE.


Opacity

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

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

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

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

This text has shadow with #82C1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C1CE on black background.


Color preview on white background

This text has color #82C1CE on white background.



Black color preview on #82C1CE background

This text has black color on #82C1CE background.


White color preview on #82C1CE background

This text has white color on #82C1CE background.