COLOR #82D69B

HEX: #82D69B RGB: (130,214,155)

Color info

#82D69B contains mainly green and blue colors. Web safe color of #82D69B is #99CC99 (or #9C9).

RGB color model

#82D69B color RGB value is (130,214,155).

RGB: (130,214,155) (51%, 84%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 214 of 255 = 84%
B 155 of 255 = 61%

130
214
155

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

Portions of RGB colors in percentages

R + G + B = 130 + 214 + 155 = 499 (100%)
R 130 of 499 ~ 26.05%
G 214 of 499 ~ 42.89%
B 155 of 499 ~ 31.06'%

%26.05
%42.89
%31.06

CMYK color model

#82D69B color CMYK value is (39,0,28,16).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 16.08%

CMYK: (39,0,28,16)
C39M0Y28K16 (39%, 0%, 28%, 16%)
(0.39 / 0.00 / 0.28 / 0.16)

CMYK percentages

%39.25
%0
%27.57
%16.08

Codes

Color #82D69B in popluar color models

82 D6 9B
RGB 130 214 155
HSL 138° 50.60% 67.45%
HSB/HSV 138° 39.25% 83.92%
CMYK 39.25% 0.00% 27.57%
16.08%

Color #82D69B in popluar number systems.

HEX 82 D6 9B
Decimal 130 214 155
Binary 10000010 11010110 10011011
Octal 202 326 233

Shades and tints

Shades of #82D69B

#82D69B
(130,214,155)
#77C38D
(119,195,141)
#6CB07F
(108,176,127)
#619D71
(97,157,113)
#568A63
(86,138,99)
#4B7755
(75,119,85)
#406447
(64,100,71)
#355139
(53,81,57)
#2A3E2B
(42,62,43)
#1F2B1D
(31,43,29)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #82D69B

#82D69B
(130,214,155)
#8DD9A4
(141,217,164)
#98DCAD
(152,220,173)
#A3DFB6
(163,223,182)
#AEE2BF
(174,226,191)
#B9E5C8
(185,229,200)
#C4E8D1
(196,232,209)
#CFEBDA
(207,235,218)
#DAEEE3
(218,238,227)
#E5F1EC
(229,241,236)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D69B; }

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

This text font color is #82D69B.

Background Color

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

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

This div background color is #82D69B.

Border color

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

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

This div border color is #82D69B.

Opacity

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

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

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

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

This text has shadow with #82D69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D69B.

Preview

Color preview on black background

This text has color #82D69B on black background.


Color preview on white background

This text has color #82D69B on white background.


Black color preview on #82D69B background

This text has black color on #82D69B background.


White color preview on #82D69B background

This text has white color on #82D69B background.


Related colors

Complementary color

Complementary color for #hex is #7D2964.


I love getcolorcode.com

Triadic colors

1 #9B82D6 and #D69B82 with #82D69B are triadic colors.

2 #9BD682 and #D6829B with #82D69B are triadic colors.