COLOR #8DB582

HEX: #8DB582 RGB: (141,181,130)

Color info

#8DB582 contains red, green and blue colors in about the same proportion. Web safe color of #8DB582 is #99CC99 (or #9C9).

RGB color model

#8DB582 color RGB value is (141,181,130).

RGB: (141,181,130) (55%, 71%, 51%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 130 of 255 = 51%

141
181
130

R + G + B ~ 59%. #8DB582 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 181 + 130 = 452 (100%)
R 141 of 452 ~ 31.19%
G 181 of 452 ~ 40.04%
B 130 of 452 ~ 28.76'%

%31.19
%40.04
%28.76

CMYK color model

#8DB582 color CMYK value is (22,0,28,29).

  • cyan value is 22.10%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 29.02%

CMYK: (22,0,28,29)
C22M0Y28K29 (22%, 0%, 28%, 29%)
(0.22 / 0.00 / 0.28 / 0.29)

CMYK percentages

%22.1
%0
%28.18
%29.02

Codes

Color #8DB582 in popluar color models

8D B5 82
RGB 141 181 130
HSL 107° 25.63% 60.98%
HSB/HSV 107° 28.18% 70.98%
CMYK 22.10% 0.00% 28.18%
29.02%

Color #8DB582 in popluar number systems.

HEX 8D B5 82
Decimal 141 181 130
Binary 10001101 10110101 10000010
Octal 215 265 202

Shades and tints

Shades of #8DB582

#8DB582
(141,181,130)
#81A577
(129,165,119)
#75956C
(117,149,108)
#698561
(105,133,97)
#5D7556
(93,117,86)
#51654B
(81,101,75)
#455540
(69,85,64)
#394535
(57,69,53)
#2D352A
(45,53,42)
#21251F
(33,37,31)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8DB582

#8DB582
(141,181,130)
#97BB8D
(151,187,141)
#A1C198
(161,193,152)
#ABC7A3
(171,199,163)
#B5CDAE
(181,205,174)
#BFD3B9
(191,211,185)
#C9D9C4
(201,217,196)
#D3DFCF
(211,223,207)
#DDE5DA
(221,229,218)
#E7EBE5
(231,235,229)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB582; }

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

This text font color is #8DB582.

Background Color

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

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

This div background color is #8DB582.

Border color

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

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

This div border color is #8DB582.

Opacity

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

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

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

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

This text has shadow with #8DB582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB582.

Preview

Color preview on black background

This text has color #8DB582 on black background.


Color preview on white background

This text has color #8DB582 on white background.


Black color preview on #8DB582 background

This text has black color on #8DB582 background.


White color preview on #8DB582 background

This text has white color on #8DB582 background.


Related colors

Complementary color

Complementary color for #hex is #724A7D.


I love getcolorcode.com

Triadic colors

1 #828DB5 and #B5828D with #8DB582 are triadic colors.

2 #82B58D and #B58D82 with #8DB582 are triadic colors.