COLOR #8F5E78

HEX: #8F5E78
RGB: (143,94,120)

Color info

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

RGB color model

#8F5E78 color RGB value is (143,94,120).

  • red value is 143;
  • green value is 94;
  • blue value is 120.
RGB:
(143,94,120)
(56%,37%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 94 of 255 = 37%
B 120 of 255 = 47%

143
94
120

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

Portions of RGB colors in percentages

R + G + B =
143 + 94 + 120 = 357 (100%)
R 143 of 357 ~ 40.06%
G 94 of 357 ~ 26.33%
B 120 of 357 ~ 33.61%

%40.06
%26.33
%33.61

CMYK color model

#8F5E78 color CMYK value is (0,34,16,44).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 16.08%
  • key color value is 43.92%
CMYK:
(0,34,16,44)
C0M34Y16K44 
(0%,34%,16%,44%)
(0.00/0.34/0.16/0.44)	

CMYK percentages

%0
%34.27
%16.08
%43.92

Codes

Color #8F5E78 in popluar color models

8F5E78
RGB14394120
HSL328°20.68%46.47%
HSB/HSV328°34.27%56.08%
CMYK0.00%34.27%16.08%
43.92%

Color #8F5E78 in popluar number systems.

HEX8F5E78
Decimal14394120
Binary1000111110111101111000
Octal217136170

Shades and tints

Shades of #8F5E78

#8F5E78
(143,94,120)
#82566E
(130,86,110)
#754E64
(117,78,100)
#68465A
(104,70,90)
#5B3E50
(91,62,80)
#4E3646
(78,54,70)
#412E3C
(65,46,60)
#342632
(52,38,50)
#271E28
(39,30,40)
#1A161E
(26,22,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #8F5E78

#8F5E78
(143,94,120)
#996C84
(153,108,132)
#A37A90
(163,122,144)
#AD889C
(173,136,156)
#B796A8
(183,150,168)
#C1A4B4
(193,164,180)
#CBB2C0
(203,178,192)
#D5C0CC
(213,192,204)
#DFCED8
(223,206,216)
#E9DCE4
(233,220,228)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5E78; }

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

This text font color is #8F5E78.


Background Color

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

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

This div background color is #8F5E78.


Border color

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

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

This div border color is #8F5E78.


Opacity

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

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

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

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

This text has shadow with #8F5E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5E78 on black background.


Color preview on white background

This text has color #8F5E78 on white background.



Black color preview on #8F5E78 background

This text has black color on #8F5E78 background.


White color preview on #8F5E78 background

This text has white color on #8F5E78 background.