COLOR #82CFAE

HEX: #82CFAE
RGB: (130,207,174)

Color info

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

RGB color model

#82CFAE color RGB value is (130,207,174).

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

RGB channels and saturation

R 130 of 255 = 51%
G 207 of 255 = 81%
B 174 of 255 = 68%

130
207
174

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

Portions of RGB colors in percentages

R + G + B =
130 + 207 + 174 = 511 (100%)
R 130 of 511 ~ 25.44%
G 207 of 511 ~ 40.51%
B 174 of 511 ~ 34.05%

%25.44
%40.51
%34.05

CMYK color model

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

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

CMYK percentages

%37.2
%0
%15.94
%18.82

Codes

Color #82CFAE in popluar color models

82CFAE
RGB130207174
HSL154°44.51%66.08%
HSB/HSV154°37.20%81.18%
CMYK37.20%0.00%15.94%
18.82%

Color #82CFAE in popluar number systems.

HEX82CFAE
Decimal130207174
Binary100000101100111110101110
Octal202317256

Shades and tints

Shades of #82CFAE

#82CFAE
(130,207,174)
#77BD9F
(119,189,159)
#6CAB90
(108,171,144)
#619981
(97,153,129)
#568772
(86,135,114)
#4B7563
(75,117,99)
#406354
(64,99,84)
#355145
(53,81,69)
#2A3F36
(42,63,54)
#1F2D27
(31,45,39)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #82CFAE

#82CFAE
(130,207,174)
#8DD3B5
(141,211,181)
#98D7BC
(152,215,188)
#A3DBC3
(163,219,195)
#AEDFCA
(174,223,202)
#B9E3D1
(185,227,209)
#C4E7D8
(196,231,216)
#CFEBDF
(207,235,223)
#DAEFE6
(218,239,230)
#E5F3ED
(229,243,237)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82CFAE; }

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

This text font color is #82CFAE.


Background Color

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

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

This div background color is #82CFAE.


Border color

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

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

This div border color is #82CFAE.


Opacity

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

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

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

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

This text has shadow with #82CFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CFAE on black background.


Color preview on white background

This text has color #82CFAE on white background.



Black color preview on #82CFAE background

This text has black color on #82CFAE background.


White color preview on #82CFAE background

This text has white color on #82CFAE background.