COLOR #8F78A7

HEX: #8F78A7
RGB: (143,120,167)

Color info

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

RGB color model

#8F78A7 color RGB value is (143,120,167).

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

RGB channels and saturation

R 143 of 255 = 56%
G 120 of 255 = 47%
B 167 of 255 = 65%

143
120
167

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

Portions of RGB colors in percentages

R + G + B =
143 + 120 + 167 = 430 (100%)
R 143 of 430 ~ 33.26%
G 120 of 430 ~ 27.91%
B 167 of 430 ~ 38.84%

%33.26
%27.91
%38.84

CMYK color model

#8F78A7 color CMYK value is (14,28,0,35).

  • cyan value is 14.37%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(14,28,0,35)
C14M28Y0K35 
(14%,28%,0%,35%)
(0.14/0.28/0.00/0.35)	

CMYK percentages

%14.37
%28.14
%0
%34.51

Codes

Color #8F78A7 in popluar color models

8F78A7
RGB143120167
HSL269°21.08%56.27%
HSB/HSV269°28.14%65.49%
CMYK14.37%28.14%0.00%
34.51%

Color #8F78A7 in popluar number systems.

HEX8F78A7
Decimal143120167
Binary10001111111100010100111
Octal217170247

Shades and tints

Shades of #8F78A7

#8F78A7
(143,120,167)
#826E98
(130,110,152)
#756489
(117,100,137)
#685A7A
(104,90,122)
#5B506B
(91,80,107)
#4E465C
(78,70,92)
#413C4D
(65,60,77)
#34323E
(52,50,62)
#27282F
(39,40,47)
#1A1E20
(26,30,32)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8F78A7

#8F78A7
(143,120,167)
#9984AF
(153,132,175)
#A390B7
(163,144,183)
#AD9CBF
(173,156,191)
#B7A8C7
(183,168,199)
#C1B4CF
(193,180,207)
#CBC0D7
(203,192,215)
#D5CCDF
(213,204,223)
#DFD8E7
(223,216,231)
#E9E4EF
(233,228,239)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F78A7; }

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

This text font color is #8F78A7.


Background Color

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

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

This div background color is #8F78A7.


Border color

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

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

This div border color is #8F78A7.


Opacity

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

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

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

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

This text has shadow with #8F78A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F78A7 on black background.


Color preview on white background

This text has color #8F78A7 on white background.



Black color preview on #8F78A7 background

This text has black color on #8F78A7 background.


White color preview on #8F78A7 background

This text has white color on #8F78A7 background.