COLOR #82ABE0

HEX: #82ABE0
RGB: (130,171,224)

Color info

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

RGB color model

#82ABE0 color RGB value is (130,171,224).

  • red value is 130;
  • green value is 171;
  • blue value is 224.
RGB:
(130,171,224)
(51%,67%,88%)

RGB channels and saturation

R 130 of 255 = 51%
G 171 of 255 = 67%
B 224 of 255 = 88%

130
171
224

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

Portions of RGB colors in percentages

R + G + B =
130 + 171 + 224 = 525 (100%)
R 130 of 525 ~ 24.76%
G 171 of 525 ~ 32.57%
B 224 of 525 ~ 42.67%

%24.76
%32.57
%42.67

CMYK color model

#82ABE0 color CMYK value is (42,24,0,12).

  • cyan value is 41.96%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(42,24,0,12)
C42M24Y0K12 
(42%,24%,0%,12%)
(0.42/0.24/0.00/0.12)	

CMYK percentages

%41.96
%23.66
%0
%12.16

Codes

Color #82ABE0 in popluar color models

82ABE0
RGB130171224
HSL214°60.26%69.41%
HSB/HSV214°41.96%87.84%
CMYK41.96%23.66%0.00%
12.16%

Color #82ABE0 in popluar number systems.

HEX82ABE0
Decimal130171224
Binary100000101010101111100000
Octal202253340

Shades and tints

Shades of #82ABE0

#82ABE0
(130,171,224)
#779CCC
(119,156,204)
#6C8DB8
(108,141,184)
#617EA4
(97,126,164)
#566F90
(86,111,144)
#4B607C
(75,96,124)
#405168
(64,81,104)
#354254
(53,66,84)
#2A3340
(42,51,64)
#1F242C
(31,36,44)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #82ABE0

#82ABE0
(130,171,224)
#8DB2E2
(141,178,226)
#98B9E4
(152,185,228)
#A3C0E6
(163,192,230)
#AEC7E8
(174,199,232)
#B9CEEA
(185,206,234)
#C4D5EC
(196,213,236)
#CFDCEE
(207,220,238)
#DAE3F0
(218,227,240)
#E5EAF2
(229,234,242)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82ABE0 color. Also use rgb(130,171,224) instead hex code.

Text Font Color

.myTextColor { color: #82ABE0; }

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

This text font color is #82ABE0.


Background Color

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

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

This div background color is #82ABE0.


Border color

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

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

This div border color is #82ABE0.


Opacity

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

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

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

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

This text has shadow with #82ABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ABE0 on black background.


Color preview on white background

This text has color #82ABE0 on white background.



Black color preview on #82ABE0 background

This text has black color on #82ABE0 background.


White color preview on #82ABE0 background

This text has white color on #82ABE0 background.