COLOR #82B0E4

HEX: #82B0E4 RGB: (130,176,228)

Color info

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

RGB color model

#82B0E4 color RGB value is (130,176,228).

RGB: (130,176,228) (51%, 69%, 89%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 228 of 255 = 89%

130
176
228

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

Portions of RGB colors in percentages

R + G + B = 130 + 176 + 228 = 534 (100%)
R 130 of 534 ~ 24.34%
G 176 of 534 ~ 32.96%
B 228 of 534 ~ 42.7'%

%24.34
%32.96
%42.7

CMYK color model

#82B0E4 color CMYK value is (43,23,0,11).

  • cyan value is 42.98%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (43,23,0,11)
C43M23Y0K11 (43%, 23%, 0%, 11%)
(0.43 / 0.23 / 0.00 / 0.11)

CMYK percentages

%42.98
%22.81
%0
%10.59

Codes

Color #82B0E4 in popluar color models

82 B0 E4
RGB 130 176 228
HSL 212° 64.47% 70.20%
HSB/HSV 212° 42.98% 89.41%
CMYK 42.98% 22.81% 0.00%
10.59%

Color #82B0E4 in popluar number systems.

HEX 82 B0 E4
Decimal 130 176 228
Binary 10000010 10110000 11100100
Octal 202 260 344

Shades and tints

Shades of #82B0E4

#82B0E4
(130,176,228)
#77A0D0
(119,160,208)
#6C90BC
(108,144,188)
#6180A8
(97,128,168)
#567094
(86,112,148)
#4B6080
(75,96,128)
#40506C
(64,80,108)
#354058
(53,64,88)
#2A3044
(42,48,68)
#1F2030
(31,32,48)
#14101C
(20,16,28)
#000000
(0,0,0)

Tints of #82B0E4

#82B0E4
(130,176,228)
#8DB7E6
(141,183,230)
#98BEE8
(152,190,232)
#A3C5EA
(163,197,234)
#AECCEC
(174,204,236)
#B9D3EE
(185,211,238)
#C4DAF0
(196,218,240)
#CFE1F2
(207,225,242)
#DAE8F4
(218,232,244)
#E5EFF6
(229,239,246)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B0E4; }

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

This text font color is #82B0E4.

Background Color

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

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

This div background color is #82B0E4.

Border color

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

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

This div border color is #82B0E4.

Opacity

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

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

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

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

This text has shadow with #82B0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B0E4.

Preview

Color preview on black background

This text has color #82B0E4 on black background.


Color preview on white background

This text has color #82B0E4 on white background.


Black color preview on #82B0E4 background

This text has black color on #82B0E4 background.


White color preview on #82B0E4 background

This text has white color on #82B0E4 background.


Related colors

Complementary color

Complementary color for #hex is #7D4F1B.


I love getcolorcode.com

Triadic colors

1 #E482B0 and #B0E482 with #82B0E4 are triadic colors.

2 #E4B082 and #B082E4 with #82B0E4 are triadic colors.