COLOR #82C895

HEX: #82C895 RGB: (130,200,149)

Color info

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

RGB color model

#82C895 color RGB value is (130,200,149).

RGB: (130,200,149) (51%, 78%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 200 of 255 = 78%
B 149 of 255 = 58%

130
200
149

R + G + B ~ 62%. #82C895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 200 + 149 = 479 (100%)
R 130 of 479 ~ 27.14%
G 200 of 479 ~ 41.75%
B 149 of 479 ~ 31.11'%

%27.14
%41.75
%31.11

CMYK color model

#82C895 color CMYK value is (35,0,26,22).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%

CMYK: (35,0,26,22)
C35M0Y26K22 (35%, 0%, 26%, 22%)
(0.35 / 0.00 / 0.26 / 0.22)

CMYK percentages

%35
%0
%25.5
%21.57

Codes

Color #82C895 in popluar color models

82 C8 95
RGB 130 200 149
HSL 136° 38.89% 64.71%
HSB/HSV 136° 35.00% 78.43%
CMYK 35.00% 0.00% 25.50%
21.57%

Color #82C895 in popluar number systems.

HEX 82 C8 95
Decimal 130 200 149
Binary 10000010 11001000 10010101
Octal 202 310 225

Shades and tints

Shades of #82C895

#82C895
(130,200,149)
#77B688
(119,182,136)
#6CA47B
(108,164,123)
#61926E
(97,146,110)
#568061
(86,128,97)
#4B6E54
(75,110,84)
#405C47
(64,92,71)
#354A3A
(53,74,58)
#2A382D
(42,56,45)
#1F2620
(31,38,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #82C895

#82C895
(130,200,149)
#8DCD9E
(141,205,158)
#98D2A7
(152,210,167)
#A3D7B0
(163,215,176)
#AEDCB9
(174,220,185)
#B9E1C2
(185,225,194)
#C4E6CB
(196,230,203)
#CFEBD4
(207,235,212)
#DAF0DD
(218,240,221)
#E5F5E6
(229,245,230)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C895 color. Also use rgb(130,200,149) instead hex code.

Text Font Color

.myTextColor { color: #82C895; }

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

This text font color is #82C895.

Background Color

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

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

This div background color is #82C895.

Border color

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

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

This div border color is #82C895.

Opacity

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

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

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

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

This text has shadow with #82C895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C895.

Preview

Color preview on black background

This text has color #82C895 on black background.


Color preview on white background

This text has color #82C895 on white background.


Black color preview on #82C895 background

This text has black color on #82C895 background.


White color preview on #82C895 background

This text has white color on #82C895 background.


Related colors

Complementary color

Complementary color for #hex is #7D376A.


I love getcolorcode.com

Triadic colors

1 #9582C8 and #C89582 with #82C895 are triadic colors.

2 #95C882 and #C88295 with #82C895 are triadic colors.