COLOR #82D0BB

HEX: #82D0BB
RGB: (130,208,187)

Color info

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

RGB color model

#82D0BB color RGB value is (130,208,187).

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

RGB channels and saturation

R 130 of 255 = 51%
G 208 of 255 = 82%
B 187 of 255 = 73%

130
208
187

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

Portions of RGB colors in percentages

R + G + B =
130 + 208 + 187 = 525 (100%)
R 130 of 525 ~ 24.76%
G 208 of 525 ~ 39.62%
B 187 of 525 ~ 35.62%

%24.76
%39.62
%35.62

CMYK color model

#82D0BB color CMYK value is (38,0,10,18).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(38,0,10,18)
C38M0Y10K18 
(38%,0%,10%,18%)
(0.38/0.00/0.10/0.18)	

CMYK percentages

%37.5
%0
%10.1
%18.43

Codes

Color #82D0BB in popluar color models

82D0BB
RGB130208187
HSL164°45.35%66.27%
HSB/HSV164°37.50%81.57%
CMYK37.50%0.00%10.10%
18.43%

Color #82D0BB in popluar number systems.

HEX82D0BB
Decimal130208187
Binary100000101101000010111011
Octal202320273

Shades and tints

Shades of #82D0BB

#82D0BB
(130,208,187)
#77BEAA
(119,190,170)
#6CAC99
(108,172,153)
#619A88
(97,154,136)
#568877
(86,136,119)
#4B7666
(75,118,102)
#406455
(64,100,85)
#355244
(53,82,68)
#2A4033
(42,64,51)
#1F2E22
(31,46,34)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #82D0BB

#82D0BB
(130,208,187)
#8DD4C1
(141,212,193)
#98D8C7
(152,216,199)
#A3DCCD
(163,220,205)
#AEE0D3
(174,224,211)
#B9E4D9
(185,228,217)
#C4E8DF
(196,232,223)
#CFECE5
(207,236,229)
#DAF0EB
(218,240,235)
#E5F4F1
(229,244,241)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D0BB; }

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

This text font color is #82D0BB.


Background Color

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

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

This div background color is #82D0BB.


Border color

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

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

This div border color is #82D0BB.


Opacity

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

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

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

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

This text has shadow with #82D0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D0BB on black background.


Color preview on white background

This text has color #82D0BB on white background.



Black color preview on #82D0BB background

This text has black color on #82D0BB background.


White color preview on #82D0BB background

This text has white color on #82D0BB background.