COLOR #8FA879

HEX: #8FA879 RGB: (143,168,121)

Color info

#8FA879 contains red, green and blue colors in about the same proportion. Web safe color of #8FA879 is #999966 (or #996).

RGB color model

#8FA879 color RGB value is (143,168,121).

RGB: (143,168,121) (56%, 66%, 47%)

RGB channels and saturation

R 143 of 255 = 56%
G 168 of 255 = 66%
B 121 of 255 = 47%

143
168
121

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

Portions of RGB colors in percentages

R + G + B = 143 + 168 + 121 = 432 (100%)
R 143 of 432 ~ 33.1%
G 168 of 432 ~ 38.89%
B 121 of 432 ~ 28.01'%

%33.1
%38.89
%28.01

CMYK color model

#8FA879 color CMYK value is (15,0,28,34).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 34.12%

CMYK: (15,0,28,34)
C15M0Y28K34 (15%, 0%, 28%, 34%)
(0.15 / 0.00 / 0.28 / 0.34)

CMYK percentages

%14.88
%0
%27.98
%34.12

Codes

Color #8FA879 in popluar color models

8F A8 79
RGB 143 168 121
HSL 92° 21.27% 56.67%
HSB/HSV 92° 27.98% 65.88%
CMYK 14.88% 0.00% 27.98%
34.12%

Color #8FA879 in popluar number systems.

HEX 8F A8 79
Decimal 143 168 121
Binary 10001111 10101000 1111001
Octal 217 250 171

Shades and tints

Shades of #8FA879

#8FA879
(143,168,121)
#82996E
(130,153,110)
#758A63
(117,138,99)
#687B58
(104,123,88)
#5B6C4D
(91,108,77)
#4E5D42
(78,93,66)
#414E37
(65,78,55)
#343F2C
(52,63,44)
#273021
(39,48,33)
#1A2116
(26,33,22)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #8FA879

#8FA879
(143,168,121)
#99AF85
(153,175,133)
#A3B691
(163,182,145)
#ADBD9D
(173,189,157)
#B7C4A9
(183,196,169)
#C1CBB5
(193,203,181)
#CBD2C1
(203,210,193)
#D5D9CD
(213,217,205)
#DFE0D9
(223,224,217)
#E9E7E5
(233,231,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA879 color. Also use rgb(143,168,121) instead hex code.

Text Font Color

.myTextColor { color: #8FA879; }

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

This text font color is #8FA879.

Background Color

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

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

This div background color is #8FA879.

Border color

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

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

This div border color is #8FA879.

Opacity

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

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

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

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

This text has shadow with #8FA879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA879.

Preview

Color preview on black background

This text has color #8FA879 on black background.


Color preview on white background

This text has color #8FA879 on white background.


Black color preview on #8FA879 background

This text has black color on #8FA879 background.


White color preview on #8FA879 background

This text has white color on #8FA879 background.


Related colors

Complementary color

Complementary color for #hex is #705786.


I love getcolorcode.com

Triadic colors

1 #798FA8 and #A8798F with #8FA879 are triadic colors.

2 #79A88F and #A88F79 with #8FA879 are triadic colors.