COLOR #82A5C4

HEX: #82A5C4
RGB: (130,165,196)

Color info

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

RGB color model

#82A5C4 color RGB value is (130,165,196).

  • red value is 130;
  • green value is 165;
  • blue value is 196.
RGB:
(130,165,196)
(51%,65%,77%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 196 of 255 = 77%

130
165
196

R + G + B ~ 64%. #82A5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 196 = 491 (100%)
R 130 of 491 ~ 26.48%
G 165 of 491 ~ 33.6%
B 196 of 491 ~ 39.92%

%26.48
%33.6
%39.92

CMYK color model

#82A5C4 color CMYK value is (34,16,0,23).

  • cyan value is 33.67%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(34,16,0,23)
C34M16Y0K23 
(34%,16%,0%,23%)
(0.34/0.16/0.00/0.23)	

CMYK percentages

%33.67
%15.82
%0
%23.14

Codes

Color #82A5C4 in popluar color models

82A5C4
RGB130165196
HSL208°35.87%63.92%
HSB/HSV208°33.67%76.86%
CMYK33.67%15.82%0.00%
23.14%

Color #82A5C4 in popluar number systems.

HEX82A5C4
Decimal130165196
Binary100000101010010111000100
Octal202245304

Shades and tints

Shades of #82A5C4

#82A5C4
(130,165,196)
#7796B3
(119,150,179)
#6C87A2
(108,135,162)
#617891
(97,120,145)
#566980
(86,105,128)
#4B5A6F
(75,90,111)
#404B5E
(64,75,94)
#353C4D
(53,60,77)
#2A2D3C
(42,45,60)
#1F1E2B
(31,30,43)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #82A5C4

#82A5C4
(130,165,196)
#8DADC9
(141,173,201)
#98B5CE
(152,181,206)
#A3BDD3
(163,189,211)
#AEC5D8
(174,197,216)
#B9CDDD
(185,205,221)
#C4D5E2
(196,213,226)
#CFDDE7
(207,221,231)
#DAE5EC
(218,229,236)
#E5EDF1
(229,237,241)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A5C4 color. Also use rgb(130,165,196) instead hex code.

Text Font Color

.myTextColor { color: #82A5C4; }

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

This text font color is #82A5C4.


Background Color

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

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

This div background color is #82A5C4.


Border color

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

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

This div border color is #82A5C4.


Opacity

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

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

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

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

This text has shadow with #82A5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A5C4 on black background.


Color preview on white background

This text has color #82A5C4 on white background.



Black color preview on #82A5C4 background

This text has black color on #82A5C4 background.


White color preview on #82A5C4 background

This text has white color on #82A5C4 background.