COLOR #8DB97C

HEX: #8DB97C RGB: (141,185,124)

Color info

#8DB97C contains mainly red and green colors. Web safe color of #8DB97C is #99CC66 (or #9C6).

RGB color model

#8DB97C color RGB value is (141,185,124).

RGB: (141,185,124) (55%, 73%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 124 of 255 = 49%

141
185
124

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

Portions of RGB colors in percentages

R + G + B = 141 + 185 + 124 = 450 (100%)
R 141 of 450 ~ 31.33%
G 185 of 450 ~ 41.11%
B 124 of 450 ~ 27.56'%

%31.33
%41.11
%27.56

CMYK color model

#8DB97C color CMYK value is (24,0,33,27).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 27.45%

CMYK: (24,0,33,27)
C24M0Y33K27 (24%, 0%, 33%, 27%)
(0.24 / 0.00 / 0.33 / 0.27)

CMYK percentages

%23.78
%0
%32.97
%27.45

Codes

Color #8DB97C in popluar color models

8D B9 7C
RGB 141 185 124
HSL 103° 30.35% 60.59%
HSB/HSV 103° 32.97% 72.55%
CMYK 23.78% 0.00% 32.97%
27.45%

Color #8DB97C in popluar number systems.

HEX 8D B9 7C
Decimal 141 185 124
Binary 10001101 10111001 1111100
Octal 215 271 174

Shades and tints

Shades of #8DB97C

#8DB97C
(141,185,124)
#81A971
(129,169,113)
#759966
(117,153,102)
#69895B
(105,137,91)
#5D7950
(93,121,80)
#516945
(81,105,69)
#45593A
(69,89,58)
#39492F
(57,73,47)
#2D3924
(45,57,36)
#212919
(33,41,25)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #8DB97C

#8DB97C
(141,185,124)
#97BF87
(151,191,135)
#A1C592
(161,197,146)
#ABCB9D
(171,203,157)
#B5D1A8
(181,209,168)
#BFD7B3
(191,215,179)
#C9DDBE
(201,221,190)
#D3E3C9
(211,227,201)
#DDE9D4
(221,233,212)
#E7EFDF
(231,239,223)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB97C color. Also use rgb(141,185,124) instead hex code.

Text Font Color

.myTextColor { color: #8DB97C; }

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

This text font color is #8DB97C.

Background Color

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

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

This div background color is #8DB97C.

Border color

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

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

This div border color is #8DB97C.

Opacity

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

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

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

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

This text has shadow with #8DB97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB97C.

Preview

Color preview on black background

This text has color #8DB97C on black background.


Color preview on white background

This text has color #8DB97C on white background.


Black color preview on #8DB97C background

This text has black color on #8DB97C background.


White color preview on #8DB97C background

This text has white color on #8DB97C background.


Related colors

Complementary color

Complementary color for #hex is #724683.


I love getcolorcode.com

Triadic colors

1 #7C8DB9 and #B97C8D with #8DB97C are triadic colors.

2 #7CB98D and #B98D7C with #8DB97C are triadic colors.