COLOR #82C0DF

HEX: #82C0DF
RGB: (130,192,223)

Color info

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

RGB color model

#82C0DF color RGB value is (130,192,223).

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

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 223 of 255 = 87%

130
192
223

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

Portions of RGB colors in percentages

R + G + B =
130 + 192 + 223 = 545 (100%)
R 130 of 545 ~ 23.85%
G 192 of 545 ~ 35.23%
B 223 of 545 ~ 40.92%

%23.85
%35.23
%40.92

CMYK color model

#82C0DF color CMYK value is (42,14,0,13).

  • cyan value is 41.70%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(42,14,0,13)
C42M14Y0K13 
(42%,14%,0%,13%)
(0.42/0.14/0.00/0.13)	

CMYK percentages

%41.7
%13.9
%0
%12.55

Codes

Color #82C0DF in popluar color models

82C0DF
RGB130192223
HSL200°59.24%69.22%
HSB/HSV200°41.70%87.45%
CMYK41.70%13.90%0.00%
12.55%

Color #82C0DF in popluar number systems.

HEX82C0DF
Decimal130192223
Binary100000101100000011011111
Octal202300337

Shades and tints

Shades of #82C0DF

#82C0DF
(130,192,223)
#77AFCB
(119,175,203)
#6C9EB7
(108,158,183)
#618DA3
(97,141,163)
#567C8F
(86,124,143)
#4B6B7B
(75,107,123)
#405A67
(64,90,103)
#354953
(53,73,83)
#2A383F
(42,56,63)
#1F272B
(31,39,43)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #82C0DF

#82C0DF
(130,192,223)
#8DC5E1
(141,197,225)
#98CAE3
(152,202,227)
#A3CFE5
(163,207,229)
#AED4E7
(174,212,231)
#B9D9E9
(185,217,233)
#C4DEEB
(196,222,235)
#CFE3ED
(207,227,237)
#DAE8EF
(218,232,239)
#E5EDF1
(229,237,241)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C0DF; }

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

This text font color is #82C0DF.


Background Color

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

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

This div background color is #82C0DF.


Border color

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

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

This div border color is #82C0DF.


Opacity

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

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

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

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

This text has shadow with #82C0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C0DF on black background.


Color preview on white background

This text has color #82C0DF on white background.



Black color preview on #82C0DF background

This text has black color on #82C0DF background.


White color preview on #82C0DF background

This text has white color on #82C0DF background.