COLOR #8F748B

HEX: #8F748B
RGB: (143,116,139)

Color info

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

RGB color model

#8F748B color RGB value is (143,116,139).

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

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 139 of 255 = 55%

143
116
139

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 139 = 398 (100%)
R 143 of 398 ~ 35.93%
G 116 of 398 ~ 29.15%
B 139 of 398 ~ 34.92%

%35.93
%29.15
%34.92

CMYK color model

#8F748B color CMYK value is (0,19,3,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 2.80%
  • key color value is 43.92%
CMYK:
(0,19,3,44)
C0M19Y3K44 
(0%,19%,3%,44%)
(0.00/0.19/0.03/0.44)	

CMYK percentages

%0
%18.88
%2.8
%43.92

Codes

Color #8F748B in popluar color models

8F748B
RGB143116139
HSL309°10.76%50.78%
HSB/HSV309°18.88%56.08%
CMYK0.00%18.88%2.80%
43.92%

Color #8F748B in popluar number systems.

HEX8F748B
Decimal143116139
Binary10001111111010010001011
Octal217164213

Shades and tints

Shades of #8F748B

#8F748B
(143,116,139)
#826A7F
(130,106,127)
#756073
(117,96,115)
#685667
(104,86,103)
#5B4C5B
(91,76,91)
#4E424F
(78,66,79)
#413843
(65,56,67)
#342E37
(52,46,55)
#27242B
(39,36,43)
#1A1A1F
(26,26,31)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #8F748B

#8F748B
(143,116,139)
#998095
(153,128,149)
#A38C9F
(163,140,159)
#AD98A9
(173,152,169)
#B7A4B3
(183,164,179)
#C1B0BD
(193,176,189)
#CBBCC7
(203,188,199)
#D5C8D1
(213,200,209)
#DFD4DB
(223,212,219)
#E9E0E5
(233,224,229)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F748B; }

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

This text font color is #8F748B.


Background Color

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

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

This div background color is #8F748B.


Border color

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

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

This div border color is #8F748B.


Opacity

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

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

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

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

This text has shadow with #8F748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F748B on black background.


Color preview on white background

This text has color #8F748B on white background.



Black color preview on #8F748B background

This text has black color on #8F748B background.


White color preview on #8F748B background

This text has white color on #8F748B background.