COLOR #82E8CF

HEX: #82E8CF
RGB: (130,232,207)

Color info

#82E8CF contains mainly green and blue colors. Web safe color of #82E8CF is #99FFCC (or #9FC).

RGB color model

#82E8CF color RGB value is (130,232,207).

  • red value is 130;
  • green value is 232;
  • blue value is 207.
RGB:
(130,232,207)
(51%,91%,81%)

RGB channels and saturation

R 130 of 255 = 51%
G 232 of 255 = 91%
B 207 of 255 = 81%

130
232
207

R + G + B ~ 74%. #82E8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 232 + 207 = 569 (100%)
R 130 of 569 ~ 22.85%
G 232 of 569 ~ 40.77%
B 207 of 569 ~ 36.38%

%22.85
%40.77
%36.38

CMYK color model

#82E8CF color CMYK value is (44,0,11,9).

  • cyan value is 43.97%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 9.02%
CMYK:
(44,0,11,9)
C44M0Y11K9 
(44%,0%,11%,9%)
(0.44/0.00/0.11/0.09)	

CMYK percentages

%43.97
%0
%10.78
%9.02

Codes

Color #82E8CF in popluar color models

82E8CF
RGB130232207
HSL165°68.92%70.98%
HSB/HSV165°43.97%90.98%
CMYK43.97%0.00%10.78%
9.02%

Color #82E8CF in popluar number systems.

HEX82E8CF
Decimal130232207
Binary100000101110100011001111
Octal202350317

Shades and tints

Shades of #82E8CF

#82E8CF
(130,232,207)
#77D3BD
(119,211,189)
#6CBEAB
(108,190,171)
#61A999
(97,169,153)
#569487
(86,148,135)
#4B7F75
(75,127,117)
#406A63
(64,106,99)
#355551
(53,85,81)
#2A403F
(42,64,63)
#1F2B2D
(31,43,45)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #82E8CF

#82E8CF
(130,232,207)
#8DEAD3
(141,234,211)
#98ECD7
(152,236,215)
#A3EEDB
(163,238,219)
#AEF0DF
(174,240,223)
#B9F2E3
(185,242,227)
#C4F4E7
(196,244,231)
#CFF6EB
(207,246,235)
#DAF8EF
(218,248,239)
#E5FAF3
(229,250,243)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E8CF color. Also use rgb(130,232,207) instead hex code.

Text Font Color

.myTextColor { color: #82E8CF; }

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

This text font color is #82E8CF.


Background Color

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

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

This div background color is #82E8CF.


Border color

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

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

This div border color is #82E8CF.


Opacity

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

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

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

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

This text has shadow with #82E8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E8CF on black background.


Color preview on white background

This text has color #82E8CF on white background.



Black color preview on #82E8CF background

This text has black color on #82E8CF background.


White color preview on #82E8CF background

This text has white color on #82E8CF background.