COLOR #82B2D0

HEX: #82B2D0 RGB: (130,178,208)

Color info

#82B2D0 contains mainly green and blue colors. Web safe color of #82B2D0 is #9999CC (or #99C).

RGB color model

#82B2D0 color RGB value is (130,178,208).

RGB: (130,178,208) (51%, 70%, 82%)

RGB channels and saturation

R 130 of 255 = 51%
G 178 of 255 = 70%
B 208 of 255 = 82%

130
178
208

R + G + B ~ 68%. #82B2D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 178 + 208 = 516 (100%)
R 130 of 516 ~ 25.19%
G 178 of 516 ~ 34.5%
B 208 of 516 ~ 40.31'%

%25.19
%34.5
%40.31

CMYK color model

#82B2D0 color CMYK value is (38,14,0,18).

  • cyan value is 37.50%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (38,14,0,18)
C38M14Y0K18 (38%, 14%, 0%, 18%)
(0.38 / 0.14 / 0.00 / 0.18)

CMYK percentages

%37.5
%14.42
%0
%18.43

Codes

Color #82B2D0 in popluar color models

82 B2 D0
RGB 130 178 208
HSL 203° 45.35% 66.27%
HSB/HSV 203° 37.50% 81.57%
CMYK 37.50% 14.42% 0.00%
18.43%

Color #82B2D0 in popluar number systems.

HEX 82 B2 D0
Decimal 130 178 208
Binary 10000010 10110010 11010000
Octal 202 262 320

Shades and tints

Shades of #82B2D0

#82B2D0
(130,178,208)
#77A2BE
(119,162,190)
#6C92AC
(108,146,172)
#61829A
(97,130,154)
#567288
(86,114,136)
#4B6276
(75,98,118)
#405264
(64,82,100)
#354252
(53,66,82)
#2A3240
(42,50,64)
#1F222E
(31,34,46)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #82B2D0

#82B2D0
(130,178,208)
#8DB9D4
(141,185,212)
#98C0D8
(152,192,216)
#A3C7DC
(163,199,220)
#AECEE0
(174,206,224)
#B9D5E4
(185,213,228)
#C4DCE8
(196,220,232)
#CFE3EC
(207,227,236)
#DAEAF0
(218,234,240)
#E5F1F4
(229,241,244)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B2D0 color. Also use rgb(130,178,208) instead hex code.

Text Font Color

.myTextColor { color: #82B2D0; }

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

This text font color is #82B2D0.

Background Color

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

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

This div background color is #82B2D0.

Border color

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

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

This div border color is #82B2D0.

Opacity

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

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

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

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

This text has shadow with #82B2D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B2D0.

Preview

Color preview on black background

This text has color #82B2D0 on black background.


Color preview on white background

This text has color #82B2D0 on white background.


Black color preview on #82B2D0 background

This text has black color on #82B2D0 background.


White color preview on #82B2D0 background

This text has white color on #82B2D0 background.


Related colors

Complementary color

Complementary color for #hex is #7D4D2F.


I love getcolorcode.com

Triadic colors

1 #D082B2 and #B2D082 with #82B2D0 are triadic colors.

2 #D0B282 and #B282D0 with #82B2D0 are triadic colors.