COLOR #8F8E6E

HEX: #8F8E6E
RGB: (143,142,110)

Color info

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

RGB color model

#8F8E6E color RGB value is (143,142,110).

  • red value is 143;
  • green value is 142;
  • blue value is 110.
RGB:
(143,142,110)
(56%,56%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 110 of 255 = 43%

143
142
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 142 + 110 = 395 (100%)
R 143 of 395 ~ 36.2%
G 142 of 395 ~ 35.95%
B 110 of 395 ~ 27.85%

%36.2
%35.95
%27.85

CMYK color model

#8F8E6E color CMYK value is (0,1,23,44).

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(0,1,23,44)
C0M1Y23K44 
(0%,1%,23%,44%)
(0.00/0.01/0.23/0.44)	

CMYK percentages

%0
%0.7
%23.08
%43.92

Codes

Color #8F8E6E in popluar color models

8F8E6E
RGB143142110
HSL58°13.04%49.61%
HSB/HSV58°23.08%56.08%
CMYK0.00%0.70%23.08%
43.92%

Color #8F8E6E in popluar number systems.

HEX8F8E6E
Decimal143142110
Binary10001111100011101101110
Octal217216156

Shades and tints

Shades of #8F8E6E

#8F8E6E
(143,142,110)
#828264
(130,130,100)
#75765A
(117,118,90)
#686A50
(104,106,80)
#5B5E46
(91,94,70)
#4E523C
(78,82,60)
#414632
(65,70,50)
#343A28
(52,58,40)
#272E1E
(39,46,30)
#1A2214
(26,34,20)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #8F8E6E

#8F8E6E
(143,142,110)
#99987B
(153,152,123)
#A3A288
(163,162,136)
#ADAC95
(173,172,149)
#B7B6A2
(183,182,162)
#C1C0AF
(193,192,175)
#CBCABC
(203,202,188)
#D5D4C9
(213,212,201)
#DFDED6
(223,222,214)
#E9E8E3
(233,232,227)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8E6E; }

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

This text font color is #8F8E6E.


Background Color

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

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

This div background color is #8F8E6E.


Border color

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

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

This div border color is #8F8E6E.


Opacity

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

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

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

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

This text has shadow with #8F8E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8E6E on black background.


Color preview on white background

This text has color #8F8E6E on white background.



Black color preview on #8F8E6E background

This text has black color on #8F8E6E background.


White color preview on #8F8E6E background

This text has white color on #8F8E6E background.