COLOR #82EFCA

HEX: #82EFCA RGB: (130,239,202)

Color info

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

RGB color model

#82EFCA color RGB value is (130,239,202).

RGB: (130,239,202) (51%, 94%, 79%)

RGB channels and saturation

R 130 of 255 = 51%
G 239 of 255 = 94%
B 202 of 255 = 79%

130
239
202

R + G + B ~ 75%. #82EFCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 239 + 202 = 571 (100%)
R 130 of 571 ~ 22.77%
G 239 of 571 ~ 41.86%
B 202 of 571 ~ 35.38'%

%22.77
%41.86
%35.38

CMYK color model

#82EFCA color CMYK value is (46,0,15,6).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK: (46,0,15,6) C46M0Y15K6 (46%,0%,15%,6%) (0.46/0.00/0.15/0.06) 

CMYK percentages

%45.61
%0
%15.48
%6.27

Codes

Color #82EFCA in popluar color models

82 EF CA
RGB 130 239 202
HSL 160° 77.30% 72.35%
HSB/HSV 160° 45.61% 93.73%
CMYK 45.61% 0.00% 15.48%
6.27%

Color #82EFCA in popluar number systems.

HEX 82 EF CA
Decimal 130 239 202
Binary 10000010 11101111 11001010
Octal 202 357 312

Shades and tints

Shades of #82EFCA

#82EFCA
(130,239,202)
#77DAB8
(119,218,184)
#6CC5A6
(108,197,166)
#61B094
(97,176,148)
#569B82
(86,155,130)
#4B8670
(75,134,112)
#40715E
(64,113,94)
#355C4C
(53,92,76)
#2A473A
(42,71,58)
#1F3228
(31,50,40)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #82EFCA

#82EFCA
(130,239,202)
#8DF0CE
(141,240,206)
#98F1D2
(152,241,210)
#A3F2D6
(163,242,214)
#AEF3DA
(174,243,218)
#B9F4DE
(185,244,222)
#C4F5E2
(196,245,226)
#CFF6E6
(207,246,230)
#DAF7EA
(218,247,234)
#E5F8EE
(229,248,238)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82EFCA color. Also use rgb(130,239,202) instead hex code.

Text Font Color

.myTextColor { color: #82EFCA; }

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

This text font color is #82EFCA.

Background Color

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

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

This div background color is #82EFCA.

Border color

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

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

This div border color is #82EFCA.

Opacity

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

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

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

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

This text has shadow with #82EFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82EFCA.

Preview

Color preview on black background

This text has color #82EFCA on black background.


Color preview on white background

This text has color #82EFCA on white background.


Black color preview on #82EFCA background

This text has black color on #82EFCA background.


White color preview on #82EFCA background

This text has white color on #82EFCA background.


Related colors

Complementary color

Complementary color for #hex is #7D1035.


I love getcolorcode.com

Triadic colors

1 #CA82EF and #EFCA82 with #82EFCA are triadic colors.

2 #CAEF82 and #EF82CA with #82EFCA are triadic colors.