COLOR #8F887D

HEX: #8F887D
RGB: (143,136,125)

Color info

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

RGB color model

#8F887D color RGB value is (143,136,125).

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

RGB channels and saturation

R 143 of 255 = 56%
G 136 of 255 = 53%
B 125 of 255 = 49%

143
136
125

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

Portions of RGB colors in percentages

R + G + B =
143 + 136 + 125 = 404 (100%)
R 143 of 404 ~ 35.4%
G 136 of 404 ~ 33.66%
B 125 of 404 ~ 30.94%

%35.4
%33.66
%30.94

CMYK color model

#8F887D color CMYK value is (0,5,13,44).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 12.59%
  • key color value is 43.92%
CMYK:
(0,5,13,44)
C0M5Y13K44 
(0%,5%,13%,44%)
(0.00/0.05/0.13/0.44)	

CMYK percentages

%0
%4.9
%12.59
%43.92

Codes

Color #8F887D in popluar color models

8F887D
RGB143136125
HSL37°7.44%52.55%
HSB/HSV37°12.59%56.08%
CMYK0.00%4.90%12.59%
43.92%

Color #8F887D in popluar number systems.

HEX8F887D
Decimal143136125
Binary10001111100010001111101
Octal217210175

Shades and tints

Shades of #8F887D

#8F887D
(143,136,125)
#827C72
(130,124,114)
#757067
(117,112,103)
#68645C
(104,100,92)
#5B5851
(91,88,81)
#4E4C46
(78,76,70)
#41403B
(65,64,59)
#343430
(52,52,48)
#272825
(39,40,37)
#1A1C1A
(26,28,26)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #8F887D

#8F887D
(143,136,125)
#999288
(153,146,136)
#A39C93
(163,156,147)
#ADA69E
(173,166,158)
#B7B0A9
(183,176,169)
#C1BAB4
(193,186,180)
#CBC4BF
(203,196,191)
#D5CECA
(213,206,202)
#DFD8D5
(223,216,213)
#E9E2E0
(233,226,224)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F887D; }

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

This text font color is #8F887D.


Background Color

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

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

This div background color is #8F887D.


Border color

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

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

This div border color is #8F887D.


Opacity

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

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

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

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

This text has shadow with #8F887D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F887D on black background.


Color preview on white background

This text has color #8F887D on white background.



Black color preview on #8F887D background

This text has black color on #8F887D background.


White color preview on #8F887D background

This text has white color on #8F887D background.