COLOR #8DB979

HEX: #8DB979
RGB: (141,185,121)

Color info

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

RGB color model

#8DB979 color RGB value is (141,185,121).

  • red value is 141;
  • green value is 185;
  • blue value is 121.
RGB:
(141,185,121)
(55%,73%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 121 of 255 = 47%

141
185
121

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

Portions of RGB colors in percentages

R + G + B =
141 + 185 + 121 = 447 (100%)
R 141 of 447 ~ 31.54%
G 185 of 447 ~ 41.39%
B 121 of 447 ~ 27.07%

%31.54
%41.39
%27.07

CMYK color model

#8DB979 color CMYK value is (24,0,35,27).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(24,0,35,27)
C24M0Y35K27 
(24%,0%,35%,27%)
(0.24/0.00/0.35/0.27)	

CMYK percentages

%23.78
%0
%34.59
%27.45

Codes

Color #8DB979 in popluar color models

8DB979
RGB141185121
HSL101°31.37%60.00%
HSB/HSV101°34.59%72.55%
CMYK23.78%0.00%34.59%
27.45%

Color #8DB979 in popluar number systems.

HEX8DB979
Decimal141185121
Binary10001101101110011111001
Octal215271171

Shades and tints

Shades of #8DB979

#8DB979
(141,185,121)
#81A96E
(129,169,110)
#759963
(117,153,99)
#698958
(105,137,88)
#5D794D
(93,121,77)
#516942
(81,105,66)
#455937
(69,89,55)
#39492C
(57,73,44)
#2D3921
(45,57,33)
#212916
(33,41,22)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #8DB979

#8DB979
(141,185,121)
#97BF85
(151,191,133)
#A1C591
(161,197,145)
#ABCB9D
(171,203,157)
#B5D1A9
(181,209,169)
#BFD7B5
(191,215,181)
#C9DDC1
(201,221,193)
#D3E3CD
(211,227,205)
#DDE9D9
(221,233,217)
#E7EFE5
(231,239,229)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB979; }

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

This text font color is #8DB979.


Background Color

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

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

This div background color is #8DB979.


Border color

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

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

This div border color is #8DB979.


Opacity

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

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

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

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

This text has shadow with #8DB979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB979 on black background.


Color preview on white background

This text has color #8DB979 on white background.



Black color preview on #8DB979 background

This text has black color on #8DB979 background.


White color preview on #8DB979 background

This text has white color on #8DB979 background.