COLOR #82CEAD

HEX: #82CEAD
RGB: (130,206,173)

Color info

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

RGB color model

#82CEAD color RGB value is (130,206,173).

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

RGB channels and saturation

R 130 of 255 = 51%
G 206 of 255 = 81%
B 173 of 255 = 68%

130
206
173

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

Portions of RGB colors in percentages

R + G + B =
130 + 206 + 173 = 509 (100%)
R 130 of 509 ~ 25.54%
G 206 of 509 ~ 40.47%
B 173 of 509 ~ 33.99%

%25.54
%40.47
%33.99

CMYK color model

#82CEAD color CMYK value is (37,0,16,19).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 19.22%
CMYK:
(37,0,16,19)
C37M0Y16K19 
(37%,0%,16%,19%)
(0.37/0.00/0.16/0.19)	

CMYK percentages

%36.89
%0
%16.02
%19.22

Codes

Color #82CEAD in popluar color models

82CEAD
RGB130206173
HSL154°43.68%65.88%
HSB/HSV154°36.89%80.78%
CMYK36.89%0.00%16.02%
19.22%

Color #82CEAD in popluar number systems.

HEX82CEAD
Decimal130206173
Binary100000101100111010101101
Octal202316255

Shades and tints

Shades of #82CEAD

#82CEAD
(130,206,173)
#77BC9E
(119,188,158)
#6CAA8F
(108,170,143)
#619880
(97,152,128)
#568671
(86,134,113)
#4B7462
(75,116,98)
#406253
(64,98,83)
#355044
(53,80,68)
#2A3E35
(42,62,53)
#1F2C26
(31,44,38)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #82CEAD

#82CEAD
(130,206,173)
#8DD2B4
(141,210,180)
#98D6BB
(152,214,187)
#A3DAC2
(163,218,194)
#AEDEC9
(174,222,201)
#B9E2D0
(185,226,208)
#C4E6D7
(196,230,215)
#CFEADE
(207,234,222)
#DAEEE5
(218,238,229)
#E5F2EC
(229,242,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82CEAD; }

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

This text font color is #82CEAD.


Background Color

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

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

This div background color is #82CEAD.


Border color

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

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

This div border color is #82CEAD.


Opacity

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

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

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

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

This text has shadow with #82CEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CEAD on black background.


Color preview on white background

This text has color #82CEAD on white background.



Black color preview on #82CEAD background

This text has black color on #82CEAD background.


White color preview on #82CEAD background

This text has white color on #82CEAD background.