COLOR #82D6BB

HEX: #82D6BB
RGB: (130,214,187)

Color info

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

RGB color model

#82D6BB color RGB value is (130,214,187).

  • red value is 130;
  • green value is 214;
  • blue value is 187.
RGB:
(130,214,187)
(51%,84%,73%)

RGB channels and saturation

R 130 of 255 = 51%
G 214 of 255 = 84%
B 187 of 255 = 73%

130
214
187

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

Portions of RGB colors in percentages

R + G + B =
130 + 214 + 187 = 531 (100%)
R 130 of 531 ~ 24.48%
G 214 of 531 ~ 40.3%
B 187 of 531 ~ 35.22%

%24.48
%40.3
%35.22

CMYK color model

#82D6BB color CMYK value is (39,0,13,16).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 16.08%
CMYK:
(39,0,13,16)
C39M0Y13K16 
(39%,0%,13%,16%)
(0.39/0.00/0.13/0.16)	

CMYK percentages

%39.25
%0
%12.62
%16.08

Codes

Color #82D6BB in popluar color models

82D6BB
RGB130214187
HSL161°50.60%67.45%
HSB/HSV161°39.25%83.92%
CMYK39.25%0.00%12.62%
16.08%

Color #82D6BB in popluar number systems.

HEX82D6BB
Decimal130214187
Binary100000101101011010111011
Octal202326273

Shades and tints

Shades of #82D6BB

#82D6BB
(130,214,187)
#77C3AA
(119,195,170)
#6CB099
(108,176,153)
#619D88
(97,157,136)
#568A77
(86,138,119)
#4B7766
(75,119,102)
#406455
(64,100,85)
#355144
(53,81,68)
#2A3E33
(42,62,51)
#1F2B22
(31,43,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #82D6BB

#82D6BB
(130,214,187)
#8DD9C1
(141,217,193)
#98DCC7
(152,220,199)
#A3DFCD
(163,223,205)
#AEE2D3
(174,226,211)
#B9E5D9
(185,229,217)
#C4E8DF
(196,232,223)
#CFEBE5
(207,235,229)
#DAEEEB
(218,238,235)
#E5F1F1
(229,241,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D6BB color. Also use rgb(130,214,187) instead hex code.

Text Font Color

.myTextColor { color: #82D6BB; }

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

This text font color is #82D6BB.


Background Color

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

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

This div background color is #82D6BB.


Border color

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

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

This div border color is #82D6BB.


Opacity

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

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

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

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

This text has shadow with #82D6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D6BB on black background.


Color preview on white background

This text has color #82D6BB on white background.



Black color preview on #82D6BB background

This text has black color on #82D6BB background.


White color preview on #82D6BB background

This text has white color on #82D6BB background.