COLOR #8F7488

HEX: #8F7488
RGB: (143,116,136)

Color info

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

RGB color model

#8F7488 color RGB value is (143,116,136).

  • red value is 143;
  • green value is 116;
  • blue value is 136.
RGB:
(143,116,136)
(56%,45%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 136 of 255 = 53%

143
116
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 136 = 395 (100%)
R 143 of 395 ~ 36.2%
G 116 of 395 ~ 29.37%
B 136 of 395 ~ 34.43%

%36.2
%29.37
%34.43

CMYK color model

#8F7488 color CMYK value is (0,19,5,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(0,19,5,44)
C0M19Y5K44 
(0%,19%,5%,44%)
(0.00/0.19/0.05/0.44)	

CMYK percentages

%0
%18.88
%4.9
%43.92

Codes

Color #8F7488 in popluar color models

8F7488
RGB143116136
HSL316°10.76%50.78%
HSB/HSV316°18.88%56.08%
CMYK0.00%18.88%4.90%
43.92%

Color #8F7488 in popluar number systems.

HEX8F7488
Decimal143116136
Binary10001111111010010001000
Octal217164210

Shades and tints

Shades of #8F7488

#8F7488
(143,116,136)
#826A7C
(130,106,124)
#756070
(117,96,112)
#685664
(104,86,100)
#5B4C58
(91,76,88)
#4E424C
(78,66,76)
#413840
(65,56,64)
#342E34
(52,46,52)
#272428
(39,36,40)
#1A1A1C
(26,26,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8F7488

#8F7488
(143,116,136)
#998092
(153,128,146)
#A38C9C
(163,140,156)
#AD98A6
(173,152,166)
#B7A4B0
(183,164,176)
#C1B0BA
(193,176,186)
#CBBCC4
(203,188,196)
#D5C8CE
(213,200,206)
#DFD4D8
(223,212,216)
#E9E0E2
(233,224,226)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7488; }

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

This text font color is #8F7488.


Background Color

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

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

This div background color is #8F7488.


Border color

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

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

This div border color is #8F7488.


Opacity

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

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

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

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

This text has shadow with #8F7488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7488 on black background.


Color preview on white background

This text has color #8F7488 on white background.



Black color preview on #8F7488 background

This text has black color on #8F7488 background.


White color preview on #8F7488 background

This text has white color on #8F7488 background.