COLOR #82C9E9

HEX: #82C9E9
RGB: (130,201,233)

Color info

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

RGB color model

#82C9E9 color RGB value is (130,201,233).

  • red value is 130;
  • green value is 201;
  • blue value is 233.
RGB:
(130,201,233)
(51%,79%,91%)

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 233 of 255 = 91%

130
201
233

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 233 = 564 (100%)
R 130 of 564 ~ 23.05%
G 201 of 564 ~ 35.64%
B 233 of 564 ~ 41.31%

%23.05
%35.64
%41.31

CMYK color model

#82C9E9 color CMYK value is (44,14,0,9).

  • cyan value is 44.21%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(44,14,0,9)
C44M14Y0K9 
(44%,14%,0%,9%)
(0.44/0.14/0.00/0.09)	

CMYK percentages

%44.21
%13.73
%0
%8.63

Codes

Color #82C9E9 in popluar color models

82C9E9
RGB130201233
HSL199°70.07%71.18%
HSB/HSV199°44.21%91.37%
CMYK44.21%13.73%0.00%
8.63%

Color #82C9E9 in popluar number systems.

HEX82C9E9
Decimal130201233
Binary100000101100100111101001
Octal202311351

Shades and tints

Shades of #82C9E9

#82C9E9
(130,201,233)
#77B7D4
(119,183,212)
#6CA5BF
(108,165,191)
#6193AA
(97,147,170)
#568195
(86,129,149)
#4B6F80
(75,111,128)
#405D6B
(64,93,107)
#354B56
(53,75,86)
#2A3941
(42,57,65)
#1F272C
(31,39,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #82C9E9

#82C9E9
(130,201,233)
#8DCDEB
(141,205,235)
#98D1ED
(152,209,237)
#A3D5EF
(163,213,239)
#AED9F1
(174,217,241)
#B9DDF3
(185,221,243)
#C4E1F5
(196,225,245)
#CFE5F7
(207,229,247)
#DAE9F9
(218,233,249)
#E5EDFB
(229,237,251)
#F0F1FD
(240,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C9E9 color. Also use rgb(130,201,233) instead hex code.

Text Font Color

.myTextColor { color: #82C9E9; }

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

This text font color is #82C9E9.


Background Color

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

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

This div background color is #82C9E9.


Border color

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

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

This div border color is #82C9E9.


Opacity

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

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

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

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

This text has shadow with #82C9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C9E9 on black background.


Color preview on white background

This text has color #82C9E9 on white background.



Black color preview on #82C9E9 background

This text has black color on #82C9E9 background.


White color preview on #82C9E9 background

This text has white color on #82C9E9 background.