COLOR #8DA981

HEX: #8DA981
RGB: (141,169,129)

Color info

#8DA981 contains red, green and blue colors in about the same proportion. Web safe color of #8DA981 is #999999 (or #999).

RGB color model

#8DA981 color RGB value is (141,169,129).

  • red value is 141;
  • green value is 169;
  • blue value is 129.
RGB:
(141,169,129)
(55%,66%,51%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 129 of 255 = 51%

141
169
129

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

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 129 = 439 (100%)
R 141 of 439 ~ 32.12%
G 169 of 439 ~ 38.5%
B 129 of 439 ~ 29.38%

%32.12
%38.5
%29.38

CMYK color model

#8DA981 color CMYK value is (17,0,24,34).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%
CMYK:
(17,0,24,34)
C17M0Y24K34 
(17%,0%,24%,34%)
(0.17/0.00/0.24/0.34)	

CMYK percentages

%16.57
%0
%23.67
%33.73

Codes

Color #8DA981 in popluar color models

8DA981
RGB141169129
HSL102°18.87%58.43%
HSB/HSV102°23.67%66.27%
CMYK16.57%0.00%23.67%
33.73%

Color #8DA981 in popluar number systems.

HEX8DA981
Decimal141169129
Binary100011011010100110000001
Octal215251201

Shades and tints

Shades of #8DA981

#8DA981
(141,169,129)
#819A76
(129,154,118)
#758B6B
(117,139,107)
#697C60
(105,124,96)
#5D6D55
(93,109,85)
#515E4A
(81,94,74)
#454F3F
(69,79,63)
#394034
(57,64,52)
#2D3129
(45,49,41)
#21221E
(33,34,30)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #8DA981

#8DA981
(141,169,129)
#97B08C
(151,176,140)
#A1B797
(161,183,151)
#ABBEA2
(171,190,162)
#B5C5AD
(181,197,173)
#BFCCB8
(191,204,184)
#C9D3C3
(201,211,195)
#D3DACE
(211,218,206)
#DDE1D9
(221,225,217)
#E7E8E4
(231,232,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA981 color. Also use rgb(141,169,129) instead hex code.

Text Font Color

.myTextColor { color: #8DA981; }

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

This text font color is #8DA981.


Background Color

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

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

This div background color is #8DA981.


Border color

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

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

This div border color is #8DA981.


Opacity

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

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

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

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

This text has shadow with #8DA981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA981 on black background.


Color preview on white background

This text has color #8DA981 on white background.



Black color preview on #8DA981 background

This text has black color on #8DA981 background.


White color preview on #8DA981 background

This text has white color on #8DA981 background.