COLOR #82CE93

HEX: #82CE93 RGB: (130,206,147)

Color info

#82CE93 contains mainly green and blue colors. Web safe color of #82CE93 is #99CC99 (or #9C9).

RGB color model

#82CE93 color RGB value is (130,206,147).

RGB: (130,206,147) (51%, 81%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 206 of 255 = 81%
B 147 of 255 = 58%

130
206
147

R + G + B ~ 63%. #82CE93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 206 + 147 = 483 (100%)
R 130 of 483 ~ 26.92%
G 206 of 483 ~ 42.65%
B 147 of 483 ~ 30.43'%

%26.92
%42.65
%30.43

CMYK color model

#82CE93 color CMYK value is (37,0,29,19).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 19.22%

CMYK: (37,0,29,19)
C37M0Y29K19 (37%, 0%, 29%, 19%)
(0.37 / 0.00 / 0.29 / 0.19)

CMYK percentages

%36.89
%0
%28.64
%19.22

Codes

Color #82CE93 in popluar color models

82 CE 93
RGB 130 206 147
HSL 133° 43.68% 65.88%
HSB/HSV 133° 36.89% 80.78%
CMYK 36.89% 0.00% 28.64%
19.22%

Color #82CE93 in popluar number systems.

HEX 82 CE 93
Decimal 130 206 147
Binary 10000010 11001110 10010011
Octal 202 316 223

Shades and tints

Shades of #82CE93

#82CE93
(130,206,147)
#77BC86
(119,188,134)
#6CAA79
(108,170,121)
#61986C
(97,152,108)
#56865F
(86,134,95)
#4B7452
(75,116,82)
#406245
(64,98,69)
#355038
(53,80,56)
#2A3E2B
(42,62,43)
#1F2C1E
(31,44,30)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #82CE93

#82CE93
(130,206,147)
#8DD29C
(141,210,156)
#98D6A5
(152,214,165)
#A3DAAE
(163,218,174)
#AEDEB7
(174,222,183)
#B9E2C0
(185,226,192)
#C4E6C9
(196,230,201)
#CFEAD2
(207,234,210)
#DAEEDB
(218,238,219)
#E5F2E4
(229,242,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CE93 color. Also use rgb(130,206,147) instead hex code.

Text Font Color

.myTextColor { color: #82CE93; }

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

This text font color is #82CE93.

Background Color

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

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

This div background color is #82CE93.

Border color

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

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

This div border color is #82CE93.

Opacity

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

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

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

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

This text has shadow with #82CE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82CE93.

Preview

Color preview on black background

This text has color #82CE93 on black background.


Color preview on white background

This text has color #82CE93 on white background.


Black color preview on #82CE93 background

This text has black color on #82CE93 background.


White color preview on #82CE93 background

This text has white color on #82CE93 background.


Related colors

Complementary color

Complementary color for #hex is #7D316C.


I love getcolorcode.com

Triadic colors

1 #9382CE and #CE9382 with #82CE93 are triadic colors.

2 #93CE82 and #CE8293 with #82CE93 are triadic colors.