COLOR #82C4D1

HEX: #82C4D1 RGB: (130,196,209)

Color info

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

RGB color model

#82C4D1 color RGB value is (130,196,209).

RGB: (130,196,209) (51%, 77%, 82%)

RGB channels and saturation

R 130 of 255 = 51%
G 196 of 255 = 77%
B 209 of 255 = 82%

130
196
209

R + G + B ~ 70%. #82C4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 196 + 209 = 535 (100%)
R 130 of 535 ~ 24.3%
G 196 of 535 ~ 36.64%
B 209 of 535 ~ 39.07'%

%24.3
%36.64
%39.07

CMYK color model

#82C4D1 color CMYK value is (38,6,0,18).

  • cyan value is 37.80%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (38,6,0,18)
C38M6Y0K18 (38%, 6%, 0%, 18%)
(0.38 / 0.06 / 0.00 / 0.18)

CMYK percentages

%37.8
%6.22
%0
%18.04

Codes

Color #82C4D1 in popluar color models

82 C4 D1
RGB 130 196 209
HSL 190° 46.20% 66.47%
HSB/HSV 190° 37.80% 81.96%
CMYK 37.80% 6.22% 0.00%
18.04%

Color #82C4D1 in popluar number systems.

HEX 82 C4 D1
Decimal 130 196 209
Binary 10000010 11000100 11010001
Octal 202 304 321

Shades and tints

Shades of #82C4D1

#82C4D1
(130,196,209)
#77B3BE
(119,179,190)
#6CA2AB
(108,162,171)
#619198
(97,145,152)
#568085
(86,128,133)
#4B6F72
(75,111,114)
#405E5F
(64,94,95)
#354D4C
(53,77,76)
#2A3C39
(42,60,57)
#1F2B26
(31,43,38)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #82C4D1

#82C4D1
(130,196,209)
#8DC9D5
(141,201,213)
#98CED9
(152,206,217)
#A3D3DD
(163,211,221)
#AED8E1
(174,216,225)
#B9DDE5
(185,221,229)
#C4E2E9
(196,226,233)
#CFE7ED
(207,231,237)
#DAECF1
(218,236,241)
#E5F1F5
(229,241,245)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C4D1 color. Also use rgb(130,196,209) instead hex code.

Text Font Color

.myTextColor { color: #82C4D1; }

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

This text font color is #82C4D1.

Background Color

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

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

This div background color is #82C4D1.

Border color

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

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

This div border color is #82C4D1.

Opacity

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

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

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

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

This text has shadow with #82C4D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C4D1.

Preview

Color preview on black background

This text has color #82C4D1 on black background.


Color preview on white background

This text has color #82C4D1 on white background.


Black color preview on #82C4D1 background

This text has black color on #82C4D1 background.


White color preview on #82C4D1 background

This text has white color on #82C4D1 background.


Related colors

Complementary color

Complementary color for #hex is #7D3B2E.


I love getcolorcode.com

Triadic colors

1 #D182C4 and #C4D182 with #82C4D1 are triadic colors.

2 #D1C482 and #C482D1 with #82C4D1 are triadic colors.