COLOR #82D4BC

HEX: #82D4BC
RGB: (130,212,188)

Color info

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

RGB color model

#82D4BC color RGB value is (130,212,188).

  • red value is 130;
  • green value is 212;
  • blue value is 188.
RGB:
(130,212,188)
(51%,83%,74%)

RGB channels and saturation

R 130 of 255 = 51%
G 212 of 255 = 83%
B 188 of 255 = 74%

130
212
188

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

Portions of RGB colors in percentages

R + G + B =
130 + 212 + 188 = 530 (100%)
R 130 of 530 ~ 24.53%
G 212 of 530 ~ 40%
B 188 of 530 ~ 35.47%

%24.53
%40
%35.47

CMYK color model

#82D4BC color CMYK value is (39,0,11,17).

  • cyan value is 38.68%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(39,0,11,17)
C39M0Y11K17 
(39%,0%,11%,17%)
(0.39/0.00/0.11/0.17)	

CMYK percentages

%38.68
%0
%11.32
%16.86

Codes

Color #82D4BC in popluar color models

82D4BC
RGB130212188
HSL162°48.81%67.06%
HSB/HSV162°38.68%83.14%
CMYK38.68%0.00%11.32%
16.86%

Color #82D4BC in popluar number systems.

HEX82D4BC
Decimal130212188
Binary100000101101010010111100
Octal202324274

Shades and tints

Shades of #82D4BC

#82D4BC
(130,212,188)
#77C1AB
(119,193,171)
#6CAE9A
(108,174,154)
#619B89
(97,155,137)
#568878
(86,136,120)
#4B7567
(75,117,103)
#406256
(64,98,86)
#354F45
(53,79,69)
#2A3C34
(42,60,52)
#1F2923
(31,41,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #82D4BC

#82D4BC
(130,212,188)
#8DD7C2
(141,215,194)
#98DAC8
(152,218,200)
#A3DDCE
(163,221,206)
#AEE0D4
(174,224,212)
#B9E3DA
(185,227,218)
#C4E6E0
(196,230,224)
#CFE9E6
(207,233,230)
#DAECEC
(218,236,236)
#E5EFF2
(229,239,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D4BC color. Also use rgb(130,212,188) instead hex code.

Text Font Color

.myTextColor { color: #82D4BC; }

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

This text font color is #82D4BC.


Background Color

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

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

This div background color is #82D4BC.


Border color

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

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

This div border color is #82D4BC.


Opacity

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

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

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

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

This text has shadow with #82D4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D4BC on black background.


Color preview on white background

This text has color #82D4BC on white background.



Black color preview on #82D4BC background

This text has black color on #82D4BC background.


White color preview on #82D4BC background

This text has white color on #82D4BC background.