COLOR #8F758F

HEX: #8F758F
RGB: (143,117,143)

Color info

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

RGB color model

#8F758F color RGB value is (143,117,143).

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

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 143 of 255 = 56%

143
117
143

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 143 = 403 (100%)
R 143 of 403 ~ 35.48%
G 117 of 403 ~ 29.03%
B 143 of 403 ~ 35.48%

%35.48
%29.03
%35.48

CMYK color model

#8F758F color CMYK value is (0,18,0,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(0,18,0,44)
C0M18Y0K44 
(0%,18%,0%,44%)
(0.00/0.18/0.00/0.44)	

CMYK percentages

%0
%18.18
%0
%43.92

Codes

Color #8F758F in popluar color models

8F758F
RGB143117143
HSL300°10.40%50.98%
HSB/HSV300°18.18%56.08%
CMYK0.00%18.18%0.00%
43.92%

Color #8F758F in popluar number systems.

HEX8F758F
Decimal143117143
Binary10001111111010110001111
Octal217165217

Shades and tints

Shades of #8F758F

#8F758F
(143,117,143)
#826B82
(130,107,130)
#756175
(117,97,117)
#685768
(104,87,104)
#5B4D5B
(91,77,91)
#4E434E
(78,67,78)
#413941
(65,57,65)
#342F34
(52,47,52)
#272527
(39,37,39)
#1A1B1A
(26,27,26)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #8F758F

#8F758F
(143,117,143)
#998199
(153,129,153)
#A38DA3
(163,141,163)
#AD99AD
(173,153,173)
#B7A5B7
(183,165,183)
#C1B1C1
(193,177,193)
#CBBDCB
(203,189,203)
#D5C9D5
(213,201,213)
#DFD5DF
(223,213,223)
#E9E1E9
(233,225,233)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F758F; }

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

This text font color is #8F758F.


Background Color

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

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

This div background color is #8F758F.


Border color

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

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

This div border color is #8F758F.


Opacity

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

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

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

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

This text has shadow with #8F758F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F758F on black background.


Color preview on white background

This text has color #8F758F on white background.



Black color preview on #8F758F background

This text has black color on #8F758F background.


White color preview on #8F758F background

This text has white color on #8F758F background.