COLOR #82E7BD

HEX: #82E7BD RGB: (130,231,189)

Color info

#82E7BD contains mainly green and blue colors. Web safe color of #82E7BD is #99FFCC (or #9FC).

RGB color model

#82E7BD color RGB value is (130,231,189).

RGB: (130,231,189) (51%, 91%, 74%)

RGB channels and saturation

R 130 of 255 = 51%
G 231 of 255 = 91%
B 189 of 255 = 74%

130
231
189

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

Portions of RGB colors in percentages

R + G + B = 130 + 231 + 189 = 550 (100%)
R 130 of 550 ~ 23.64%
G 231 of 550 ~ 42%
B 189 of 550 ~ 34.36'%

%23.64
%42
%34.36

CMYK color model

#82E7BD color CMYK value is (44,0,18,9).

  • cyan value is 43.72%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%

CMYK: (44,0,18,9)
C44M0Y18K9 (44%, 0%, 18%, 9%)
(0.44 / 0.00 / 0.18 / 0.09)

CMYK percentages

%43.72
%0
%18.18
%9.41

Codes

Color #82E7BD in popluar color models

82 E7 BD
RGB 130 231 189
HSL 155° 67.79% 70.78%
HSB/HSV 155° 43.72% 90.59%
CMYK 43.72% 0.00% 18.18%
9.41%

Color #82E7BD in popluar number systems.

HEX 82 E7 BD
Decimal 130 231 189
Binary 10000010 11100111 10111101
Octal 202 347 275

Shades and tints

Shades of #82E7BD

#82E7BD
(130,231,189)
#77D2AC
(119,210,172)
#6CBD9B
(108,189,155)
#61A88A
(97,168,138)
#569379
(86,147,121)
#4B7E68
(75,126,104)
#406957
(64,105,87)
#355446
(53,84,70)
#2A3F35
(42,63,53)
#1F2A24
(31,42,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #82E7BD

#82E7BD
(130,231,189)
#8DE9C3
(141,233,195)
#98EBC9
(152,235,201)
#A3EDCF
(163,237,207)
#AEEFD5
(174,239,213)
#B9F1DB
(185,241,219)
#C4F3E1
(196,243,225)
#CFF5E7
(207,245,231)
#DAF7ED
(218,247,237)
#E5F9F3
(229,249,243)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E7BD color. Also use rgb(130,231,189) instead hex code.

Text Font Color

.myTextColor { color: #82E7BD; }

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

This text font color is #82E7BD.

Background Color

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

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

This div background color is #82E7BD.

Border color

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

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

This div border color is #82E7BD.

Opacity

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

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

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

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

This text has shadow with #82E7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82E7BD.

Preview

Color preview on black background

This text has color #82E7BD on black background.


Color preview on white background

This text has color #82E7BD on white background.


Black color preview on #82E7BD background

This text has black color on #82E7BD background.


White color preview on #82E7BD background

This text has white color on #82E7BD background.


Related colors

Complementary color

Complementary color for #hex is #7D1842.


I love getcolorcode.com

Triadic colors

1 #BD82E7 and #E7BD82 with #82E7BD are triadic colors.

2 #BDE782 and #E782BD with #82E7BD are triadic colors.