COLOR #82CDAB

HEX: #82CDAB RGB: (130,205,171)

Color info

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

RGB color model

#82CDAB color RGB value is (130,205,171).

RGB: (130,205,171) (51%, 80%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 205 of 255 = 80%
B 171 of 255 = 67%

130
205
171

R + G + B ~ 66%. #82CDAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 205 + 171 = 506 (100%)
R 130 of 506 ~ 25.69%
G 205 of 506 ~ 40.51%
B 171 of 506 ~ 33.79'%

%25.69
%40.51
%33.79

CMYK color model

#82CDAB color CMYK value is (37,0,17,20).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 19.61%
CMYK: (37,0,17,20) C37M0Y17K20 (37%,0%,17%,20%) (0.37/0.00/0.17/0.20) 

CMYK percentages

%36.59
%0
%16.59
%19.61

Codes

Color #82CDAB in popluar color models

82 CD AB
RGB 130 205 171
HSL 153° 42.86% 65.69%
HSB/HSV 153° 36.59% 80.39%
CMYK 36.59% 0.00% 16.59%
19.61%

Color #82CDAB in popluar number systems.

HEX 82 CD AB
Decimal 130 205 171
Binary 10000010 11001101 10101011
Octal 202 315 253

Shades and tints

Shades of #82CDAB

#82CDAB
(130,205,171)
#77BB9C
(119,187,156)
#6CA98D
(108,169,141)
#61977E
(97,151,126)
#56856F
(86,133,111)
#4B7360
(75,115,96)
#406151
(64,97,81)
#354F42
(53,79,66)
#2A3D33
(42,61,51)
#1F2B24
(31,43,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #82CDAB

#82CDAB
(130,205,171)
#8DD1B2
(141,209,178)
#98D5B9
(152,213,185)
#A3D9C0
(163,217,192)
#AEDDC7
(174,221,199)
#B9E1CE
(185,225,206)
#C4E5D5
(196,229,213)
#CFE9DC
(207,233,220)
#DAEDE3
(218,237,227)
#E5F1EA
(229,241,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82CDAB; }

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

This text font color is #82CDAB.

Background Color

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

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

This div background color is #82CDAB.

Border color

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

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

This div border color is #82CDAB.

Opacity

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

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

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

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

This text has shadow with #82CDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82CDAB.

Preview

Color preview on black background

This text has color #82CDAB on black background.


Color preview on white background

This text has color #82CDAB on white background.


Black color preview on #82CDAB background

This text has black color on #82CDAB background.


White color preview on #82CDAB background

This text has white color on #82CDAB background.


Related colors

Complementary color

Complementary color for #hex is #7D3254.


I love getcolorcode.com

Triadic colors

1 #AB82CD and #CDAB82 with #82CDAB are triadic colors.

2 #ABCD82 and #CD82AB with #82CDAB are triadic colors.