COLOR #8F9D7C

HEX: #8F9D7C
RGB: (143,157,124)

Color info

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

RGB color model

#8F9D7C color RGB value is (143,157,124).

  • red value is 143;
  • green value is 157;
  • blue value is 124.
RGB:
(143,157,124)
(56%,62%,49%)

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 124 of 255 = 49%

143
157
124

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

Portions of RGB colors in percentages

R + G + B =
143 + 157 + 124 = 424 (100%)
R 143 of 424 ~ 33.73%
G 157 of 424 ~ 37.03%
B 124 of 424 ~ 29.25%

%33.73
%37.03
%29.25

CMYK color model

#8F9D7C color CMYK value is (9,0,21,38).

  • cyan value is 8.92%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 38.43%
CMYK:
(9,0,21,38)
C9M0Y21K38 
(9%,0%,21%,38%)
(0.09/0.00/0.21/0.38)	

CMYK percentages

%8.92
%0
%21.02
%38.43

Codes

Color #8F9D7C in popluar color models

8F9D7C
RGB143157124
HSL85°14.41%55.10%
HSB/HSV85°21.02%61.57%
CMYK8.92%0.00%21.02%
38.43%

Color #8F9D7C in popluar number systems.

HEX8F9D7C
Decimal143157124
Binary10001111100111011111100
Octal217235174

Shades and tints

Shades of #8F9D7C

#8F9D7C
(143,157,124)
#828F71
(130,143,113)
#758166
(117,129,102)
#68735B
(104,115,91)
#5B6550
(91,101,80)
#4E5745
(78,87,69)
#41493A
(65,73,58)
#343B2F
(52,59,47)
#272D24
(39,45,36)
#1A1F19
(26,31,25)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #8F9D7C

#8F9D7C
(143,157,124)
#99A587
(153,165,135)
#A3AD92
(163,173,146)
#ADB59D
(173,181,157)
#B7BDA8
(183,189,168)
#C1C5B3
(193,197,179)
#CBCDBE
(203,205,190)
#D5D5C9
(213,213,201)
#DFDDD4
(223,221,212)
#E9E5DF
(233,229,223)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9D7C; }

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

This text font color is #8F9D7C.


Background Color

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

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

This div background color is #8F9D7C.


Border color

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

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

This div border color is #8F9D7C.


Opacity

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

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

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

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

This text has shadow with #8F9D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9D7C on black background.


Color preview on white background

This text has color #8F9D7C on white background.



Black color preview on #8F9D7C background

This text has black color on #8F9D7C background.


White color preview on #8F9D7C background

This text has white color on #8F9D7C background.