COLOR #82D26B

HEX: #82D26B RGB: (130,210,107)

Color info

#82D26B contains mainly green color. Web safe color of #82D26B is #99CC66 (or #9C6).

RGB color model

#82D26B color RGB value is (130,210,107).

RGB: (130,210,107) (51%, 82%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 210 of 255 = 82%
B 107 of 255 = 42%

130
210
107

R + G + B ~ 58%. #82D26B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 210 + 107 = 447 (100%)
R 130 of 447 ~ 29.08%
G 210 of 447 ~ 46.98%
B 107 of 447 ~ 23.94'%

%29.08
%46.98
%23.94

CMYK color model

#82D26B color CMYK value is (38,0,49,18).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 49.05%
  • key color value is 17.65%

CMYK: (38,0,49,18)
C38M0Y49K18 (38%, 0%, 49%, 18%)
(0.38 / 0.00 / 0.49 / 0.18)

CMYK percentages

%38.1
%0
%49.05
%17.65

Codes

Color #82D26B in popluar color models

82 D2 6B
RGB 130 210 107
HSL 107° 53.37% 62.16%
HSB/HSV 107° 49.05% 82.35%
CMYK 38.10% 0.00% 49.05%
17.65%

Color #82D26B in popluar number systems.

HEX 82 D2 6B
Decimal 130 210 107
Binary 10000010 11010010 1101011
Octal 202 322 153

Shades and tints

Shades of #82D26B

#82D26B
(130,210,107)
#77BF62
(119,191,98)
#6CAC59
(108,172,89)
#619950
(97,153,80)
#568647
(86,134,71)
#4B733E
(75,115,62)
#406035
(64,96,53)
#354D2C
(53,77,44)
#2A3A23
(42,58,35)
#1F271A
(31,39,26)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #82D26B

#82D26B
(130,210,107)
#8DD678
(141,214,120)
#98DA85
(152,218,133)
#A3DE92
(163,222,146)
#AEE29F
(174,226,159)
#B9E6AC
(185,230,172)
#C4EAB9
(196,234,185)
#CFEEC6
(207,238,198)
#DAF2D3
(218,242,211)
#E5F6E0
(229,246,224)
#F0FAED
(240,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D26B color. Also use rgb(130,210,107) instead hex code.

Text Font Color

.myTextColor { color: #82D26B; }

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

This text font color is #82D26B.

Background Color

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

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

This div background color is #82D26B.

Border color

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

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

This div border color is #82D26B.

Opacity

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

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

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

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

This text has shadow with #82D26B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D26B.

Preview

Color preview on black background

This text has color #82D26B on black background.


Color preview on white background

This text has color #82D26B on white background.


Black color preview on #82D26B background

This text has black color on #82D26B background.


White color preview on #82D26B background

This text has white color on #82D26B background.


Related colors

Complementary color

Complementary color for #hex is #7D2D94.


I love getcolorcode.com

Triadic colors

1 #6B82D2 and #D26B82 with #82D26B are triadic colors.

2 #6BD282 and #D2826B with #82D26B are triadic colors.