COLOR #8F9676

HEX: #8F9676
RGB: (143,150,118)

Color info

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

RGB color model

#8F9676 color RGB value is (143,150,118).

  • red value is 143;
  • green value is 150;
  • blue value is 118.
RGB:
(143,150,118)
(56%,59%,46%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 118 of 255 = 46%

143
150
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 150 + 118 = 411 (100%)
R 143 of 411 ~ 34.79%
G 150 of 411 ~ 36.5%
B 118 of 411 ~ 28.71%

%34.79
%36.5
%28.71

CMYK color model

#8F9676 color CMYK value is (5,0,21,41).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(5,0,21,41)
C5M0Y21K41 
(5%,0%,21%,41%)
(0.05/0.00/0.21/0.41)	

CMYK percentages

%4.67
%0
%21.33
%41.18

Codes

Color #8F9676 in popluar color models

8F9676
RGB143150118
HSL73°13.22%52.55%
HSB/HSV73°21.33%58.82%
CMYK4.67%0.00%21.33%
41.18%

Color #8F9676 in popluar number systems.

HEX8F9676
Decimal143150118
Binary10001111100101101110110
Octal217226166

Shades and tints

Shades of #8F9676

#8F9676
(143,150,118)
#82896C
(130,137,108)
#757C62
(117,124,98)
#686F58
(104,111,88)
#5B624E
(91,98,78)
#4E5544
(78,85,68)
#41483A
(65,72,58)
#343B30
(52,59,48)
#272E26
(39,46,38)
#1A211C
(26,33,28)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8F9676

#8F9676
(143,150,118)
#999F82
(153,159,130)
#A3A88E
(163,168,142)
#ADB19A
(173,177,154)
#B7BAA6
(183,186,166)
#C1C3B2
(193,195,178)
#CBCCBE
(203,204,190)
#D5D5CA
(213,213,202)
#DFDED6
(223,222,214)
#E9E7E2
(233,231,226)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9676 color. Also use rgb(143,150,118) instead hex code.

Text Font Color

.myTextColor { color: #8F9676; }

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

This text font color is #8F9676.


Background Color

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

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

This div background color is #8F9676.


Border color

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

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

This div border color is #8F9676.


Opacity

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

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

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

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

This text has shadow with #8F9676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9676 on black background.


Color preview on white background

This text has color #8F9676 on white background.



Black color preview on #8F9676 background

This text has black color on #8F9676 background.


White color preview on #8F9676 background

This text has white color on #8F9676 background.