COLOR #82EB93

HEX: #82EB93 RGB: (130,235,147)

Color info

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

RGB color model

#82EB93 color RGB value is (130,235,147).

RGB: (130,235,147) (51%, 92%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 235 of 255 = 92%
B 147 of 255 = 58%

130
235
147

R + G + B ~ 67%. #82EB93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 235 + 147 = 512 (100%)
R 130 of 512 ~ 25.39%
G 235 of 512 ~ 45.9%
B 147 of 512 ~ 28.71'%

%25.39
%45.9
%28.71

CMYK color model

#82EB93 color CMYK value is (45,0,37,8).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 37.45%
  • key color value is 7.84%

CMYK: (45,0,37,8)
C45M0Y37K8 (45%, 0%, 37%, 8%)
(0.45 / 0.00 / 0.37 / 0.08)

CMYK percentages

%44.68
%0
%37.45
%7.84

Codes

Color #82EB93 in popluar color models

82 EB 93
RGB 130 235 147
HSL 130° 72.41% 71.57%
HSB/HSV 130° 44.68% 92.16%
CMYK 44.68% 0.00% 37.45%
7.84%

Color #82EB93 in popluar number systems.

HEX 82 EB 93
Decimal 130 235 147
Binary 10000010 11101011 10010011
Octal 202 353 223

Shades and tints

Shades of #82EB93

#82EB93
(130,235,147)
#77D686
(119,214,134)
#6CC179
(108,193,121)
#61AC6C
(97,172,108)
#56975F
(86,151,95)
#4B8252
(75,130,82)
#406D45
(64,109,69)
#355838
(53,88,56)
#2A432B
(42,67,43)
#1F2E1E
(31,46,30)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #82EB93

#82EB93
(130,235,147)
#8DEC9C
(141,236,156)
#98EDA5
(152,237,165)
#A3EEAE
(163,238,174)
#AEEFB7
(174,239,183)
#B9F0C0
(185,240,192)
#C4F1C9
(196,241,201)
#CFF2D2
(207,242,210)
#DAF3DB
(218,243,219)
#E5F4E4
(229,244,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82EB93 color. Also use rgb(130,235,147) instead hex code.

Text Font Color

.myTextColor { color: #82EB93; }

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

This text font color is #82EB93.

Background Color

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

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

This div background color is #82EB93.

Border color

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

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

This div border color is #82EB93.

Opacity

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

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

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

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

This text has shadow with #82EB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82EB93.

Preview

Color preview on black background

This text has color #82EB93 on black background.


Color preview on white background

This text has color #82EB93 on white background.


Black color preview on #82EB93 background

This text has black color on #82EB93 background.


White color preview on #82EB93 background

This text has white color on #82EB93 background.


Related colors

Complementary color

Complementary color for #hex is #7D146C.


I love getcolorcode.com

Triadic colors

1 #9382EB and #EB9382 with #82EB93 are triadic colors.

2 #93EB82 and #EB8293 with #82EB93 are triadic colors.