COLOR #82BDD6

HEX: #82BDD6 RGB: (130,189,214)

Color info

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

RGB color model

#82BDD6 color RGB value is (130,189,214).

RGB: (130,189,214) (51%, 74%, 84%)

RGB channels and saturation

R 130 of 255 = 51%
G 189 of 255 = 74%
B 214 of 255 = 84%

130
189
214

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

Portions of RGB colors in percentages

R + G + B = 130 + 189 + 214 = 533 (100%)
R 130 of 533 ~ 24.39%
G 189 of 533 ~ 35.46%
B 214 of 533 ~ 40.15'%

%24.39
%35.46
%40.15

CMYK color model

#82BDD6 color CMYK value is (39,12,0,16).

  • cyan value is 39.25%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (39,12,0,16)
C39M12Y0K16 (39%, 12%, 0%, 16%)
(0.39 / 0.12 / 0.00 / 0.16)

CMYK percentages

%39.25
%11.68
%0
%16.08

Codes

Color #82BDD6 in popluar color models

82 BD D6
RGB 130 189 214
HSL 198° 50.60% 67.45%
HSB/HSV 198° 39.25% 83.92%
CMYK 39.25% 11.68% 0.00%
16.08%

Color #82BDD6 in popluar number systems.

HEX 82 BD D6
Decimal 130 189 214
Binary 10000010 10111101 11010110
Octal 202 275 326

Shades and tints

Shades of #82BDD6

#82BDD6
(130,189,214)
#77ACC3
(119,172,195)
#6C9BB0
(108,155,176)
#618A9D
(97,138,157)
#56798A
(86,121,138)
#4B6877
(75,104,119)
#405764
(64,87,100)
#354651
(53,70,81)
#2A353E
(42,53,62)
#1F242B
(31,36,43)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #82BDD6

#82BDD6
(130,189,214)
#8DC3D9
(141,195,217)
#98C9DC
(152,201,220)
#A3CFDF
(163,207,223)
#AED5E2
(174,213,226)
#B9DBE5
(185,219,229)
#C4E1E8
(196,225,232)
#CFE7EB
(207,231,235)
#DAEDEE
(218,237,238)
#E5F3F1
(229,243,241)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BDD6 color. Also use rgb(130,189,214) instead hex code.

Text Font Color

.myTextColor { color: #82BDD6; }

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

This text font color is #82BDD6.

Background Color

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

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

This div background color is #82BDD6.

Border color

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

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

This div border color is #82BDD6.

Opacity

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

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

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

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

This text has shadow with #82BDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BDD6.

Preview

Color preview on black background

This text has color #82BDD6 on black background.


Color preview on white background

This text has color #82BDD6 on white background.


Black color preview on #82BDD6 background

This text has black color on #82BDD6 background.


White color preview on #82BDD6 background

This text has white color on #82BDD6 background.


Related colors

Complementary color

Complementary color for #hex is #7D4229.


I love getcolorcode.com

Triadic colors

1 #D682BD and #BDD682 with #82BDD6 are triadic colors.

2 #D6BD82 and #BD82D6 with #82BDD6 are triadic colors.