COLOR #8F9D6C

HEX: #8F9D6C
RGB: (143,157,108)

Color info

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

RGB color model

#8F9D6C color RGB value is (143,157,108).

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

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 108 of 255 = 42%

143
157
108

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

Portions of RGB colors in percentages

R + G + B =
143 + 157 + 108 = 408 (100%)
R 143 of 408 ~ 35.05%
G 157 of 408 ~ 38.48%
B 108 of 408 ~ 26.47%

%35.05
%38.48
%26.47

CMYK color model

#8F9D6C color CMYK value is (9,0,31,38).

  • cyan value is 8.92%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 38.43%
CMYK:
(9,0,31,38)
C9M0Y31K38 
(9%,0%,31%,38%)
(0.09/0.00/0.31/0.38)	

CMYK percentages

%8.92
%0
%31.21
%38.43

Codes

Color #8F9D6C in popluar color models

8F9D6C
RGB143157108
HSL77°20.00%51.96%
HSB/HSV77°31.21%61.57%
CMYK8.92%0.00%31.21%
38.43%

Color #8F9D6C in popluar number systems.

HEX8F9D6C
Decimal143157108
Binary10001111100111011101100
Octal217235154

Shades and tints

Shades of #8F9D6C

#8F9D6C
(143,157,108)
#828F63
(130,143,99)
#75815A
(117,129,90)
#687351
(104,115,81)
#5B6548
(91,101,72)
#4E573F
(78,87,63)
#414936
(65,73,54)
#343B2D
(52,59,45)
#272D24
(39,45,36)
#1A1F1B
(26,31,27)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #8F9D6C

#8F9D6C
(143,157,108)
#99A579
(153,165,121)
#A3AD86
(163,173,134)
#ADB593
(173,181,147)
#B7BDA0
(183,189,160)
#C1C5AD
(193,197,173)
#CBCDBA
(203,205,186)
#D5D5C7
(213,213,199)
#DFDDD4
(223,221,212)
#E9E5E1
(233,229,225)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9D6C; }

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

This text font color is #8F9D6C.


Background Color

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

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

This div background color is #8F9D6C.


Border color

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

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

This div border color is #8F9D6C.


Opacity

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

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

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

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

This text has shadow with #8F9D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9D6C on black background.


Color preview on white background

This text has color #8F9D6C on white background.



Black color preview on #8F9D6C background

This text has black color on #8F9D6C background.


White color preview on #8F9D6C background

This text has white color on #8F9D6C background.