COLOR #8F767D

HEX: #8F767D
RGB: (143,118,125)

Color info

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

RGB color model

#8F767D color RGB value is (143,118,125).

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

RGB channels and saturation

R 143 of 255 = 56%
G 118 of 255 = 46%
B 125 of 255 = 49%

143
118
125

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

Portions of RGB colors in percentages

R + G + B =
143 + 118 + 125 = 386 (100%)
R 143 of 386 ~ 37.05%
G 118 of 386 ~ 30.57%
B 125 of 386 ~ 32.38%

%37.05
%30.57
%32.38

CMYK color model

#8F767D color CMYK value is (0,17,13,44).

  • cyan value is 0.00%
  • magenta value is 17.48%
  • yellow value is 12.59%
  • key color value is 43.92%
CMYK:
(0,17,13,44)
C0M17Y13K44 
(0%,17%,13%,44%)
(0.00/0.17/0.13/0.44)	

CMYK percentages

%0
%17.48
%12.59
%43.92

Codes

Color #8F767D in popluar color models

8F767D
RGB143118125
HSL343°10.04%51.18%
HSB/HSV343°17.48%56.08%
CMYK0.00%17.48%12.59%
43.92%

Color #8F767D in popluar number systems.

HEX8F767D
Decimal143118125
Binary1000111111101101111101
Octal217166175

Shades and tints

Shades of #8F767D

#8F767D
(143,118,125)
#826C72
(130,108,114)
#756267
(117,98,103)
#68585C
(104,88,92)
#5B4E51
(91,78,81)
#4E4446
(78,68,70)
#413A3B
(65,58,59)
#343030
(52,48,48)
#272625
(39,38,37)
#1A1C1A
(26,28,26)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #8F767D

#8F767D
(143,118,125)
#998288
(153,130,136)
#A38E93
(163,142,147)
#AD9A9E
(173,154,158)
#B7A6A9
(183,166,169)
#C1B2B4
(193,178,180)
#CBBEBF
(203,190,191)
#D5CACA
(213,202,202)
#DFD6D5
(223,214,213)
#E9E2E0
(233,226,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F767D; }

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

This text font color is #8F767D.


Background Color

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

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

This div background color is #8F767D.


Border color

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

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

This div border color is #8F767D.


Opacity

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

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

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

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

This text has shadow with #8F767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F767D on black background.


Color preview on white background

This text has color #8F767D on white background.



Black color preview on #8F767D background

This text has black color on #8F767D background.


White color preview on #8F767D background

This text has white color on #8F767D background.