COLOR #82B4D0

HEX: #82B4D0
RGB: (130,180,208)

Color info

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

RGB color model

#82B4D0 color RGB value is (130,180,208).

  • red value is 130;
  • green value is 180;
  • blue value is 208.
RGB:
(130,180,208)
(51%,71%,82%)

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 208 of 255 = 82%

130
180
208

R + G + B ~ 68%. #82B4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 180 + 208 = 518 (100%)
R 130 of 518 ~ 25.1%
G 180 of 518 ~ 34.75%
B 208 of 518 ~ 40.15%

%25.1
%34.75
%40.15

CMYK color model

#82B4D0 color CMYK value is (38,13,0,18).

  • cyan value is 37.50%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(38,13,0,18)
C38M13Y0K18 
(38%,13%,0%,18%)
(0.38/0.13/0.00/0.18)	

CMYK percentages

%37.5
%13.46
%0
%18.43

Codes

Color #82B4D0 in popluar color models

82B4D0
RGB130180208
HSL202°45.35%66.27%
HSB/HSV202°37.50%81.57%
CMYK37.50%13.46%0.00%
18.43%

Color #82B4D0 in popluar number systems.

HEX82B4D0
Decimal130180208
Binary100000101011010011010000
Octal202264320

Shades and tints

Shades of #82B4D0

#82B4D0
(130,180,208)
#77A4BE
(119,164,190)
#6C94AC
(108,148,172)
#61849A
(97,132,154)
#567488
(86,116,136)
#4B6476
(75,100,118)
#405464
(64,84,100)
#354452
(53,68,82)
#2A3440
(42,52,64)
#1F242E
(31,36,46)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #82B4D0

#82B4D0
(130,180,208)
#8DBAD4
(141,186,212)
#98C0D8
(152,192,216)
#A3C6DC
(163,198,220)
#AECCE0
(174,204,224)
#B9D2E4
(185,210,228)
#C4D8E8
(196,216,232)
#CFDEEC
(207,222,236)
#DAE4F0
(218,228,240)
#E5EAF4
(229,234,244)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B4D0; }

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

This text font color is #82B4D0.


Background Color

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

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

This div background color is #82B4D0.


Border color

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

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

This div border color is #82B4D0.


Opacity

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

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

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

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

This text has shadow with #82B4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B4D0 on black background.


Color preview on white background

This text has color #82B4D0 on white background.



Black color preview on #82B4D0 background

This text has black color on #82B4D0 background.


White color preview on #82B4D0 background

This text has white color on #82B4D0 background.