COLOR #82B4C8

HEX: #82B4C8 RGB: (130,180,200)

Color info

#82B4C8 contains mainly green and blue colors. Web safe color of #82B4C8 is #99CCCC (or #9CC).

RGB color model

#82B4C8 color RGB value is (130,180,200).

RGB: (130,180,200) (51%, 71%, 78%)

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 200 of 255 = 78%

130
180
200

R + G + B ~ 67%. #82B4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 180 + 200 = 510 (100%)
R 130 of 510 ~ 25.49%
G 180 of 510 ~ 35.29%
B 200 of 510 ~ 39.22'%

%25.49
%35.29
%39.22

CMYK color model

#82B4C8 color CMYK value is (35,10,0,22).

  • cyan value is 35.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (35,10,0,22)
C35M10Y0K22 (35%, 10%, 0%, 22%)
(0.35 / 0.10 / 0.00 / 0.22)

CMYK percentages

%35
%10
%0
%21.57

Codes

Color #82B4C8 in popluar color models

82 B4 C8
RGB 130 180 200
HSL 197° 38.89% 64.71%
HSB/HSV 197° 35.00% 78.43%
CMYK 35.00% 10.00% 0.00%
21.57%

Color #82B4C8 in popluar number systems.

HEX 82 B4 C8
Decimal 130 180 200
Binary 10000010 10110100 11001000
Octal 202 264 310

Shades and tints

Shades of #82B4C8

#82B4C8
(130,180,200)
#77A4B6
(119,164,182)
#6C94A4
(108,148,164)
#618492
(97,132,146)
#567480
(86,116,128)
#4B646E
(75,100,110)
#40545C
(64,84,92)
#35444A
(53,68,74)
#2A3438
(42,52,56)
#1F2426
(31,36,38)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #82B4C8

#82B4C8
(130,180,200)
#8DBACD
(141,186,205)
#98C0D2
(152,192,210)
#A3C6D7
(163,198,215)
#AECCDC
(174,204,220)
#B9D2E1
(185,210,225)
#C4D8E6
(196,216,230)
#CFDEEB
(207,222,235)
#DAE4F0
(218,228,240)
#E5EAF5
(229,234,245)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B4C8 color. Also use rgb(130,180,200) instead hex code.

Text Font Color

.myTextColor { color: #82B4C8; }

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

This text font color is #82B4C8.

Background Color

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

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

This div background color is #82B4C8.

Border color

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

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

This div border color is #82B4C8.

Opacity

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

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

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

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

This text has shadow with #82B4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B4C8.

Preview

Color preview on black background

This text has color #82B4C8 on black background.


Color preview on white background

This text has color #82B4C8 on white background.


Black color preview on #82B4C8 background

This text has black color on #82B4C8 background.


White color preview on #82B4C8 background

This text has white color on #82B4C8 background.


Related colors

Complementary color

Complementary color for #hex is #7D4B37.


I love getcolorcode.com

Triadic colors

1 #C882B4 and #B4C882 with #82B4C8 are triadic colors.

2 #C8B482 and #B482C8 with #82B4C8 are triadic colors.