COLOR #8F688D

HEX: #8F688D RGB: (143,104,141)

Color info

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

RGB color model

#8F688D color RGB value is (143,104,141).

RGB: (143,104,141) (56%, 41%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 141 of 255 = 55%

143
104
141

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

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 141 = 388 (100%)
R 143 of 388 ~ 36.86%
G 104 of 388 ~ 26.8%
B 141 of 388 ~ 36.34'%

%36.86
%26.8
%36.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 1.40%
  • key color value is 43.92%

CMYK: (0,27,1,44)
C0M27Y1K44 (0%, 27%, 1%, 44%)
(0.00 / 0.27 / 0.01 / 0.44)

CMYK percentages

%0
%27.27
%1.4
%43.92

Codes

Color #8F688D in popluar color models

8F 68 8D
RGB 143 104 141
HSL 303° 15.79% 48.43%
HSB/HSV 303° 27.27% 56.08%
CMYK 0.00% 27.27% 1.40%
43.92%

Color #8F688D in popluar number systems.

HEX 8F 68 8D
Decimal 143 104 141
Binary 10001111 1101000 10001101
Octal 217 150 215

Shades and tints

Shades of #8F688D

#8F688D
(143,104,141)
#825F81
(130,95,129)
#755675
(117,86,117)
#684D69
(104,77,105)
#5B445D
(91,68,93)
#4E3B51
(78,59,81)
#413245
(65,50,69)
#342939
(52,41,57)
#27202D
(39,32,45)
#1A1721
(26,23,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #8F688D

#8F688D
(143,104,141)
#997597
(153,117,151)
#A382A1
(163,130,161)
#AD8FAB
(173,143,171)
#B79CB5
(183,156,181)
#C1A9BF
(193,169,191)
#CBB6C9
(203,182,201)
#D5C3D3
(213,195,211)
#DFD0DD
(223,208,221)
#E9DDE7
(233,221,231)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F688D; }

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

This text font color is #8F688D.

Background Color

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

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

This div background color is #8F688D.

Border color

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

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

This div border color is #8F688D.

Opacity

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

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

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

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

This text has shadow with #8F688D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F688D.

Preview

Color preview on black background

This text has color #8F688D on black background.


Color preview on white background

This text has color #8F688D on white background.


Black color preview on #8F688D background

This text has black color on #8F688D background.


White color preview on #8F688D background

This text has white color on #8F688D background.


Related colors

Complementary color

Complementary color for #hex is #709772.


I love getcolorcode.com

Triadic colors

1 #8D8F68 and #688D8F with #8F688D are triadic colors.

2 #8D688F and #688F8D with #8F688D are triadic colors.