COLOR #8F698F

HEX: #8F698F
RGB: (143,105,143)

Color info

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

RGB color model

#8F698F color RGB value is (143,105,143).

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

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 143 of 255 = 56%

143
105
143

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

Portions of RGB colors in percentages

R + G + B =
143 + 105 + 143 = 391 (100%)
R 143 of 391 ~ 36.57%
G 105 of 391 ~ 26.85%
B 143 of 391 ~ 36.57%

%36.57
%26.85
%36.57

CMYK color model

#8F698F color CMYK value is (0,27,0,44).

  • cyan value is 0.00%
  • magenta value is 26.57%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(0,27,0,44)
C0M27Y0K44 
(0%,27%,0%,44%)
(0.00/0.27/0.00/0.44)	

CMYK percentages

%0
%26.57
%0
%43.92

Codes

Color #8F698F in popluar color models

8F698F
RGB143105143
HSL300°15.32%48.63%
HSB/HSV300°26.57%56.08%
CMYK0.00%26.57%0.00%
43.92%

Color #8F698F in popluar number systems.

HEX8F698F
Decimal143105143
Binary10001111110100110001111
Octal217151217

Shades and tints

Shades of #8F698F

#8F698F
(143,105,143)
#826082
(130,96,130)
#755775
(117,87,117)
#684E68
(104,78,104)
#5B455B
(91,69,91)
#4E3C4E
(78,60,78)
#413341
(65,51,65)
#342A34
(52,42,52)
#272127
(39,33,39)
#1A181A
(26,24,26)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #8F698F

#8F698F
(143,105,143)
#997699
(153,118,153)
#A383A3
(163,131,163)
#AD90AD
(173,144,173)
#B79DB7
(183,157,183)
#C1AAC1
(193,170,193)
#CBB7CB
(203,183,203)
#D5C4D5
(213,196,213)
#DFD1DF
(223,209,223)
#E9DEE9
(233,222,233)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F698F; }

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

This text font color is #8F698F.


Background Color

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

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

This div background color is #8F698F.


Border color

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

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

This div border color is #8F698F.


Opacity

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

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

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

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

This text has shadow with #8F698F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F698F on black background.


Color preview on white background

This text has color #8F698F on white background.



Black color preview on #8F698F background

This text has black color on #8F698F background.


White color preview on #8F698F background

This text has white color on #8F698F background.