COLOR #8F5F6C

HEX: #8F5F6C RGB: (143,95,108)

Color info

#8F5F6C contains red, green and blue colors in about the same proportion. Web safe color of #8F5F6C is #996666 (or #966).

RGB color model

#8F5F6C color RGB value is (143,95,108).

RGB: (143,95,108) (56%, 37%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 95 of 255 = 37%
B 108 of 255 = 42%

143
95
108

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

Portions of RGB colors in percentages

R + G + B = 143 + 95 + 108 = 346 (100%)
R 143 of 346 ~ 41.33%
G 95 of 346 ~ 27.46%
B 108 of 346 ~ 31.21'%

%41.33
%27.46
%31.21

CMYK color model

#8F5F6C color CMYK value is (0,34,24,44).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 24.48%
  • key color value is 43.92%

CMYK: (0,34,24,44)
C0M34Y24K44 (0%, 34%, 24%, 44%)
(0.00 / 0.34 / 0.24 / 0.44)

CMYK percentages

%0
%33.57
%24.48
%43.92

Codes

Color #8F5F6C in popluar color models

8F 5F 6C
RGB 143 95 108
HSL 344° 20.17% 46.67%
HSB/HSV 344° 33.57% 56.08%
CMYK 0.00% 33.57% 24.48%
43.92%

Color #8F5F6C in popluar number systems.

HEX 8F 5F 6C
Decimal 143 95 108
Binary 10001111 1011111 1101100
Octal 217 137 154

Shades and tints

Shades of #8F5F6C

#8F5F6C
(143,95,108)
#825763
(130,87,99)
#754F5A
(117,79,90)
#684751
(104,71,81)
#5B3F48
(91,63,72)
#4E373F
(78,55,63)
#412F36
(65,47,54)
#34272D
(52,39,45)
#271F24
(39,31,36)
#1A171B
(26,23,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #8F5F6C

#8F5F6C
(143,95,108)
#996D79
(153,109,121)
#A37B86
(163,123,134)
#AD8993
(173,137,147)
#B797A0
(183,151,160)
#C1A5AD
(193,165,173)
#CBB3BA
(203,179,186)
#D5C1C7
(213,193,199)
#DFCFD4
(223,207,212)
#E9DDE1
(233,221,225)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5F6C; }

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

This text font color is #8F5F6C.

Background Color

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

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

This div background color is #8F5F6C.

Border color

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

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

This div border color is #8F5F6C.

Opacity

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

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

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

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

This text has shadow with #8F5F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5F6C.

Preview

Color preview on black background

This text has color #8F5F6C on black background.


Color preview on white background

This text has color #8F5F6C on white background.


Black color preview on #8F5F6C background

This text has black color on #8F5F6C background.


White color preview on #8F5F6C background

This text has white color on #8F5F6C background.


Related colors

Complementary color

Complementary color for #hex is #70A093.


I love getcolorcode.com

Triadic colors

1 #6C8F5F and #5F6C8F with #8F5F6C are triadic colors.

2 #6C5F8F and #5F8F6C with #8F5F6C are triadic colors.