COLOR #82BFE0

HEX: #82BFE0
RGB: (130,191,224)

Color info

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

RGB color model

#82BFE0 color RGB value is (130,191,224).

  • red value is 130;
  • green value is 191;
  • blue value is 224.
RGB:
(130,191,224)
(51%,75%,88%)

RGB channels and saturation

R 130 of 255 = 51%
G 191 of 255 = 75%
B 224 of 255 = 88%

130
191
224

R + G + B ~ 71%. #82BFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 191 + 224 = 545 (100%)
R 130 of 545 ~ 23.85%
G 191 of 545 ~ 35.05%
B 224 of 545 ~ 41.1%

%23.85
%35.05
%41.1

CMYK color model

#82BFE0 color CMYK value is (42,15,0,12).

  • cyan value is 41.96%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(42,15,0,12)
C42M15Y0K12 
(42%,15%,0%,12%)
(0.42/0.15/0.00/0.12)	

CMYK percentages

%41.96
%14.73
%0
%12.16

Codes

Color #82BFE0 in popluar color models

82BFE0
RGB130191224
HSL201°60.26%69.41%
HSB/HSV201°41.96%87.84%
CMYK41.96%14.73%0.00%
12.16%

Color #82BFE0 in popluar number systems.

HEX82BFE0
Decimal130191224
Binary100000101011111111100000
Octal202277340

Shades and tints

Shades of #82BFE0

#82BFE0
(130,191,224)
#77AECC
(119,174,204)
#6C9DB8
(108,157,184)
#618CA4
(97,140,164)
#567B90
(86,123,144)
#4B6A7C
(75,106,124)
#405968
(64,89,104)
#354854
(53,72,84)
#2A3740
(42,55,64)
#1F262C
(31,38,44)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #82BFE0

#82BFE0
(130,191,224)
#8DC4E2
(141,196,226)
#98C9E4
(152,201,228)
#A3CEE6
(163,206,230)
#AED3E8
(174,211,232)
#B9D8EA
(185,216,234)
#C4DDEC
(196,221,236)
#CFE2EE
(207,226,238)
#DAE7F0
(218,231,240)
#E5ECF2
(229,236,242)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BFE0 color. Also use rgb(130,191,224) instead hex code.

Text Font Color

.myTextColor { color: #82BFE0; }

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

This text font color is #82BFE0.


Background Color

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

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

This div background color is #82BFE0.


Border color

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

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

This div border color is #82BFE0.


Opacity

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

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

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

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

This text has shadow with #82BFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BFE0 on black background.


Color preview on white background

This text has color #82BFE0 on white background.



Black color preview on #82BFE0 background

This text has black color on #82BFE0 background.


White color preview on #82BFE0 background

This text has white color on #82BFE0 background.