COLOR #8F887B

HEX: #8F887B
RGB: (143,136,123)

Color info

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

RGB color model

#8F887B color RGB value is (143,136,123).

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

RGB channels and saturation

R 143 of 255 = 56%
G 136 of 255 = 53%
B 123 of 255 = 48%

143
136
123

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

Portions of RGB colors in percentages

R + G + B =
143 + 136 + 123 = 402 (100%)
R 143 of 402 ~ 35.57%
G 136 of 402 ~ 33.83%
B 123 of 402 ~ 30.6%

%35.57
%33.83
%30.6

CMYK color model

#8F887B color CMYK value is (0,5,14,44).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 13.99%
  • key color value is 43.92%
CMYK:
(0,5,14,44)
C0M5Y14K44 
(0%,5%,14%,44%)
(0.00/0.05/0.14/0.44)	

CMYK percentages

%0
%4.9
%13.99
%43.92

Codes

Color #8F887B in popluar color models

8F887B
RGB143136123
HSL39°8.20%52.16%
HSB/HSV39°13.99%56.08%
CMYK0.00%4.90%13.99%
43.92%

Color #8F887B in popluar number systems.

HEX8F887B
Decimal143136123
Binary10001111100010001111011
Octal217210173

Shades and tints

Shades of #8F887B

#8F887B
(143,136,123)
#827C70
(130,124,112)
#757065
(117,112,101)
#68645A
(104,100,90)
#5B584F
(91,88,79)
#4E4C44
(78,76,68)
#414039
(65,64,57)
#34342E
(52,52,46)
#272823
(39,40,35)
#1A1C18
(26,28,24)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #8F887B

#8F887B
(143,136,123)
#999287
(153,146,135)
#A39C93
(163,156,147)
#ADA69F
(173,166,159)
#B7B0AB
(183,176,171)
#C1BAB7
(193,186,183)
#CBC4C3
(203,196,195)
#D5CECF
(213,206,207)
#DFD8DB
(223,216,219)
#E9E2E7
(233,226,231)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F887B; }

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

This text font color is #8F887B.


Background Color

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

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

This div background color is #8F887B.


Border color

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

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

This div border color is #8F887B.


Opacity

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

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

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

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

This text has shadow with #8F887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F887B on black background.


Color preview on white background

This text has color #8F887B on white background.



Black color preview on #8F887B background

This text has black color on #8F887B background.


White color preview on #8F887B background

This text has white color on #8F887B background.