COLOR #82EFB2

HEX: #82EFB2 RGB: (130,239,178)

Color info

#82EFB2 contains mainly green color. Web safe color of #82EFB2 is #99FF99 (or #9F9).

RGB color model

#82EFB2 color RGB value is (130,239,178).

RGB: (130,239,178) (51%, 94%, 70%)

RGB channels and saturation

R 130 of 255 = 51%
G 239 of 255 = 94%
B 178 of 255 = 70%

130
239
178

R + G + B ~ 72%. #82EFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 239 + 178 = 547 (100%)
R 130 of 547 ~ 23.77%
G 239 of 547 ~ 43.69%
B 178 of 547 ~ 32.54'%

%23.77
%43.69
%32.54

CMYK color model

#82EFB2 color CMYK value is (46,0,26,6).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 25.52%
  • key color value is 6.27%

CMYK: (46,0,26,6)
C46M0Y26K6 (46%, 0%, 26%, 6%)
(0.46 / 0.00 / 0.26 / 0.06)

CMYK percentages

%45.61
%0
%25.52
%6.27

Codes

Color #82EFB2 in popluar color models

82 EF B2
RGB 130 239 178
HSL 146° 77.30% 72.35%
HSB/HSV 146° 45.61% 93.73%
CMYK 45.61% 0.00% 25.52%
6.27%

Color #82EFB2 in popluar number systems.

HEX 82 EF B2
Decimal 130 239 178
Binary 10000010 11101111 10110010
Octal 202 357 262

Shades and tints

Shades of #82EFB2

#82EFB2
(130,239,178)
#77DAA2
(119,218,162)
#6CC592
(108,197,146)
#61B082
(97,176,130)
#569B72
(86,155,114)
#4B8662
(75,134,98)
#407152
(64,113,82)
#355C42
(53,92,66)
#2A4732
(42,71,50)
#1F3222
(31,50,34)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #82EFB2

#82EFB2
(130,239,178)
#8DF0B9
(141,240,185)
#98F1C0
(152,241,192)
#A3F2C7
(163,242,199)
#AEF3CE
(174,243,206)
#B9F4D5
(185,244,213)
#C4F5DC
(196,245,220)
#CFF6E3
(207,246,227)
#DAF7EA
(218,247,234)
#E5F8F1
(229,248,241)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82EFB2; }

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

This text font color is #82EFB2.

Background Color

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

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

This div background color is #82EFB2.

Border color

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

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

This div border color is #82EFB2.

Opacity

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

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

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

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

This text has shadow with #82EFB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82EFB2.

Preview

Color preview on black background

This text has color #82EFB2 on black background.


Color preview on white background

This text has color #82EFB2 on white background.


Black color preview on #82EFB2 background

This text has black color on #82EFB2 background.


White color preview on #82EFB2 background

This text has white color on #82EFB2 background.


Related colors

Complementary color

Complementary color for #hex is #7D104D.


I love getcolorcode.com

Triadic colors

1 #B282EF and #EFB282 with #82EFB2 are triadic colors.

2 #B2EF82 and #EF82B2 with #82EFB2 are triadic colors.