COLOR #82C8EC

HEX: #82C8EC
RGB: (130,200,236)

Color info

#82C8EC contains mainly green and blue colors. Web safe color of #82C8EC is #99CCFF (or #9CF).

RGB color model

#82C8EC color RGB value is (130,200,236).

  • red value is 130;
  • green value is 200;
  • blue value is 236.
RGB:
(130,200,236)
(51%,78%,93%)

RGB channels and saturation

R 130 of 255 = 51%
G 200 of 255 = 78%
B 236 of 255 = 93%

130
200
236

R + G + B ~ 74%. #82C8EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 200 + 236 = 566 (100%)
R 130 of 566 ~ 22.97%
G 200 of 566 ~ 35.34%
B 236 of 566 ~ 41.7%

%22.97
%35.34
%41.7

CMYK color model

#82C8EC color CMYK value is (45,15,0,7).

  • cyan value is 44.92%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(45,15,0,7)
C45M15Y0K7 
(45%,15%,0%,7%)
(0.45/0.15/0.00/0.07)	

CMYK percentages

%44.92
%15.25
%0
%7.45

Codes

Color #82C8EC in popluar color models

82C8EC
RGB130200236
HSL200°73.61%71.76%
HSB/HSV200°44.92%92.55%
CMYK44.92%15.25%0.00%
7.45%

Color #82C8EC in popluar number systems.

HEX82C8EC
Decimal130200236
Binary100000101100100011101100
Octal202310354

Shades and tints

Shades of #82C8EC

#82C8EC
(130,200,236)
#77B6D7
(119,182,215)
#6CA4C2
(108,164,194)
#6192AD
(97,146,173)
#568098
(86,128,152)
#4B6E83
(75,110,131)
#405C6E
(64,92,110)
#354A59
(53,74,89)
#2A3844
(42,56,68)
#1F262F
(31,38,47)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #82C8EC

#82C8EC
(130,200,236)
#8DCDED
(141,205,237)
#98D2EE
(152,210,238)
#A3D7EF
(163,215,239)
#AEDCF0
(174,220,240)
#B9E1F1
(185,225,241)
#C4E6F2
(196,230,242)
#CFEBF3
(207,235,243)
#DAF0F4
(218,240,244)
#E5F5F5
(229,245,245)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C8EC color. Also use rgb(130,200,236) instead hex code.

Text Font Color

.myTextColor { color: #82C8EC; }

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

This text font color is #82C8EC.


Background Color

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

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

This div background color is #82C8EC.


Border color

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

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

This div border color is #82C8EC.


Opacity

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

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

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

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

This text has shadow with #82C8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C8EC on black background.


Color preview on white background

This text has color #82C8EC on white background.



Black color preview on #82C8EC background

This text has black color on #82C8EC background.


White color preview on #82C8EC background

This text has white color on #82C8EC background.