COLOR #8F847E

HEX: #8F847E
RGB: (143,132,126)

Color info

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

RGB color model

#8F847E color RGB value is (143,132,126).

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

RGB channels and saturation

R 143 of 255 = 56%
G 132 of 255 = 52%
B 126 of 255 = 49%

143
132
126

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

Portions of RGB colors in percentages

R + G + B =
143 + 132 + 126 = 401 (100%)
R 143 of 401 ~ 35.66%
G 132 of 401 ~ 32.92%
B 126 of 401 ~ 31.42%

%35.66
%32.92
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 11.89%
  • key color value is 43.92%
CMYK:
(0,8,12,44)
C0M8Y12K44 
(0%,8%,12%,44%)
(0.00/0.08/0.12/0.44)	

CMYK percentages

%0
%7.69
%11.89
%43.92

Codes

Color #8F847E in popluar color models

8F847E
RGB143132126
HSL21°7.05%52.75%
HSB/HSV21°11.89%56.08%
CMYK0.00%7.69%11.89%
43.92%

Color #8F847E in popluar number systems.

HEX8F847E
Decimal143132126
Binary10001111100001001111110
Octal217204176

Shades and tints

Shades of #8F847E

#8F847E
(143,132,126)
#827873
(130,120,115)
#756C68
(117,108,104)
#68605D
(104,96,93)
#5B5452
(91,84,82)
#4E4847
(78,72,71)
#413C3C
(65,60,60)
#343031
(52,48,49)
#272426
(39,36,38)
#1A181B
(26,24,27)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #8F847E

#8F847E
(143,132,126)
#998F89
(153,143,137)
#A39A94
(163,154,148)
#ADA59F
(173,165,159)
#B7B0AA
(183,176,170)
#C1BBB5
(193,187,181)
#CBC6C0
(203,198,192)
#D5D1CB
(213,209,203)
#DFDCD6
(223,220,214)
#E9E7E1
(233,231,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F847E; }

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

This text font color is #8F847E.


Background Color

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

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

This div background color is #8F847E.


Border color

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

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

This div border color is #8F847E.


Opacity

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

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

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

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

This text has shadow with #8F847E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F847E on black background.


Color preview on white background

This text has color #8F847E on white background.



Black color preview on #8F847E background

This text has black color on #8F847E background.


White color preview on #8F847E background

This text has white color on #8F847E background.