COLOR #82C9AF

HEX: #82C9AF
RGB: (130,201,175)

Color info

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

RGB color model

#82C9AF color RGB value is (130,201,175).

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

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 175 of 255 = 69%

130
201
175

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 175 = 506 (100%)
R 130 of 506 ~ 25.69%
G 201 of 506 ~ 39.72%
B 175 of 506 ~ 34.58%

%25.69
%39.72
%34.58

CMYK color model

#82C9AF color CMYK value is (35,0,13,21).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK:
(35,0,13,21)
C35M0Y13K21 
(35%,0%,13%,21%)
(0.35/0.00/0.13/0.21)	

CMYK percentages

%35.32
%0
%12.94
%21.18

Codes

Color #82C9AF in popluar color models

82C9AF
RGB130201175
HSL158°39.66%64.90%
HSB/HSV158°35.32%78.82%
CMYK35.32%0.00%12.94%
21.18%

Color #82C9AF in popluar number systems.

HEX82C9AF
Decimal130201175
Binary100000101100100110101111
Octal202311257

Shades and tints

Shades of #82C9AF

#82C9AF
(130,201,175)
#77B7A0
(119,183,160)
#6CA591
(108,165,145)
#619382
(97,147,130)
#568173
(86,129,115)
#4B6F64
(75,111,100)
#405D55
(64,93,85)
#354B46
(53,75,70)
#2A3937
(42,57,55)
#1F2728
(31,39,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #82C9AF

#82C9AF
(130,201,175)
#8DCDB6
(141,205,182)
#98D1BD
(152,209,189)
#A3D5C4
(163,213,196)
#AED9CB
(174,217,203)
#B9DDD2
(185,221,210)
#C4E1D9
(196,225,217)
#CFE5E0
(207,229,224)
#DAE9E7
(218,233,231)
#E5EDEE
(229,237,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C9AF; }

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

This text font color is #82C9AF.


Background Color

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

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

This div background color is #82C9AF.


Border color

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

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

This div border color is #82C9AF.


Opacity

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

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

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

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

This text has shadow with #82C9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C9AF on black background.


Color preview on white background

This text has color #82C9AF on white background.



Black color preview on #82C9AF background

This text has black color on #82C9AF background.


White color preview on #82C9AF background

This text has white color on #82C9AF background.