COLOR #82CCAD

HEX: #82CCAD
RGB: (130,204,173)

Color info

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

RGB color model

#82CCAD color RGB value is (130,204,173).

  • red value is 130;
  • green value is 204;
  • blue value is 173.
RGB:
(130,204,173)
(51%,80%,68%)

RGB channels and saturation

R 130 of 255 = 51%
G 204 of 255 = 80%
B 173 of 255 = 68%

130
204
173

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

Portions of RGB colors in percentages

R + G + B =
130 + 204 + 173 = 507 (100%)
R 130 of 507 ~ 25.64%
G 204 of 507 ~ 40.24%
B 173 of 507 ~ 34.12%

%25.64
%40.24
%34.12

CMYK color model

#82CCAD color CMYK value is (36,0,15,20).

  • cyan value is 36.27%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK:
(36,0,15,20)
C36M0Y15K20 
(36%,0%,15%,20%)
(0.36/0.00/0.15/0.20)	

CMYK percentages

%36.27
%0
%15.2
%20

Codes

Color #82CCAD in popluar color models

82CCAD
RGB130204173
HSL155°42.05%65.49%
HSB/HSV155°36.27%80.00%
CMYK36.27%0.00%15.20%
20.00%

Color #82CCAD in popluar number systems.

HEX82CCAD
Decimal130204173
Binary100000101100110010101101
Octal202314255

Shades and tints

Shades of #82CCAD

#82CCAD
(130,204,173)
#77BA9E
(119,186,158)
#6CA88F
(108,168,143)
#619680
(97,150,128)
#568471
(86,132,113)
#4B7262
(75,114,98)
#406053
(64,96,83)
#354E44
(53,78,68)
#2A3C35
(42,60,53)
#1F2A26
(31,42,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #82CCAD

#82CCAD
(130,204,173)
#8DD0B4
(141,208,180)
#98D4BB
(152,212,187)
#A3D8C2
(163,216,194)
#AEDCC9
(174,220,201)
#B9E0D0
(185,224,208)
#C4E4D7
(196,228,215)
#CFE8DE
(207,232,222)
#DAECE5
(218,236,229)
#E5F0EC
(229,240,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CCAD color. Also use rgb(130,204,173) instead hex code.

Text Font Color

.myTextColor { color: #82CCAD; }

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

This text font color is #82CCAD.


Background Color

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

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

This div background color is #82CCAD.


Border color

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

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

This div border color is #82CCAD.


Opacity

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

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

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

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

This text has shadow with #82CCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CCAD on black background.


Color preview on white background

This text has color #82CCAD on white background.



Black color preview on #82CCAD background

This text has black color on #82CCAD background.


White color preview on #82CCAD background

This text has white color on #82CCAD background.