COLOR #82B1DC

HEX: #82B1DC
RGB: (130,177,220)

Color info

#82B1DC contains mainly green and blue colors. Web safe color of #82B1DC is #9999CC (or #99C).

RGB color model

#82B1DC color RGB value is (130,177,220).

  • red value is 130;
  • green value is 177;
  • blue value is 220.
RGB:
(130,177,220)
(51%,69%,86%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 220 of 255 = 86%

130
177
220

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

Portions of RGB colors in percentages

R + G + B =
130 + 177 + 220 = 527 (100%)
R 130 of 527 ~ 24.67%
G 177 of 527 ~ 33.59%
B 220 of 527 ~ 41.75%

%24.67
%33.59
%41.75

CMYK color model

#82B1DC color CMYK value is (41,20,0,14).

  • cyan value is 40.91%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(41,20,0,14)
C41M20Y0K14 
(41%,20%,0%,14%)
(0.41/0.20/0.00/0.14)	

CMYK percentages

%40.91
%19.55
%0
%13.73

Codes

Color #82B1DC in popluar color models

82B1DC
RGB130177220
HSL209°56.25%68.63%
HSB/HSV209°40.91%86.27%
CMYK40.91%19.55%0.00%
13.73%

Color #82B1DC in popluar number systems.

HEX82B1DC
Decimal130177220
Binary100000101011000111011100
Octal202261334

Shades and tints

Shades of #82B1DC

#82B1DC
(130,177,220)
#77A1C8
(119,161,200)
#6C91B4
(108,145,180)
#6181A0
(97,129,160)
#56718C
(86,113,140)
#4B6178
(75,97,120)
#405164
(64,81,100)
#354150
(53,65,80)
#2A313C
(42,49,60)
#1F2128
(31,33,40)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #82B1DC

#82B1DC
(130,177,220)
#8DB8DF
(141,184,223)
#98BFE2
(152,191,226)
#A3C6E5
(163,198,229)
#AECDE8
(174,205,232)
#B9D4EB
(185,212,235)
#C4DBEE
(196,219,238)
#CFE2F1
(207,226,241)
#DAE9F4
(218,233,244)
#E5F0F7
(229,240,247)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B1DC color. Also use rgb(130,177,220) instead hex code.

Text Font Color

.myTextColor { color: #82B1DC; }

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

This text font color is #82B1DC.


Background Color

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

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

This div background color is #82B1DC.


Border color

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

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

This div border color is #82B1DC.


Opacity

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

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

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

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

This text has shadow with #82B1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B1DC on black background.


Color preview on white background

This text has color #82B1DC on white background.



Black color preview on #82B1DC background

This text has black color on #82B1DC background.


White color preview on #82B1DC background

This text has white color on #82B1DC background.