COLOR #82A9CF

HEX: #82A9CF
RGB: (130,169,207)

Color info

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

RGB color model

#82A9CF color RGB value is (130,169,207).

  • red value is 130;
  • green value is 169;
  • blue value is 207.
RGB:
(130,169,207)
(51%,66%,81%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 207 of 255 = 81%

130
169
207

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

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 207 = 506 (100%)
R 130 of 506 ~ 25.69%
G 169 of 506 ~ 33.4%
B 207 of 506 ~ 40.91%

%25.69
%33.4
%40.91

CMYK color model

#82A9CF color CMYK value is (37,18,0,19).

  • cyan value is 37.20%
  • magenta value is 18.36%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(37,18,0,19)
C37M18Y0K19 
(37%,18%,0%,19%)
(0.37/0.18/0.00/0.19)	

CMYK percentages

%37.2
%18.36
%0
%18.82

Codes

Color #82A9CF in popluar color models

82A9CF
RGB130169207
HSL210°44.51%66.08%
HSB/HSV210°37.20%81.18%
CMYK37.20%18.36%0.00%
18.82%

Color #82A9CF in popluar number systems.

HEX82A9CF
Decimal130169207
Binary100000101010100111001111
Octal202251317

Shades and tints

Shades of #82A9CF

#82A9CF
(130,169,207)
#779ABD
(119,154,189)
#6C8BAB
(108,139,171)
#617C99
(97,124,153)
#566D87
(86,109,135)
#4B5E75
(75,94,117)
#404F63
(64,79,99)
#354051
(53,64,81)
#2A313F
(42,49,63)
#1F222D
(31,34,45)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #82A9CF

#82A9CF
(130,169,207)
#8DB0D3
(141,176,211)
#98B7D7
(152,183,215)
#A3BEDB
(163,190,219)
#AEC5DF
(174,197,223)
#B9CCE3
(185,204,227)
#C4D3E7
(196,211,231)
#CFDAEB
(207,218,235)
#DAE1EF
(218,225,239)
#E5E8F3
(229,232,243)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A9CF color. Also use rgb(130,169,207) instead hex code.

Text Font Color

.myTextColor { color: #82A9CF; }

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

This text font color is #82A9CF.


Background Color

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

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

This div background color is #82A9CF.


Border color

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

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

This div border color is #82A9CF.


Opacity

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

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

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

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

This text has shadow with #82A9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A9CF on black background.


Color preview on white background

This text has color #82A9CF on white background.



Black color preview on #82A9CF background

This text has black color on #82A9CF background.


White color preview on #82A9CF background

This text has white color on #82A9CF background.