COLOR #8F748E

HEX: #8F748E
RGB: (143,116,142)

Color info

#8F748E contains red, green and blue colors in about the same proportion. Web safe color of #8F748E is #996699 (or #969).

RGB color model

#8F748E color RGB value is (143,116,142).

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

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 142 of 255 = 56%

143
116
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 142 = 401 (100%)
R 143 of 401 ~ 35.66%
G 116 of 401 ~ 28.93%
B 142 of 401 ~ 35.41%

%35.66
%28.93
%35.41

CMYK color model

#8F748E color CMYK value is (0,19,1,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 0.70%
  • key color value is 43.92%
CMYK:
(0,19,1,44)
C0M19Y1K44 
(0%,19%,1%,44%)
(0.00/0.19/0.01/0.44)	

CMYK percentages

%0
%18.88
%0.7
%43.92

Codes

Color #8F748E in popluar color models

8F748E
RGB143116142
HSL302°10.76%50.78%
HSB/HSV302°18.88%56.08%
CMYK0.00%18.88%0.70%
43.92%

Color #8F748E in popluar number systems.

HEX8F748E
Decimal143116142
Binary10001111111010010001110
Octal217164216

Shades and tints

Shades of #8F748E

#8F748E
(143,116,142)
#826A82
(130,106,130)
#756076
(117,96,118)
#68566A
(104,86,106)
#5B4C5E
(91,76,94)
#4E4252
(78,66,82)
#413846
(65,56,70)
#342E3A
(52,46,58)
#27242E
(39,36,46)
#1A1A22
(26,26,34)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8F748E

#8F748E
(143,116,142)
#998098
(153,128,152)
#A38CA2
(163,140,162)
#AD98AC
(173,152,172)
#B7A4B6
(183,164,182)
#C1B0C0
(193,176,192)
#CBBCCA
(203,188,202)
#D5C8D4
(213,200,212)
#DFD4DE
(223,212,222)
#E9E0E8
(233,224,232)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F748E; }

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

This text font color is #8F748E.


Background Color

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

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

This div background color is #8F748E.


Border color

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

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

This div border color is #8F748E.


Opacity

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

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

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

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

This text has shadow with #8F748E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F748E on black background.


Color preview on white background

This text has color #8F748E on white background.



Black color preview on #8F748E background

This text has black color on #8F748E background.


White color preview on #8F748E background

This text has white color on #8F748E background.