COLOR #8CA981

HEX: #8CA981 RGB: (140,169,129)

Color info

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

RGB color model

#8CA981 color RGB value is (140,169,129).

RGB: (140,169,129) (55%, 66%, 51%)

RGB channels and saturation

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

140
169
129

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

Portions of RGB colors in percentages

R + G + B = 140 + 169 + 129 = 438 (100%)
R 140 of 438 ~ 31.96%
G 169 of 438 ~ 38.58%
B 129 of 438 ~ 29.45'%

%31.96
%38.58
%29.45

CMYK color model

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

  • cyan value is 17.16%
  • 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

%17.16
%0
%23.67
%33.73

Codes

Color #8CA981 in popluar color models

8C A9 81
RGB 140 169 129
HSL 104° 18.87% 58.43%
HSB/HSV 104° 23.67% 66.27%
CMYK 17.16% 0.00% 23.67%
33.73%

Color #8CA981 in popluar number systems.

HEX 8C A9 81
Decimal 140 169 129
Binary 10001100 10101001 10000001
Octal 214 251 201

Shades and tints

Shades of #8CA981

#8CA981
(140,169,129)
#809A76
(128,154,118)
#748B6B
(116,139,107)
#687C60
(104,124,96)
#5C6D55
(92,109,85)
#505E4A
(80,94,74)
#444F3F
(68,79,63)
#384034
(56,64,52)
#2C3129
(44,49,41)
#20221E
(32,34,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8CA981

#8CA981
(140,169,129)
#96B08C
(150,176,140)
#A0B797
(160,183,151)
#AABEA2
(170,190,162)
#B4C5AD
(180,197,173)
#BECCB8
(190,204,184)
#C8D3C3
(200,211,195)
#D2DACE
(210,218,206)
#DCE1D9
(220,225,217)
#E6E8E4
(230,232,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA981; }

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

This text font color is #8CA981.

Background Color

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

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

This div background color is #8CA981.

Border color

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

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

This div border color is #8CA981.

Opacity

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

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

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

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

This text has shadow with #8CA981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA981.

Preview

Color preview on black background

This text has color #8CA981 on black background.


Color preview on white background

This text has color #8CA981 on white background.


Black color preview on #8CA981 background

This text has black color on #8CA981 background.


White color preview on #8CA981 background

This text has white color on #8CA981 background.


Related colors

Complementary color

Complementary color for #hex is #73567E.


I love getcolorcode.com

Triadic colors

1 #818CA9 and #A9818C with #8CA981 are triadic colors.

2 #81A98C and #A98C81 with #8CA981 are triadic colors.