COLOR #82CFA4

HEX: #82CFA4
RGB: (130,207,164)

Color info

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

RGB color model

#82CFA4 color RGB value is (130,207,164).

  • red value is 130;
  • green value is 207;
  • blue value is 164.
RGB:
(130,207,164)
(51%,81%,64%)

RGB channels and saturation

R 130 of 255 = 51%
G 207 of 255 = 81%
B 164 of 255 = 64%

130
207
164

R + G + B ~ 65%. #82CFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 207 + 164 = 501 (100%)
R 130 of 501 ~ 25.95%
G 207 of 501 ~ 41.32%
B 164 of 501 ~ 32.73%

%25.95
%41.32
%32.73

CMYK color model

#82CFA4 color CMYK value is (37,0,21,19).

  • cyan value is 37.20%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 18.82%
CMYK:
(37,0,21,19)
C37M0Y21K19 
(37%,0%,21%,19%)
(0.37/0.00/0.21/0.19)	

CMYK percentages

%37.2
%0
%20.77
%18.82

Codes

Color #82CFA4 in popluar color models

82CFA4
RGB130207164
HSL146°44.51%66.08%
HSB/HSV146°37.20%81.18%
CMYK37.20%0.00%20.77%
18.82%

Color #82CFA4 in popluar number systems.

HEX82CFA4
Decimal130207164
Binary100000101100111110100100
Octal202317244

Shades and tints

Shades of #82CFA4

#82CFA4
(130,207,164)
#77BD96
(119,189,150)
#6CAB88
(108,171,136)
#61997A
(97,153,122)
#56876C
(86,135,108)
#4B755E
(75,117,94)
#406350
(64,99,80)
#355142
(53,81,66)
#2A3F34
(42,63,52)
#1F2D26
(31,45,38)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #82CFA4

#82CFA4
(130,207,164)
#8DD3AC
(141,211,172)
#98D7B4
(152,215,180)
#A3DBBC
(163,219,188)
#AEDFC4
(174,223,196)
#B9E3CC
(185,227,204)
#C4E7D4
(196,231,212)
#CFEBDC
(207,235,220)
#DAEFE4
(218,239,228)
#E5F3EC
(229,243,236)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CFA4 color. Also use rgb(130,207,164) instead hex code.

Text Font Color

.myTextColor { color: #82CFA4; }

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

This text font color is #82CFA4.


Background Color

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

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

This div background color is #82CFA4.


Border color

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

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

This div border color is #82CFA4.


Opacity

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

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

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

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

This text has shadow with #82CFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CFA4 on black background.


Color preview on white background

This text has color #82CFA4 on white background.



Black color preview on #82CFA4 background

This text has black color on #82CFA4 background.


White color preview on #82CFA4 background

This text has white color on #82CFA4 background.