COLOR #82B0CF

HEX: #82B0CF
RGB: (130,176,207)

Color info

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

RGB color model

#82B0CF color RGB value is (130,176,207).

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

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 207 of 255 = 81%

130
176
207

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

Portions of RGB colors in percentages

R + G + B =
130 + 176 + 207 = 513 (100%)
R 130 of 513 ~ 25.34%
G 176 of 513 ~ 34.31%
B 207 of 513 ~ 40.35%

%25.34
%34.31
%40.35

CMYK color model

#82B0CF color CMYK value is (37,15,0,19).

  • cyan value is 37.20%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(37,15,0,19)
C37M15Y0K19 
(37%,15%,0%,19%)
(0.37/0.15/0.00/0.19)	

CMYK percentages

%37.2
%14.98
%0
%18.82

Codes

Color #82B0CF in popluar color models

82B0CF
RGB130176207
HSL204°44.51%66.08%
HSB/HSV204°37.20%81.18%
CMYK37.20%14.98%0.00%
18.82%

Color #82B0CF in popluar number systems.

HEX82B0CF
Decimal130176207
Binary100000101011000011001111
Octal202260317

Shades and tints

Shades of #82B0CF

#82B0CF
(130,176,207)
#77A0BD
(119,160,189)
#6C90AB
(108,144,171)
#618099
(97,128,153)
#567087
(86,112,135)
#4B6075
(75,96,117)
#405063
(64,80,99)
#354051
(53,64,81)
#2A303F
(42,48,63)
#1F202D
(31,32,45)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #82B0CF

#82B0CF
(130,176,207)
#8DB7D3
(141,183,211)
#98BED7
(152,190,215)
#A3C5DB
(163,197,219)
#AECCDF
(174,204,223)
#B9D3E3
(185,211,227)
#C4DAE7
(196,218,231)
#CFE1EB
(207,225,235)
#DAE8EF
(218,232,239)
#E5EFF3
(229,239,243)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B0CF; }

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

This text font color is #82B0CF.


Background Color

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

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

This div background color is #82B0CF.


Border color

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

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

This div border color is #82B0CF.


Opacity

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

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

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

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

This text has shadow with #82B0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B0CF on black background.


Color preview on white background

This text has color #82B0CF on white background.



Black color preview on #82B0CF background

This text has black color on #82B0CF background.


White color preview on #82B0CF background

This text has white color on #82B0CF background.