COLOR #82D8CB

HEX: #82D8CB
RGB: (130,216,203)

Color info

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

RGB color model

#82D8CB color RGB value is (130,216,203).

  • red value is 130;
  • green value is 216;
  • blue value is 203.
RGB:
(130,216,203)
(51%,85%,80%)

RGB channels and saturation

R 130 of 255 = 51%
G 216 of 255 = 85%
B 203 of 255 = 80%

130
216
203

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

Portions of RGB colors in percentages

R + G + B =
130 + 216 + 203 = 549 (100%)
R 130 of 549 ~ 23.68%
G 216 of 549 ~ 39.34%
B 203 of 549 ~ 36.98%

%23.68
%39.34
%36.98

CMYK color model

#82D8CB color CMYK value is (40,0,6,15).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK:
(40,0,6,15)
C40M0Y6K15 
(40%,0%,6%,15%)
(0.40/0.00/0.06/0.15)	

CMYK percentages

%39.81
%0
%6.02
%15.29

Codes

Color #82D8CB in popluar color models

82D8CB
RGB130216203
HSL171°52.44%67.84%
HSB/HSV171°39.81%84.71%
CMYK39.81%0.00%6.02%
15.29%

Color #82D8CB in popluar number systems.

HEX82D8CB
Decimal130216203
Binary100000101101100011001011
Octal202330313

Shades and tints

Shades of #82D8CB

#82D8CB
(130,216,203)
#77C5B9
(119,197,185)
#6CB2A7
(108,178,167)
#619F95
(97,159,149)
#568C83
(86,140,131)
#4B7971
(75,121,113)
#40665F
(64,102,95)
#35534D
(53,83,77)
#2A403B
(42,64,59)
#1F2D29
(31,45,41)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #82D8CB

#82D8CB
(130,216,203)
#8DDBCF
(141,219,207)
#98DED3
(152,222,211)
#A3E1D7
(163,225,215)
#AEE4DB
(174,228,219)
#B9E7DF
(185,231,223)
#C4EAE3
(196,234,227)
#CFEDE7
(207,237,231)
#DAF0EB
(218,240,235)
#E5F3EF
(229,243,239)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D8CB color. Also use rgb(130,216,203) instead hex code.

Text Font Color

.myTextColor { color: #82D8CB; }

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

This text font color is #82D8CB.


Background Color

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

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

This div background color is #82D8CB.


Border color

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

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

This div border color is #82D8CB.


Opacity

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

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

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

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

This text has shadow with #82D8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D8CB on black background.


Color preview on white background

This text has color #82D8CB on white background.



Black color preview on #82D8CB background

This text has black color on #82D8CB background.


White color preview on #82D8CB background

This text has white color on #82D8CB background.