COLOR #82BBD5

HEX: #82BBD5
RGB: (130,187,213)

Color info

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

RGB color model

#82BBD5 color RGB value is (130,187,213).

  • red value is 130;
  • green value is 187;
  • blue value is 213.
RGB:
(130,187,213)
(51%,73%,84%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 213 of 255 = 84%

130
187
213

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

Portions of RGB colors in percentages

R + G + B =
130 + 187 + 213 = 530 (100%)
R 130 of 530 ~ 24.53%
G 187 of 530 ~ 35.28%
B 213 of 530 ~ 40.19%

%24.53
%35.28
%40.19

CMYK color model

#82BBD5 color CMYK value is (39,12,0,16).

  • cyan value is 38.97%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(39,12,0,16)
C39M12Y0K16 
(39%,12%,0%,16%)
(0.39/0.12/0.00/0.16)	

CMYK percentages

%38.97
%12.21
%0
%16.47

Codes

Color #82BBD5 in popluar color models

82BBD5
RGB130187213
HSL199°49.70%67.25%
HSB/HSV199°38.97%83.53%
CMYK38.97%12.21%0.00%
16.47%

Color #82BBD5 in popluar number systems.

HEX82BBD5
Decimal130187213
Binary100000101011101111010101
Octal202273325

Shades and tints

Shades of #82BBD5

#82BBD5
(130,187,213)
#77AAC2
(119,170,194)
#6C99AF
(108,153,175)
#61889C
(97,136,156)
#567789
(86,119,137)
#4B6676
(75,102,118)
#405563
(64,85,99)
#354450
(53,68,80)
#2A333D
(42,51,61)
#1F222A
(31,34,42)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #82BBD5

#82BBD5
(130,187,213)
#8DC1D8
(141,193,216)
#98C7DB
(152,199,219)
#A3CDDE
(163,205,222)
#AED3E1
(174,211,225)
#B9D9E4
(185,217,228)
#C4DFE7
(196,223,231)
#CFE5EA
(207,229,234)
#DAEBED
(218,235,237)
#E5F1F0
(229,241,240)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BBD5 color. Also use rgb(130,187,213) instead hex code.

Text Font Color

.myTextColor { color: #82BBD5; }

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

This text font color is #82BBD5.


Background Color

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

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

This div background color is #82BBD5.


Border color

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

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

This div border color is #82BBD5.


Opacity

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

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

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

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

This text has shadow with #82BBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BBD5 on black background.


Color preview on white background

This text has color #82BBD5 on white background.



Black color preview on #82BBD5 background

This text has black color on #82BBD5 background.


White color preview on #82BBD5 background

This text has white color on #82BBD5 background.