COLOR #82CADF

HEX: #82CADF
RGB: (130,202,223)

Color info

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

RGB color model

#82CADF color RGB value is (130,202,223).

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

RGB channels and saturation

R 130 of 255 = 51%
G 202 of 255 = 79%
B 223 of 255 = 87%

130
202
223

R + G + B ~ 72%. #82CADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 202 + 223 = 555 (100%)
R 130 of 555 ~ 23.42%
G 202 of 555 ~ 36.4%
B 223 of 555 ~ 40.18%

%23.42
%36.4
%40.18

CMYK color model

#82CADF color CMYK value is (42,9,0,13).

  • cyan value is 41.70%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(42,9,0,13)
C42M9Y0K13 
(42%,9%,0%,13%)
(0.42/0.09/0.00/0.13)	

CMYK percentages

%41.7
%9.42
%0
%12.55

Codes

Color #82CADF in popluar color models

82CADF
RGB130202223
HSL194°59.24%69.22%
HSB/HSV194°41.70%87.45%
CMYK41.70%9.42%0.00%
12.55%

Color #82CADF in popluar number systems.

HEX82CADF
Decimal130202223
Binary100000101100101011011111
Octal202312337

Shades and tints

Shades of #82CADF

#82CADF
(130,202,223)
#77B8CB
(119,184,203)
#6CA6B7
(108,166,183)
#6194A3
(97,148,163)
#56828F
(86,130,143)
#4B707B
(75,112,123)
#405E67
(64,94,103)
#354C53
(53,76,83)
#2A3A3F
(42,58,63)
#1F282B
(31,40,43)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #82CADF

#82CADF
(130,202,223)
#8DCEE1
(141,206,225)
#98D2E3
(152,210,227)
#A3D6E5
(163,214,229)
#AEDAE7
(174,218,231)
#B9DEE9
(185,222,233)
#C4E2EB
(196,226,235)
#CFE6ED
(207,230,237)
#DAEAEF
(218,234,239)
#E5EEF1
(229,238,241)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82CADF; }

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

This text font color is #82CADF.


Background Color

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

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

This div background color is #82CADF.


Border color

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

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

This div border color is #82CADF.


Opacity

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

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

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

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

This text has shadow with #82CADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CADF on black background.


Color preview on white background

This text has color #82CADF on white background.



Black color preview on #82CADF background

This text has black color on #82CADF background.


White color preview on #82CADF background

This text has white color on #82CADF background.