COLOR #82DBAB

HEX: #82DBAB RGB: (130,219,171)

Color info

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

RGB color model

#82DBAB color RGB value is (130,219,171).

RGB: (130,219,171) (51%, 86%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 219 of 255 = 86%
B 171 of 255 = 67%

130
219
171

R + G + B ~ 68%. #82DBAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 219 + 171 = 520 (100%)
R 130 of 520 ~ 25%
G 219 of 520 ~ 42.12%
B 171 of 520 ~ 32.88'%

%25
%42.12
%32.88

CMYK color model

#82DBAB color CMYK value is (41,0,22,14).

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

CMYK: (41,0,22,14)
C41M0Y22K14 (41%, 0%, 22%, 14%)
(0.41 / 0.00 / 0.22 / 0.14)

CMYK percentages

%40.64
%0
%21.92
%14.12

Codes

Color #82DBAB in popluar color models

82 DB AB
RGB 130 219 171
HSL 148° 55.28% 68.43%
HSB/HSV 148° 40.64% 85.88%
CMYK 40.64% 0.00% 21.92%
14.12%

Color #82DBAB in popluar number systems.

HEX 82 DB AB
Decimal 130 219 171
Binary 10000010 11011011 10101011
Octal 202 333 253

Shades and tints

Shades of #82DBAB

#82DBAB
(130,219,171)
#77C89C
(119,200,156)
#6CB58D
(108,181,141)
#61A27E
(97,162,126)
#568F6F
(86,143,111)
#4B7C60
(75,124,96)
#406951
(64,105,81)
#355642
(53,86,66)
#2A4333
(42,67,51)
#1F3024
(31,48,36)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #82DBAB

#82DBAB
(130,219,171)
#8DDEB2
(141,222,178)
#98E1B9
(152,225,185)
#A3E4C0
(163,228,192)
#AEE7C7
(174,231,199)
#B9EACE
(185,234,206)
#C4EDD5
(196,237,213)
#CFF0DC
(207,240,220)
#DAF3E3
(218,243,227)
#E5F6EA
(229,246,234)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82DBAB; }

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

This text font color is #82DBAB.

Background Color

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

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

This div background color is #82DBAB.

Border color

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

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

This div border color is #82DBAB.

Opacity

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

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

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

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

This text has shadow with #82DBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82DBAB.

Preview

Color preview on black background

This text has color #82DBAB on black background.


Color preview on white background

This text has color #82DBAB on white background.


Black color preview on #82DBAB background

This text has black color on #82DBAB background.


White color preview on #82DBAB background

This text has white color on #82DBAB background.


Related colors

Complementary color

Complementary color for #hex is #7D2454.


I love getcolorcode.com

Triadic colors

1 #AB82DB and #DBAB82 with #82DBAB are triadic colors.

2 #ABDB82 and #DB82AB with #82DBAB are triadic colors.