COLOR #82CBDA

HEX: #82CBDA RGB: (130,203,218)

Color info

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

RGB color model

#82CBDA color RGB value is (130,203,218).

RGB: (130,203,218) (51%, 80%, 85%)

RGB channels and saturation

R 130 of 255 = 51%
G 203 of 255 = 80%
B 218 of 255 = 85%

130
203
218

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

Portions of RGB colors in percentages

R + G + B = 130 + 203 + 218 = 551 (100%)
R 130 of 551 ~ 23.59%
G 203 of 551 ~ 36.84%
B 218 of 551 ~ 39.56'%

%23.59
%36.84
%39.56

CMYK color model

#82CBDA color CMYK value is (40,7,0,15).

  • cyan value is 40.37%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (40,7,0,15)
C40M7Y0K15 (40%, 7%, 0%, 15%)
(0.40 / 0.07 / 0.00 / 0.15)

CMYK percentages

%40.37
%6.88
%0
%14.51

Codes

Color #82CBDA in popluar color models

82 CB DA
RGB 130 203 218
HSL 190° 54.32% 68.24%
HSB/HSV 190° 40.37% 85.49%
CMYK 40.37% 6.88% 0.00%
14.51%

Color #82CBDA in popluar number systems.

HEX 82 CB DA
Decimal 130 203 218
Binary 10000010 11001011 11011010
Octal 202 313 332

Shades and tints

Shades of #82CBDA

#82CBDA
(130,203,218)
#77B9C7
(119,185,199)
#6CA7B4
(108,167,180)
#6195A1
(97,149,161)
#56838E
(86,131,142)
#4B717B
(75,113,123)
#405F68
(64,95,104)
#354D55
(53,77,85)
#2A3B42
(42,59,66)
#1F292F
(31,41,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #82CBDA

#82CBDA
(130,203,218)
#8DCFDD
(141,207,221)
#98D3E0
(152,211,224)
#A3D7E3
(163,215,227)
#AEDBE6
(174,219,230)
#B9DFE9
(185,223,233)
#C4E3EC
(196,227,236)
#CFE7EF
(207,231,239)
#DAEBF2
(218,235,242)
#E5EFF5
(229,239,245)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CBDA color. Also use rgb(130,203,218) instead hex code.

Text Font Color

.myTextColor { color: #82CBDA; }

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

This text font color is #82CBDA.

Background Color

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

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

This div background color is #82CBDA.

Border color

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

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

This div border color is #82CBDA.

Opacity

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

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

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

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

This text has shadow with #82CBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82CBDA.

Preview

Color preview on black background

This text has color #82CBDA on black background.


Color preview on white background

This text has color #82CBDA on white background.


Black color preview on #82CBDA background

This text has black color on #82CBDA background.


White color preview on #82CBDA background

This text has white color on #82CBDA background.


Related colors

Complementary color

Complementary color for #hex is #7D3425.


I love getcolorcode.com

Triadic colors

1 #DA82CB and #CBDA82 with #82CBDA are triadic colors.

2 #DACB82 and #CB82DA with #82CBDA are triadic colors.