COLOR #82CDC3

HEX: #82CDC3 RGB: (130,205,195)

Color info

#82CDC3 contains mainly green and blue colors. Web safe color of #82CDC3 is #99CCCC (or #9CC).

RGB color model

#82CDC3 color RGB value is (130,205,195).

RGB: (130,205,195) (51%, 80%, 76%)

RGB channels and saturation

R 130 of 255 = 51%
G 205 of 255 = 80%
B 195 of 255 = 76%

130
205
195

R + G + B ~ 69%. #82CDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 205 + 195 = 530 (100%)
R 130 of 530 ~ 24.53%
G 205 of 530 ~ 38.68%
B 195 of 530 ~ 36.79'%

%24.53
%38.68
%36.79

CMYK color model

#82CDC3 color CMYK value is (37,0,5,20).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 19.61%

CMYK: (37,0,5,20)
C37M0Y5K20 (37%, 0%, 5%, 20%)
(0.37 / 0.00 / 0.05 / 0.20)

CMYK percentages

%36.59
%0
%4.88
%19.61

Codes

Color #82CDC3 in popluar color models

82 CD C3
RGB 130 205 195
HSL 172° 42.86% 65.69%
HSB/HSV 172° 36.59% 80.39%
CMYK 36.59% 0.00% 4.88%
19.61%

Color #82CDC3 in popluar number systems.

HEX 82 CD C3
Decimal 130 205 195
Binary 10000010 11001101 11000011
Octal 202 315 303

Shades and tints

Shades of #82CDC3

#82CDC3
(130,205,195)
#77BBB2
(119,187,178)
#6CA9A1
(108,169,161)
#619790
(97,151,144)
#56857F
(86,133,127)
#4B736E
(75,115,110)
#40615D
(64,97,93)
#354F4C
(53,79,76)
#2A3D3B
(42,61,59)
#1F2B2A
(31,43,42)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #82CDC3

#82CDC3
(130,205,195)
#8DD1C8
(141,209,200)
#98D5CD
(152,213,205)
#A3D9D2
(163,217,210)
#AEDDD7
(174,221,215)
#B9E1DC
(185,225,220)
#C4E5E1
(196,229,225)
#CFE9E6
(207,233,230)
#DAEDEB
(218,237,235)
#E5F1F0
(229,241,240)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82CDC3; }

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

This text font color is #82CDC3.

Background Color

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

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

This div background color is #82CDC3.

Border color

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

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

This div border color is #82CDC3.

Opacity

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

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

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

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

This text has shadow with #82CDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82CDC3.

Preview

Color preview on black background

This text has color #82CDC3 on black background.


Color preview on white background

This text has color #82CDC3 on white background.


Black color preview on #82CDC3 background

This text has black color on #82CDC3 background.


White color preview on #82CDC3 background

This text has white color on #82CDC3 background.


Related colors

Complementary color

Complementary color for #hex is #7D323C.


I love getcolorcode.com

Triadic colors

1 #C382CD and #CDC382 with #82CDC3 are triadic colors.

2 #C3CD82 and #CD82C3 with #82CDC3 are triadic colors.