COLOR #82A0CE

HEX: #82A0CE
RGB: (130,160,206)

Color info

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

RGB color model

#82A0CE color RGB value is (130,160,206).

  • red value is 130;
  • green value is 160;
  • blue value is 206.
RGB:
(130,160,206)
(51%,63%,81%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 206 of 255 = 81%

130
160
206

R + G + B ~ 65%. #82A0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 160 + 206 = 496 (100%)
R 130 of 496 ~ 26.21%
G 160 of 496 ~ 32.26%
B 206 of 496 ~ 41.53%

%26.21
%32.26
%41.53

CMYK color model

#82A0CE color CMYK value is (37,22,0,19).

  • cyan value is 36.89%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(37,22,0,19)
C37M22Y0K19 
(37%,22%,0%,19%)
(0.37/0.22/0.00/0.19)	

CMYK percentages

%36.89
%22.33
%0
%19.22

Codes

Color #82A0CE in popluar color models

82A0CE
RGB130160206
HSL216°43.68%65.88%
HSB/HSV216°36.89%80.78%
CMYK36.89%22.33%0.00%
19.22%

Color #82A0CE in popluar number systems.

HEX82A0CE
Decimal130160206
Binary100000101010000011001110
Octal202240316

Shades and tints

Shades of #82A0CE

#82A0CE
(130,160,206)
#7792BC
(119,146,188)
#6C84AA
(108,132,170)
#617698
(97,118,152)
#566886
(86,104,134)
#4B5A74
(75,90,116)
#404C62
(64,76,98)
#353E50
(53,62,80)
#2A303E
(42,48,62)
#1F222C
(31,34,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #82A0CE

#82A0CE
(130,160,206)
#8DA8D2
(141,168,210)
#98B0D6
(152,176,214)
#A3B8DA
(163,184,218)
#AEC0DE
(174,192,222)
#B9C8E2
(185,200,226)
#C4D0E6
(196,208,230)
#CFD8EA
(207,216,234)
#DAE0EE
(218,224,238)
#E5E8F2
(229,232,242)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A0CE color. Also use rgb(130,160,206) instead hex code.

Text Font Color

.myTextColor { color: #82A0CE; }

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

This text font color is #82A0CE.


Background Color

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

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

This div background color is #82A0CE.


Border color

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

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

This div border color is #82A0CE.


Opacity

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

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

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

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

This text has shadow with #82A0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A0CE on black background.


Color preview on white background

This text has color #82A0CE on white background.



Black color preview on #82A0CE background

This text has black color on #82A0CE background.


White color preview on #82A0CE background

This text has white color on #82A0CE background.