COLOR #82BFE4

HEX: #82BFE4 RGB: (130,191,228)

Color info

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

RGB color model

#82BFE4 color RGB value is (130,191,228).

RGB: (130,191,228) (51%, 75%, 89%)

RGB channels and saturation

R 130 of 255 = 51%
G 191 of 255 = 75%
B 228 of 255 = 89%

130
191
228

R + G + B ~ 72%. #82BFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 191 + 228 = 549 (100%)
R 130 of 549 ~ 23.68%
G 191 of 549 ~ 34.79%
B 228 of 549 ~ 41.53'%

%23.68
%34.79
%41.53

CMYK color model

#82BFE4 color CMYK value is (43,16,0,11).

  • cyan value is 42.98%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (43,16,0,11)
C43M16Y0K11 (43%, 16%, 0%, 11%)
(0.43 / 0.16 / 0.00 / 0.11)

CMYK percentages

%42.98
%16.23
%0
%10.59

Codes

Color #82BFE4 in popluar color models

82 BF E4
RGB 130 191 228
HSL 203° 64.47% 70.20%
HSB/HSV 203° 42.98% 89.41%
CMYK 42.98% 16.23% 0.00%
10.59%

Color #82BFE4 in popluar number systems.

HEX 82 BF E4
Decimal 130 191 228
Binary 10000010 10111111 11100100
Octal 202 277 344

Shades and tints

Shades of #82BFE4

#82BFE4
(130,191,228)
#77AED0
(119,174,208)
#6C9DBC
(108,157,188)
#618CA8
(97,140,168)
#567B94
(86,123,148)
#4B6A80
(75,106,128)
#40596C
(64,89,108)
#354858
(53,72,88)
#2A3744
(42,55,68)
#1F2630
(31,38,48)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #82BFE4

#82BFE4
(130,191,228)
#8DC4E6
(141,196,230)
#98C9E8
(152,201,232)
#A3CEEA
(163,206,234)
#AED3EC
(174,211,236)
#B9D8EE
(185,216,238)
#C4DDF0
(196,221,240)
#CFE2F2
(207,226,242)
#DAE7F4
(218,231,244)
#E5ECF6
(229,236,246)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BFE4; }

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

This text font color is #82BFE4.

Background Color

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

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

This div background color is #82BFE4.

Border color

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

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

This div border color is #82BFE4.

Opacity

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

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

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

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

This text has shadow with #82BFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BFE4.

Preview

Color preview on black background

This text has color #82BFE4 on black background.


Color preview on white background

This text has color #82BFE4 on white background.


Black color preview on #82BFE4 background

This text has black color on #82BFE4 background.


White color preview on #82BFE4 background

This text has white color on #82BFE4 background.


Related colors

Complementary color

Complementary color for #hex is #7D401B.


I love getcolorcode.com

Triadic colors

1 #E482BF and #BFE482 with #82BFE4 are triadic colors.

2 #E4BF82 and #BF82E4 with #82BFE4 are triadic colors.