COLOR #82DCA5

HEX: #82DCA5
RGB: (130,220,165)

Color info

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

RGB color model

#82DCA5 color RGB value is (130,220,165).

  • red value is 130;
  • green value is 220;
  • blue value is 165.
RGB:
(130,220,165)
(51%,86%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 220 of 255 = 86%
B 165 of 255 = 65%

130
220
165

R + G + B ~ 67%. #82DCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 220 + 165 = 515 (100%)
R 130 of 515 ~ 25.24%
G 220 of 515 ~ 42.72%
B 165 of 515 ~ 32.04%

%25.24
%42.72
%32.04

CMYK color model

#82DCA5 color CMYK value is (41,0,25,14).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK:
(41,0,25,14)
C41M0Y25K14 
(41%,0%,25%,14%)
(0.41/0.00/0.25/0.14)	

CMYK percentages

%40.91
%0
%25
%13.73

Codes

Color #82DCA5 in popluar color models

82DCA5
RGB130220165
HSL143°56.25%68.63%
HSB/HSV143°40.91%86.27%
CMYK40.91%0.00%25.00%
13.73%

Color #82DCA5 in popluar number systems.

HEX82DCA5
Decimal130220165
Binary100000101101110010100101
Octal202334245

Shades and tints

Shades of #82DCA5

#82DCA5
(130,220,165)
#77C896
(119,200,150)
#6CB487
(108,180,135)
#61A078
(97,160,120)
#568C69
(86,140,105)
#4B785A
(75,120,90)
#40644B
(64,100,75)
#35503C
(53,80,60)
#2A3C2D
(42,60,45)
#1F281E
(31,40,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #82DCA5

#82DCA5
(130,220,165)
#8DDFAD
(141,223,173)
#98E2B5
(152,226,181)
#A3E5BD
(163,229,189)
#AEE8C5
(174,232,197)
#B9EBCD
(185,235,205)
#C4EED5
(196,238,213)
#CFF1DD
(207,241,221)
#DAF4E5
(218,244,229)
#E5F7ED
(229,247,237)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DCA5 color. Also use rgb(130,220,165) instead hex code.

Text Font Color

.myTextColor { color: #82DCA5; }

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

This text font color is #82DCA5.


Background Color

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

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

This div background color is #82DCA5.


Border color

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

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

This div border color is #82DCA5.


Opacity

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

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

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

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

This text has shadow with #82DCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DCA5 on black background.


Color preview on white background

This text has color #82DCA5 on white background.



Black color preview on #82DCA5 background

This text has black color on #82DCA5 background.


White color preview on #82DCA5 background

This text has white color on #82DCA5 background.