COLOR #8F466C

HEX: #8F466C
RGB: (143,70,108)

Color info

#8F466C contains mainly red and blue colors. Web safe color of #8F466C is #993366 (or #936).

RGB color model

#8F466C color RGB value is (143,70,108).

  • red value is 143;
  • green value is 70;
  • blue value is 108.
RGB:
(143,70,108)
(56%,27%,42%)

RGB channels and saturation

R 143 of 255 = 56%
G 70 of 255 = 27%
B 108 of 255 = 42%

143
70
108

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

Portions of RGB colors in percentages

R + G + B =
143 + 70 + 108 = 321 (100%)
R 143 of 321 ~ 44.55%
G 70 of 321 ~ 21.81%
B 108 of 321 ~ 33.64%

%44.55
%21.81
%33.64

CMYK color model

#8F466C color CMYK value is (0,51,24,44).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 24.48%
  • key color value is 43.92%
CMYK:
(0,51,24,44)
C0M51Y24K44 
(0%,51%,24%,44%)
(0.00/0.51/0.24/0.44)	

CMYK percentages

%0
%51.05
%24.48
%43.92

Codes

Color #8F466C in popluar color models

8F466C
RGB14370108
HSL329°34.27%41.76%
HSB/HSV329°51.05%56.08%
CMYK0.00%51.05%24.48%
43.92%

Color #8F466C in popluar number systems.

HEX8F466C
Decimal14370108
Binary1000111110001101101100
Octal217106154

Shades and tints

Shades of #8F466C

#8F466C
(143,70,108)
#824063
(130,64,99)
#753A5A
(117,58,90)
#683451
(104,52,81)
#5B2E48
(91,46,72)
#4E283F
(78,40,63)
#412236
(65,34,54)
#341C2D
(52,28,45)
#271624
(39,22,36)
#1A101B
(26,16,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #8F466C

#8F466C
(143,70,108)
#995679
(153,86,121)
#A36686
(163,102,134)
#AD7693
(173,118,147)
#B786A0
(183,134,160)
#C196AD
(193,150,173)
#CBA6BA
(203,166,186)
#D5B6C7
(213,182,199)
#DFC6D4
(223,198,212)
#E9D6E1
(233,214,225)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F466C; }

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

This text font color is #8F466C.


Background Color

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

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

This div background color is #8F466C.


Border color

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

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

This div border color is #8F466C.


Opacity

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

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

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

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

This text has shadow with #8F466C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F466C on black background.


Color preview on white background

This text has color #8F466C on white background.



Black color preview on #8F466C background

This text has black color on #8F466C background.


White color preview on #8F466C background

This text has white color on #8F466C background.