COLOR #82DB93

HEX: #82DB93 RGB: (130,219,147)

Color info

#82DB93 contains mainly green color. Web safe color of #82DB93 is #99CC99 (or #9C9).

RGB color model

#82DB93 color RGB value is (130,219,147).

RGB: (130,219,147) (51%, 86%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 219 of 255 = 86%
B 147 of 255 = 58%

130
219
147

R + G + B ~ 65%. #82DB93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 219 + 147 = 496 (100%)
R 130 of 496 ~ 26.21%
G 219 of 496 ~ 44.15%
B 147 of 496 ~ 29.64'%

%26.21
%44.15
%29.64

CMYK color model

#82DB93 color CMYK value is (41,0,33,14).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 14.12%

CMYK: (41,0,33,14)
C41M0Y33K14 (41%, 0%, 33%, 14%)
(0.41 / 0.00 / 0.33 / 0.14)

CMYK percentages

%40.64
%0
%32.88
%14.12

Codes

Color #82DB93 in popluar color models

82 DB 93
RGB 130 219 147
HSL 131° 55.28% 68.43%
HSB/HSV 131° 40.64% 85.88%
CMYK 40.64% 0.00% 32.88%
14.12%

Color #82DB93 in popluar number systems.

HEX 82 DB 93
Decimal 130 219 147
Binary 10000010 11011011 10010011
Octal 202 333 223

Shades and tints

Shades of #82DB93

#82DB93
(130,219,147)
#77C886
(119,200,134)
#6CB579
(108,181,121)
#61A26C
(97,162,108)
#568F5F
(86,143,95)
#4B7C52
(75,124,82)
#406945
(64,105,69)
#355638
(53,86,56)
#2A432B
(42,67,43)
#1F301E
(31,48,30)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #82DB93

#82DB93
(130,219,147)
#8DDE9C
(141,222,156)
#98E1A5
(152,225,165)
#A3E4AE
(163,228,174)
#AEE7B7
(174,231,183)
#B9EAC0
(185,234,192)
#C4EDC9
(196,237,201)
#CFF0D2
(207,240,210)
#DAF3DB
(218,243,219)
#E5F6E4
(229,246,228)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82DB93; }

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

This text font color is #82DB93.

Background Color

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

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

This div background color is #82DB93.

Border color

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

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

This div border color is #82DB93.

Opacity

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

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

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

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

This text has shadow with #82DB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82DB93.

Preview

Color preview on black background

This text has color #82DB93 on black background.


Color preview on white background

This text has color #82DB93 on white background.


Black color preview on #82DB93 background

This text has black color on #82DB93 background.


White color preview on #82DB93 background

This text has white color on #82DB93 background.


Related colors

Complementary color

Complementary color for #hex is #7D246C.


I love getcolorcode.com

Triadic colors

1 #9382DB and #DB9382 with #82DB93 are triadic colors.

2 #93DB82 and #DB8293 with #82DB93 are triadic colors.