COLOR #8F8E7D

HEX: #8F8E7D RGB: (143,142,125)

Color info

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

RGB color model

#8F8E7D color RGB value is (143,142,125).

RGB: (143,142,125) (56%, 56%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 125 of 255 = 49%

143
142
125

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

Portions of RGB colors in percentages

R + G + B = 143 + 142 + 125 = 410 (100%)
R 143 of 410 ~ 34.88%
G 142 of 410 ~ 34.63%
B 125 of 410 ~ 30.49'%

%34.88
%34.63
%30.49

CMYK color model

#8F8E7D color CMYK value is (0,1,13,44).

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 12.59%
  • key color value is 43.92%
CMYK: (0,1,13,44) C0M1Y13K44 (0%,1%,13%,44%) (0.00/0.01/0.13/0.44) 

CMYK percentages

%0
%0.7
%12.59
%43.92

Codes

Color #8F8E7D in popluar color models

8F 8E 7D
RGB 143 142 125
HSL 57° 7.44% 52.55%
HSB/HSV 57° 12.59% 56.08%
CMYK 0.00% 0.70% 12.59%
43.92%

Color #8F8E7D in popluar number systems.

HEX 8F 8E 7D
Decimal 143 142 125
Binary 10001111 10001110 1111101
Octal 217 216 175

Shades and tints

Shades of #8F8E7D

#8F8E7D
(143,142,125)
#828272
(130,130,114)
#757667
(117,118,103)
#686A5C
(104,106,92)
#5B5E51
(91,94,81)
#4E5246
(78,82,70)
#41463B
(65,70,59)
#343A30
(52,58,48)
#272E25
(39,46,37)
#1A221A
(26,34,26)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #8F8E7D

#8F8E7D
(143,142,125)
#999888
(153,152,136)
#A3A293
(163,162,147)
#ADAC9E
(173,172,158)
#B7B6A9
(183,182,169)
#C1C0B4
(193,192,180)
#CBCABF
(203,202,191)
#D5D4CA
(213,212,202)
#DFDED5
(223,222,213)
#E9E8E0
(233,232,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8E7D color. Also use rgb(143,142,125) instead hex code.

Text Font Color

.myTextColor { color: #8F8E7D; }

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

This text font color is #8F8E7D.

Background Color

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

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

This div background color is #8F8E7D.

Border color

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

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

This div border color is #8F8E7D.

Opacity

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

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

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

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

This text has shadow with #8F8E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8E7D.

Preview

Color preview on black background

This text has color #8F8E7D on black background.


Color preview on white background

This text has color #8F8E7D on white background.


Black color preview on #8F8E7D background

This text has black color on #8F8E7D background.


White color preview on #8F8E7D background

This text has white color on #8F8E7D background.


Related colors

Complementary color

Complementary color for #hex is #707182.


I love getcolorcode.com

Triadic colors

1 #7D8F8E and #8E7D8F with #8F8E7D are triadic colors.

2 #7D8E8F and #8E8F7D with #8F8E7D are triadic colors.