COLOR #82BADE

HEX: #82BADE RGB: (130,186,222)

Color info

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

RGB color model

#82BADE color RGB value is (130,186,222).

RGB: (130,186,222) (51%, 73%, 87%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 222 of 255 = 87%

130
186
222

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

Portions of RGB colors in percentages

R + G + B = 130 + 186 + 222 = 538 (100%)
R 130 of 538 ~ 24.16%
G 186 of 538 ~ 34.57%
B 222 of 538 ~ 41.26'%

%24.16
%34.57
%41.26

CMYK color model

#82BADE color CMYK value is (41,16,0,13).

  • cyan value is 41.44%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (41,16,0,13) C41M16Y0K13 (41%,16%,0%,13%) (0.41/0.16/0.00/0.13) 

CMYK percentages

%41.44
%16.22
%0
%12.94

Codes

Color #82BADE in popluar color models

82 BA DE
RGB 130 186 222
HSL 203° 58.23% 69.02%
HSB/HSV 203° 41.44% 87.06%
CMYK 41.44% 16.22% 0.00%
12.94%

Color #82BADE in popluar number systems.

HEX 82 BA DE
Decimal 130 186 222
Binary 10000010 10111010 11011110
Octal 202 272 336

Shades and tints

Shades of #82BADE

#82BADE
(130,186,222)
#77AACA
(119,170,202)
#6C9AB6
(108,154,182)
#618AA2
(97,138,162)
#567A8E
(86,122,142)
#4B6A7A
(75,106,122)
#405A66
(64,90,102)
#354A52
(53,74,82)
#2A3A3E
(42,58,62)
#1F2A2A
(31,42,42)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #82BADE

#82BADE
(130,186,222)
#8DC0E1
(141,192,225)
#98C6E4
(152,198,228)
#A3CCE7
(163,204,231)
#AED2EA
(174,210,234)
#B9D8ED
(185,216,237)
#C4DEF0
(196,222,240)
#CFE4F3
(207,228,243)
#DAEAF6
(218,234,246)
#E5F0F9
(229,240,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BADE color. Also use rgb(130,186,222) instead hex code.

Text Font Color

.myTextColor { color: #82BADE; }

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

This text font color is #82BADE.

Background Color

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

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

This div background color is #82BADE.

Border color

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

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

This div border color is #82BADE.

Opacity

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

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

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

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

This text has shadow with #82BADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BADE.

Preview

Color preview on black background

This text has color #82BADE on black background.


Color preview on white background

This text has color #82BADE on white background.


Black color preview on #82BADE background

This text has black color on #82BADE background.


White color preview on #82BADE background

This text has white color on #82BADE background.


Related colors

Complementary color

Complementary color for #hex is #7D4521.


I love getcolorcode.com

Triadic colors

1 #DE82BA and #BADE82 with #82BADE are triadic colors.

2 #DEBA82 and #BA82DE with #82BADE are triadic colors.