COLOR #8F967E

HEX: #8F967E RGB: (143,150,126)

Color info

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

RGB color model

#8F967E color RGB value is (143,150,126).

RGB: (143,150,126) (56%, 59%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 126 of 255 = 49%

143
150
126

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

Portions of RGB colors in percentages

R + G + B = 143 + 150 + 126 = 419 (100%)
R 143 of 419 ~ 34.13%
G 150 of 419 ~ 35.8%
B 126 of 419 ~ 30.07'%

%34.13
%35.8
%30.07

CMYK color model

#8F967E color CMYK value is (5,0,16,41).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 41.18%

CMYK: (5,0,16,41)
C5M0Y16K41 (5%, 0%, 16%, 41%)
(0.05 / 0.00 / 0.16 / 0.41)

CMYK percentages

%4.67
%0
%16
%41.18

Codes

Color #8F967E in popluar color models

8F 96 7E
RGB 143 150 126
HSL 78° 10.26% 54.12%
HSB/HSV 78° 16.00% 58.82%
CMYK 4.67% 0.00% 16.00%
41.18%

Color #8F967E in popluar number systems.

HEX 8F 96 7E
Decimal 143 150 126
Binary 10001111 10010110 1111110
Octal 217 226 176

Shades and tints

Shades of #8F967E

#8F967E
(143,150,126)
#828973
(130,137,115)
#757C68
(117,124,104)
#686F5D
(104,111,93)
#5B6252
(91,98,82)
#4E5547
(78,85,71)
#41483C
(65,72,60)
#343B31
(52,59,49)
#272E26
(39,46,38)
#1A211B
(26,33,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8F967E

#8F967E
(143,150,126)
#999F89
(153,159,137)
#A3A894
(163,168,148)
#ADB19F
(173,177,159)
#B7BAAA
(183,186,170)
#C1C3B5
(193,195,181)
#CBCCC0
(203,204,192)
#D5D5CB
(213,213,203)
#DFDED6
(223,222,214)
#E9E7E1
(233,231,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F967E; }

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

This text font color is #8F967E.

Background Color

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

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

This div background color is #8F967E.

Border color

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

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

This div border color is #8F967E.

Opacity

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

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

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

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

This text has shadow with #8F967E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F967E.

Preview

Color preview on black background

This text has color #8F967E on black background.


Color preview on white background

This text has color #8F967E on white background.


Black color preview on #8F967E background

This text has black color on #8F967E background.


White color preview on #8F967E background

This text has white color on #8F967E background.


Related colors

Complementary color

Complementary color for #hex is #706981.


I love getcolorcode.com

Triadic colors

1 #7E8F96 and #967E8F with #8F967E are triadic colors.

2 #7E968F and #968F7E with #8F967E are triadic colors.