COLOR #82ABCA

HEX: #82ABCA
RGB: (130,171,202)

Color info

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

RGB color model

#82ABCA color RGB value is (130,171,202).

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

RGB channels and saturation

R 130 of 255 = 51%
G 171 of 255 = 67%
B 202 of 255 = 79%

130
171
202

R + G + B ~ 66%. #82ABCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 171 + 202 = 503 (100%)
R 130 of 503 ~ 25.84%
G 171 of 503 ~ 34%
B 202 of 503 ~ 40.16%

%25.84
%34
%40.16

CMYK color model

#82ABCA color CMYK value is (36,15,0,21).

  • cyan value is 35.64%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(36,15,0,21)
C36M15Y0K21 
(36%,15%,0%,21%)
(0.36/0.15/0.00/0.21)	

CMYK percentages

%35.64
%15.35
%0
%20.78

Codes

Color #82ABCA in popluar color models

82ABCA
RGB130171202
HSL206°40.45%65.10%
HSB/HSV206°35.64%79.22%
CMYK35.64%15.35%0.00%
20.78%

Color #82ABCA in popluar number systems.

HEX82ABCA
Decimal130171202
Binary100000101010101111001010
Octal202253312

Shades and tints

Shades of #82ABCA

#82ABCA
(130,171,202)
#779CB8
(119,156,184)
#6C8DA6
(108,141,166)
#617E94
(97,126,148)
#566F82
(86,111,130)
#4B6070
(75,96,112)
#40515E
(64,81,94)
#35424C
(53,66,76)
#2A333A
(42,51,58)
#1F2428
(31,36,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #82ABCA

#82ABCA
(130,171,202)
#8DB2CE
(141,178,206)
#98B9D2
(152,185,210)
#A3C0D6
(163,192,214)
#AEC7DA
(174,199,218)
#B9CEDE
(185,206,222)
#C4D5E2
(196,213,226)
#CFDCE6
(207,220,230)
#DAE3EA
(218,227,234)
#E5EAEE
(229,234,238)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ABCA; }

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

This text font color is #82ABCA.


Background Color

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

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

This div background color is #82ABCA.


Border color

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

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

This div border color is #82ABCA.


Opacity

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

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

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

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

This text has shadow with #82ABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ABCA on black background.


Color preview on white background

This text has color #82ABCA on white background.



Black color preview on #82ABCA background

This text has black color on #82ABCA background.


White color preview on #82ABCA background

This text has white color on #82ABCA background.