COLOR #82C9A7

HEX: #82C9A7
RGB: (130,201,167)

Color info

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

RGB color model

#82C9A7 color RGB value is (130,201,167).

  • red value is 130;
  • green value is 201;
  • blue value is 167.
RGB:
(130,201,167)
(51%,79%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 167 of 255 = 65%

130
201
167

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 167 = 498 (100%)
R 130 of 498 ~ 26.1%
G 201 of 498 ~ 40.36%
B 167 of 498 ~ 33.53%

%26.1
%40.36
%33.53

CMYK color model

#82C9A7 color CMYK value is (35,0,17,21).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(35,0,17,21)
C35M0Y17K21 
(35%,0%,17%,21%)
(0.35/0.00/0.17/0.21)	

CMYK percentages

%35.32
%0
%16.92
%21.18

Codes

Color #82C9A7 in popluar color models

82C9A7
RGB130201167
HSL151°39.66%64.90%
HSB/HSV151°35.32%78.82%
CMYK35.32%0.00%16.92%
21.18%

Color #82C9A7 in popluar number systems.

HEX82C9A7
Decimal130201167
Binary100000101100100110100111
Octal202311247

Shades and tints

Shades of #82C9A7

#82C9A7
(130,201,167)
#77B798
(119,183,152)
#6CA589
(108,165,137)
#61937A
(97,147,122)
#56816B
(86,129,107)
#4B6F5C
(75,111,92)
#405D4D
(64,93,77)
#354B3E
(53,75,62)
#2A392F
(42,57,47)
#1F2720
(31,39,32)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #82C9A7

#82C9A7
(130,201,167)
#8DCDAF
(141,205,175)
#98D1B7
(152,209,183)
#A3D5BF
(163,213,191)
#AED9C7
(174,217,199)
#B9DDCF
(185,221,207)
#C4E1D7
(196,225,215)
#CFE5DF
(207,229,223)
#DAE9E7
(218,233,231)
#E5EDEF
(229,237,239)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C9A7 color. Also use rgb(130,201,167) instead hex code.

Text Font Color

.myTextColor { color: #82C9A7; }

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

This text font color is #82C9A7.


Background Color

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

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

This div background color is #82C9A7.


Border color

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

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

This div border color is #82C9A7.


Opacity

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

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

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

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

This text has shadow with #82C9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C9A7 on black background.


Color preview on white background

This text has color #82C9A7 on white background.



Black color preview on #82C9A7 background

This text has black color on #82C9A7 background.


White color preview on #82C9A7 background

This text has white color on #82C9A7 background.