COLOR #8F7E7D

HEX: #8F7E7D
RGB: (143,126,125)

Color info

#8F7E7D contains red, green and blue colors in about the same proportion. Web safe color of #8F7E7D is #996666 (or #966).

RGB color model

#8F7E7D color RGB value is (143,126,125).

  • red value is 143;
  • green value is 126;
  • blue value is 125.
RGB:
(143,126,125)
(56%,49%,49%)

RGB channels and saturation

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

143
126
125

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

Portions of RGB colors in percentages

R + G + B =
143 + 126 + 125 = 394 (100%)
R 143 of 394 ~ 36.29%
G 126 of 394 ~ 31.98%
B 125 of 394 ~ 31.73%

%36.29
%31.98
%31.73

CMYK color model

#8F7E7D color CMYK value is (0,12,13,44).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 12.59%
  • key color value is 43.92%
CMYK:
(0,12,13,44)
C0M12Y13K44 
(0%,12%,13%,44%)
(0.00/0.12/0.13/0.44)	

CMYK percentages

%0
%11.89
%12.59
%43.92

Codes

Color #8F7E7D in popluar color models

8F7E7D
RGB143126125
HSL7.44%52.55%
HSB/HSV12.59%56.08%
CMYK0.00%11.89%12.59%
43.92%

Color #8F7E7D in popluar number systems.

HEX8F7E7D
Decimal143126125
Binary1000111111111101111101
Octal217176175

Shades and tints

Shades of #8F7E7D

#8F7E7D
(143,126,125)
#827372
(130,115,114)
#756867
(117,104,103)
#685D5C
(104,93,92)
#5B5251
(91,82,81)
#4E4746
(78,71,70)
#413C3B
(65,60,59)
#343130
(52,49,48)
#272625
(39,38,37)
#1A1B1A
(26,27,26)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #8F7E7D

#8F7E7D
(143,126,125)
#998988
(153,137,136)
#A39493
(163,148,147)
#AD9F9E
(173,159,158)
#B7AAA9
(183,170,169)
#C1B5B4
(193,181,180)
#CBC0BF
(203,192,191)
#D5CBCA
(213,203,202)
#DFD6D5
(223,214,213)
#E9E1E0
(233,225,224)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7E7D; }

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

This text font color is #8F7E7D.


Background Color

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

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

This div background color is #8F7E7D.


Border color

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

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

This div border color is #8F7E7D.


Opacity

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

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

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

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

This text has shadow with #8F7E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7E7D on black background.


Color preview on white background

This text has color #8F7E7D on white background.



Black color preview on #8F7E7D background

This text has black color on #8F7E7D background.


White color preview on #8F7E7D background

This text has white color on #8F7E7D background.