COLOR #8F9B7C

HEX: #8F9B7C
RGB: (143,155,124)

Color info

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

RGB color model

#8F9B7C color RGB value is (143,155,124).

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

RGB channels and saturation

R 143 of 255 = 56%
G 155 of 255 = 61%
B 124 of 255 = 49%

143
155
124

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

Portions of RGB colors in percentages

R + G + B =
143 + 155 + 124 = 422 (100%)
R 143 of 422 ~ 33.89%
G 155 of 422 ~ 36.73%
B 124 of 422 ~ 29.38%

%33.89
%36.73
%29.38

CMYK color model

#8F9B7C color CMYK value is (8,0,20,39).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 39.22%
CMYK:
(8,0,20,39)
C8M0Y20K39 
(8%,0%,20%,39%)
(0.08/0.00/0.20/0.39)	

CMYK percentages

%7.74
%0
%20
%39.22

Codes

Color #8F9B7C in popluar color models

8F9B7C
RGB143155124
HSL83°13.42%54.71%
HSB/HSV83°20.00%60.78%
CMYK7.74%0.00%20.00%
39.22%

Color #8F9B7C in popluar number systems.

HEX8F9B7C
Decimal143155124
Binary10001111100110111111100
Octal217233174

Shades and tints

Shades of #8F9B7C

#8F9B7C
(143,155,124)
#828D71
(130,141,113)
#757F66
(117,127,102)
#68715B
(104,113,91)
#5B6350
(91,99,80)
#4E5545
(78,85,69)
#41473A
(65,71,58)
#34392F
(52,57,47)
#272B24
(39,43,36)
#1A1D19
(26,29,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #8F9B7C

#8F9B7C
(143,155,124)
#99A487
(153,164,135)
#A3AD92
(163,173,146)
#ADB69D
(173,182,157)
#B7BFA8
(183,191,168)
#C1C8B3
(193,200,179)
#CBD1BE
(203,209,190)
#D5DAC9
(213,218,201)
#DFE3D4
(223,227,212)
#E9ECDF
(233,236,223)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9B7C; }

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

This text font color is #8F9B7C.


Background Color

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

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

This div background color is #8F9B7C.


Border color

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

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

This div border color is #8F9B7C.


Opacity

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

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

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

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

This text has shadow with #8F9B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9B7C on black background.


Color preview on white background

This text has color #8F9B7C on white background.



Black color preview on #8F9B7C background

This text has black color on #8F9B7C background.


White color preview on #8F9B7C background

This text has white color on #8F9B7C background.