COLOR #8FAB7C

HEX: #8FAB7C RGB: (143,171,124)

Color info

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

RGB color model

#8FAB7C color RGB value is (143,171,124).

RGB: (143,171,124) (56%, 67%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 171 of 255 = 67%
B 124 of 255 = 49%

143
171
124

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

Portions of RGB colors in percentages

R + G + B = 143 + 171 + 124 = 438 (100%)
R 143 of 438 ~ 32.65%
G 171 of 438 ~ 39.04%
B 124 of 438 ~ 28.31'%

%32.65
%39.04
%28.31

CMYK color model

#8FAB7C color CMYK value is (16,0,27,33).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 32.94%

CMYK: (16,0,27,33)
C16M0Y27K33 (16%, 0%, 27%, 33%)
(0.16 / 0.00 / 0.27 / 0.33)

CMYK percentages

%16.37
%0
%27.49
%32.94

Codes

Color #8FAB7C in popluar color models

8F AB 7C
RGB 143 171 124
HSL 96° 21.86% 57.84%
HSB/HSV 96° 27.49% 67.06%
CMYK 16.37% 0.00% 27.49%
32.94%

Color #8FAB7C in popluar number systems.

HEX 8F AB 7C
Decimal 143 171 124
Binary 10001111 10101011 1111100
Octal 217 253 174

Shades and tints

Shades of #8FAB7C

#8FAB7C
(143,171,124)
#829C71
(130,156,113)
#758D66
(117,141,102)
#687E5B
(104,126,91)
#5B6F50
(91,111,80)
#4E6045
(78,96,69)
#41513A
(65,81,58)
#34422F
(52,66,47)
#273324
(39,51,36)
#1A2419
(26,36,25)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #8FAB7C

#8FAB7C
(143,171,124)
#99B287
(153,178,135)
#A3B992
(163,185,146)
#ADC09D
(173,192,157)
#B7C7A8
(183,199,168)
#C1CEB3
(193,206,179)
#CBD5BE
(203,213,190)
#D5DCC9
(213,220,201)
#DFE3D4
(223,227,212)
#E9EADF
(233,234,223)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAB7C color. Also use rgb(143,171,124) instead hex code.

Text Font Color

.myTextColor { color: #8FAB7C; }

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

This text font color is #8FAB7C.

Background Color

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

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

This div background color is #8FAB7C.

Border color

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

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

This div border color is #8FAB7C.

Opacity

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

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

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

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

This text has shadow with #8FAB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAB7C.

Preview

Color preview on black background

This text has color #8FAB7C on black background.


Color preview on white background

This text has color #8FAB7C on white background.


Black color preview on #8FAB7C background

This text has black color on #8FAB7C background.


White color preview on #8FAB7C background

This text has white color on #8FAB7C background.


Related colors

Complementary color

Complementary color for #hex is #705483.


I love getcolorcode.com

Triadic colors

1 #7C8FAB and #AB7C8F with #8FAB7C are triadic colors.

2 #7CAB8F and #AB8F7C with #8FAB7C are triadic colors.