COLOR #8DC782

HEX: #8DC782 RGB: (141,199,130)

Color info

#8DC782 contains mainly red and green colors. Web safe color of #8DC782 is #99CC99 (or #9C9).

RGB color model

#8DC782 color RGB value is (141,199,130).

RGB: (141,199,130) (55%, 78%, 51%)

RGB channels and saturation

R 141 of 255 = 55%
G 199 of 255 = 78%
B 130 of 255 = 51%

141
199
130

R + G + B ~ 61%. #8DC782 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 199 + 130 = 470 (100%)
R 141 of 470 ~ 30%
G 199 of 470 ~ 42.34%
B 130 of 470 ~ 27.66'%

%30
%42.34
%27.66

CMYK color model

#8DC782 color CMYK value is (29,0,35,22).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 21.96%
CMYK: (29,0,35,22) C29M0Y35K22 (29%,0%,35%,22%) (0.29/0.00/0.35/0.22) 

CMYK percentages

%29.15
%0
%34.67
%21.96

Codes

Color #8DC782 in popluar color models

8D C7 82
RGB 141 199 130
HSL 110° 38.12% 64.51%
HSB/HSV 110° 34.67% 78.04%
CMYK 29.15% 0.00% 34.67%
21.96%

Color #8DC782 in popluar number systems.

HEX 8D C7 82
Decimal 141 199 130
Binary 10001101 11000111 10000010
Octal 215 307 202

Shades and tints

Shades of #8DC782

#8DC782
(141,199,130)
#81B577
(129,181,119)
#75A36C
(117,163,108)
#699161
(105,145,97)
#5D7F56
(93,127,86)
#516D4B
(81,109,75)
#455B40
(69,91,64)
#394935
(57,73,53)
#2D372A
(45,55,42)
#21251F
(33,37,31)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #8DC782

#8DC782
(141,199,130)
#97CC8D
(151,204,141)
#A1D198
(161,209,152)
#ABD6A3
(171,214,163)
#B5DBAE
(181,219,174)
#BFE0B9
(191,224,185)
#C9E5C4
(201,229,196)
#D3EACF
(211,234,207)
#DDEFDA
(221,239,218)
#E7F4E5
(231,244,229)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC782 color. Also use rgb(141,199,130) instead hex code.

Text Font Color

.myTextColor { color: #8DC782; }

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

This text font color is #8DC782.

Background Color

.myBgColor { background-color: #8DC782; }

<div style="background-color:#8DC782">Inner text</div>

This div background color is #8DC782.

Border color

.myBorderColor { border: 1px solid #8DC782; }

<div style="border:3px solid #8DC782">Div</div>

This div border color is #8DC782.

Opacity

.myOpacity80 { color: #8DC782; opacity: 0.8; }

<p style="color:#8DC782;opacity:0.8;">80%</p>

Text with #8DC782 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 #8DC782;}

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

This text has shadow with #8DC782 color.


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

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

This text has shadow with #8DC782 primary color and red secondary color.


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

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

This text has shadow with #8DC782 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8DC782.

Preview

Color preview on black background

This text has color #8DC782 on black background.


Color preview on white background

This text has color #8DC782 on white background.


Black color preview on #8DC782 background

This text has black color on #8DC782 background.


White color preview on #8DC782 background

This text has white color on #8DC782 background.


Related colors

Complementary color

Complementary color for #hex is #72387D.


I love getcolorcode.com

Triadic colors

1 #828DC7 and #C7828D with #8DC782 are triadic colors.

2 #82C78D and #C78D82 with #8DC782 are triadic colors.