COLOR #82B0DD

HEX: #82B0DD RGB: (130,176,221)

Color info

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

RGB color model

#82B0DD color RGB value is (130,176,221).

RGB: (130,176,221) (51%, 69%, 87%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 221 of 255 = 87%

130
176
221

R + G + B ~ 69%. #82B0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 176 + 221 = 527 (100%)
R 130 of 527 ~ 24.67%
G 176 of 527 ~ 33.4%
B 221 of 527 ~ 41.94'%

%24.67
%33.4
%41.94

CMYK color model

#82B0DD color CMYK value is (41,20,0,13).

  • cyan value is 41.18%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (41,20,0,13)
C41M20Y0K13 (41%, 20%, 0%, 13%)
(0.41 / 0.20 / 0.00 / 0.13)

CMYK percentages

%41.18
%20.36
%0
%13.33

Codes

Color #82B0DD in popluar color models

82 B0 DD
RGB 130 176 221
HSL 210° 57.23% 68.82%
HSB/HSV 210° 41.18% 86.67%
CMYK 41.18% 20.36% 0.00%
13.33%

Color #82B0DD in popluar number systems.

HEX 82 B0 DD
Decimal 130 176 221
Binary 10000010 10110000 11011101
Octal 202 260 335

Shades and tints

Shades of #82B0DD

#82B0DD
(130,176,221)
#77A0C9
(119,160,201)
#6C90B5
(108,144,181)
#6180A1
(97,128,161)
#56708D
(86,112,141)
#4B6079
(75,96,121)
#405065
(64,80,101)
#354051
(53,64,81)
#2A303D
(42,48,61)
#1F2029
(31,32,41)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #82B0DD

#82B0DD
(130,176,221)
#8DB7E0
(141,183,224)
#98BEE3
(152,190,227)
#A3C5E6
(163,197,230)
#AECCE9
(174,204,233)
#B9D3EC
(185,211,236)
#C4DAEF
(196,218,239)
#CFE1F2
(207,225,242)
#DAE8F5
(218,232,245)
#E5EFF8
(229,239,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B0DD color. Also use rgb(130,176,221) instead hex code.

Text Font Color

.myTextColor { color: #82B0DD; }

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

This text font color is #82B0DD.

Background Color

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

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

This div background color is #82B0DD.

Border color

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

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

This div border color is #82B0DD.

Opacity

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

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

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

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

This text has shadow with #82B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B0DD.

Preview

Color preview on black background

This text has color #82B0DD on black background.


Color preview on white background

This text has color #82B0DD on white background.


Black color preview on #82B0DD background

This text has black color on #82B0DD background.


White color preview on #82B0DD background

This text has white color on #82B0DD background.


Related colors

Complementary color

Complementary color for #hex is #7D4F22.


I love getcolorcode.com

Triadic colors

1 #DD82B0 and #B0DD82 with #82B0DD are triadic colors.

2 #DDB082 and #B082DD with #82B0DD are triadic colors.