COLOR #82DB91

HEX: #82DB91
RGB: (130,219,145)

Color info

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

RGB color model

#82DB91 color RGB value is (130,219,145).

  • red value is 130;
  • green value is 219;
  • blue value is 145.
RGB:
(130,219,145)
(51%,86%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 219 of 255 = 86%
B 145 of 255 = 57%

130
219
145

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

Portions of RGB colors in percentages

R + G + B =
130 + 219 + 145 = 494 (100%)
R 130 of 494 ~ 26.32%
G 219 of 494 ~ 44.33%
B 145 of 494 ~ 29.35%

%26.32
%44.33
%29.35

CMYK color model

#82DB91 color CMYK value is (41,0,34,14).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 33.79%
  • key color value is 14.12%
CMYK:
(41,0,34,14)
C41M0Y34K14 
(41%,0%,34%,14%)
(0.41/0.00/0.34/0.14)	

CMYK percentages

%40.64
%0
%33.79
%14.12

Codes

Color #82DB91 in popluar color models

82DB91
RGB130219145
HSL130°55.28%68.43%
HSB/HSV130°40.64%85.88%
CMYK40.64%0.00%33.79%
14.12%

Color #82DB91 in popluar number systems.

HEX82DB91
Decimal130219145
Binary100000101101101110010001
Octal202333221

Shades and tints

Shades of #82DB91

#82DB91
(130,219,145)
#77C884
(119,200,132)
#6CB577
(108,181,119)
#61A26A
(97,162,106)
#568F5D
(86,143,93)
#4B7C50
(75,124,80)
#406943
(64,105,67)
#355636
(53,86,54)
#2A4329
(42,67,41)
#1F301C
(31,48,28)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #82DB91

#82DB91
(130,219,145)
#8DDE9B
(141,222,155)
#98E1A5
(152,225,165)
#A3E4AF
(163,228,175)
#AEE7B9
(174,231,185)
#B9EAC3
(185,234,195)
#C4EDCD
(196,237,205)
#CFF0D7
(207,240,215)
#DAF3E1
(218,243,225)
#E5F6EB
(229,246,235)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82DB91; }

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

This text font color is #82DB91.


Background Color

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

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

This div background color is #82DB91.


Border color

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

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

This div border color is #82DB91.


Opacity

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

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

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

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

This text has shadow with #82DB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DB91 on black background.


Color preview on white background

This text has color #82DB91 on white background.



Black color preview on #82DB91 background

This text has black color on #82DB91 background.


White color preview on #82DB91 background

This text has white color on #82DB91 background.