COLOR #82CFD8

HEX: #82CFD8
RGB: (130,207,216)

Color info

#82CFD8 contains mainly green and blue colors. Web safe color of #82CFD8 is #99CCCC (or #9CC).

RGB color model

#82CFD8 color RGB value is (130,207,216).

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

RGB channels and saturation

R 130 of 255 = 51%
G 207 of 255 = 81%
B 216 of 255 = 85%

130
207
216

R + G + B ~ 72%. #82CFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 207 + 216 = 553 (100%)
R 130 of 553 ~ 23.51%
G 207 of 553 ~ 37.43%
B 216 of 553 ~ 39.06%

%23.51
%37.43
%39.06

CMYK color model

#82CFD8 color CMYK value is (40,4,0,15).

  • cyan value is 39.81%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(40,4,0,15)
C40M4Y0K15 
(40%,4%,0%,15%)
(0.40/0.04/0.00/0.15)	

CMYK percentages

%39.81
%4.17
%0
%15.29

Codes

Color #82CFD8 in popluar color models

82CFD8
RGB130207216
HSL186°52.44%67.84%
HSB/HSV186°39.81%84.71%
CMYK39.81%4.17%0.00%
15.29%

Color #82CFD8 in popluar number systems.

HEX82CFD8
Decimal130207216
Binary100000101100111111011000
Octal202317330

Shades and tints

Shades of #82CFD8

#82CFD8
(130,207,216)
#77BDC5
(119,189,197)
#6CABB2
(108,171,178)
#61999F
(97,153,159)
#56878C
(86,135,140)
#4B7579
(75,117,121)
#406366
(64,99,102)
#355153
(53,81,83)
#2A3F40
(42,63,64)
#1F2D2D
(31,45,45)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #82CFD8

#82CFD8
(130,207,216)
#8DD3DB
(141,211,219)
#98D7DE
(152,215,222)
#A3DBE1
(163,219,225)
#AEDFE4
(174,223,228)
#B9E3E7
(185,227,231)
#C4E7EA
(196,231,234)
#CFEBED
(207,235,237)
#DAEFF0
(218,239,240)
#E5F3F3
(229,243,243)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82CFD8; }

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

This text font color is #82CFD8.


Background Color

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

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

This div background color is #82CFD8.


Border color

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

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

This div border color is #82CFD8.


Opacity

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

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

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

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

This text has shadow with #82CFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CFD8 on black background.


Color preview on white background

This text has color #82CFD8 on white background.



Black color preview on #82CFD8 background

This text has black color on #82CFD8 background.


White color preview on #82CFD8 background

This text has white color on #82CFD8 background.