COLOR #82A0CD

HEX: #82A0CD RGB: (130,160,205)

Color info

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

RGB color model

#82A0CD color RGB value is (130,160,205).

RGB: (130,160,205) (51%, 63%, 80%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 205 of 255 = 80%

130
160
205

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 205 = 495 (100%)
R 130 of 495 ~ 26.26%
G 160 of 495 ~ 32.32%
B 205 of 495 ~ 41.41'%

%26.26
%32.32
%41.41

CMYK color model

#82A0CD color CMYK value is (37,22,0,20).

  • cyan value is 36.59%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (37,22,0,20)
C37M22Y0K20 (37%, 22%, 0%, 20%)
(0.37 / 0.22 / 0.00 / 0.20)

CMYK percentages

%36.59
%21.95
%0
%19.61

Codes

Color #82A0CD in popluar color models

82 A0 CD
RGB 130 160 205
HSL 216° 42.86% 65.69%
HSB/HSV 216° 36.59% 80.39%
CMYK 36.59% 21.95% 0.00%
19.61%

Color #82A0CD in popluar number systems.

HEX 82 A0 CD
Decimal 130 160 205
Binary 10000010 10100000 11001101
Octal 202 240 315

Shades and tints

Shades of #82A0CD

#82A0CD
(130,160,205)
#7792BB
(119,146,187)
#6C84A9
(108,132,169)
#617697
(97,118,151)
#566885
(86,104,133)
#4B5A73
(75,90,115)
#404C61
(64,76,97)
#353E4F
(53,62,79)
#2A303D
(42,48,61)
#1F222B
(31,34,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #82A0CD

#82A0CD
(130,160,205)
#8DA8D1
(141,168,209)
#98B0D5
(152,176,213)
#A3B8D9
(163,184,217)
#AEC0DD
(174,192,221)
#B9C8E1
(185,200,225)
#C4D0E5
(196,208,229)
#CFD8E9
(207,216,233)
#DAE0ED
(218,224,237)
#E5E8F1
(229,232,241)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A0CD; }

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

This text font color is #82A0CD.

Background Color

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

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

This div background color is #82A0CD.

Border color

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

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

This div border color is #82A0CD.

Opacity

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

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

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

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

This text has shadow with #82A0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A0CD.

Preview

Color preview on black background

This text has color #82A0CD on black background.


Color preview on white background

This text has color #82A0CD on white background.


Black color preview on #82A0CD background

This text has black color on #82A0CD background.


White color preview on #82A0CD background

This text has white color on #82A0CD background.


Related colors

Complementary color

Complementary color for #hex is #7D5F32.


I love getcolorcode.com

Triadic colors

1 #CD82A0 and #A0CD82 with #82A0CD are triadic colors.

2 #CDA082 and #A082CD with #82A0CD are triadic colors.