COLOR #82EE9B

HEX: #82EE9B RGB: (130,238,155)

Color info

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

RGB color model

#82EE9B color RGB value is (130,238,155).

RGB: (130,238,155) (51%, 93%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 238 of 255 = 93%
B 155 of 255 = 61%

130
238
155

R + G + B ~ 68%. #82EE9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 238 + 155 = 523 (100%)
R 130 of 523 ~ 24.86%
G 238 of 523 ~ 45.51%
B 155 of 523 ~ 29.64'%

%24.86
%45.51
%29.64

CMYK color model

#82EE9B color CMYK value is (45,0,35,7).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 6.67%
CMYK: (45,0,35,7) C45M0Y35K7 (45%,0%,35%,7%) (0.45/0.00/0.35/0.07) 

CMYK percentages

%45.38
%0
%34.87
%6.67

Codes

Color #82EE9B in popluar color models

82 EE 9B
RGB 130 238 155
HSL 134° 76.06% 72.16%
HSB/HSV 134° 45.38% 93.33%
CMYK 45.38% 0.00% 34.87%
6.67%

Color #82EE9B in popluar number systems.

HEX 82 EE 9B
Decimal 130 238 155
Binary 10000010 11101110 10011011
Octal 202 356 233

Shades and tints

Shades of #82EE9B

#82EE9B
(130,238,155)
#77D98D
(119,217,141)
#6CC47F
(108,196,127)
#61AF71
(97,175,113)
#569A63
(86,154,99)
#4B8555
(75,133,85)
#407047
(64,112,71)
#355B39
(53,91,57)
#2A462B
(42,70,43)
#1F311D
(31,49,29)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #82EE9B

#82EE9B
(130,238,155)
#8DEFA4
(141,239,164)
#98F0AD
(152,240,173)
#A3F1B6
(163,241,182)
#AEF2BF
(174,242,191)
#B9F3C8
(185,243,200)
#C4F4D1
(196,244,209)
#CFF5DA
(207,245,218)
#DAF6E3
(218,246,227)
#E5F7EC
(229,247,236)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82EE9B color. Also use rgb(130,238,155) instead hex code.

Text Font Color

.myTextColor { color: #82EE9B; }

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

This text font color is #82EE9B.

Background Color

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

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

This div background color is #82EE9B.

Border color

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

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

This div border color is #82EE9B.

Opacity

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

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

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

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

This text has shadow with #82EE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82EE9B.

Preview

Color preview on black background

This text has color #82EE9B on black background.


Color preview on white background

This text has color #82EE9B on white background.


Black color preview on #82EE9B background

This text has black color on #82EE9B background.


White color preview on #82EE9B background

This text has white color on #82EE9B background.


Related colors

Complementary color

Complementary color for #hex is #7D1164.


I love getcolorcode.com

Triadic colors

1 #9B82EE and #EE9B82 with #82EE9B are triadic colors.

2 #9BEE82 and #EE829B with #82EE9B are triadic colors.