COLOR #82B2DB

HEX: #82B2DB
RGB: (130,178,219)

Color info

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

RGB color model

#82B2DB color RGB value is (130,178,219).

  • red value is 130;
  • green value is 178;
  • blue value is 219.
RGB:
(130,178,219)
(51%,70%,86%)

RGB channels and saturation

R 130 of 255 = 51%
G 178 of 255 = 70%
B 219 of 255 = 86%

130
178
219

R + G + B ~ 69%. #82B2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 178 + 219 = 527 (100%)
R 130 of 527 ~ 24.67%
G 178 of 527 ~ 33.78%
B 219 of 527 ~ 41.56%

%24.67
%33.78
%41.56

CMYK color model

#82B2DB color CMYK value is (41,19,0,14).

  • cyan value is 40.64%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(41,19,0,14)
C41M19Y0K14 
(41%,19%,0%,14%)
(0.41/0.19/0.00/0.14)	

CMYK percentages

%40.64
%18.72
%0
%14.12

Codes

Color #82B2DB in popluar color models

82B2DB
RGB130178219
HSL208°55.28%68.43%
HSB/HSV208°40.64%85.88%
CMYK40.64%18.72%0.00%
14.12%

Color #82B2DB in popluar number systems.

HEX82B2DB
Decimal130178219
Binary100000101011001011011011
Octal202262333

Shades and tints

Shades of #82B2DB

#82B2DB
(130,178,219)
#77A2C8
(119,162,200)
#6C92B5
(108,146,181)
#6182A2
(97,130,162)
#56728F
(86,114,143)
#4B627C
(75,98,124)
#405269
(64,82,105)
#354256
(53,66,86)
#2A3243
(42,50,67)
#1F2230
(31,34,48)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #82B2DB

#82B2DB
(130,178,219)
#8DB9DE
(141,185,222)
#98C0E1
(152,192,225)
#A3C7E4
(163,199,228)
#AECEE7
(174,206,231)
#B9D5EA
(185,213,234)
#C4DCED
(196,220,237)
#CFE3F0
(207,227,240)
#DAEAF3
(218,234,243)
#E5F1F6
(229,241,246)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B2DB color. Also use rgb(130,178,219) instead hex code.

Text Font Color

.myTextColor { color: #82B2DB; }

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

This text font color is #82B2DB.


Background Color

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

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

This div background color is #82B2DB.


Border color

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

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

This div border color is #82B2DB.


Opacity

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

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

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

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

This text has shadow with #82B2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B2DB on black background.


Color preview on white background

This text has color #82B2DB on white background.



Black color preview on #82B2DB background

This text has black color on #82B2DB background.


White color preview on #82B2DB background

This text has white color on #82B2DB background.