COLOR #8F84C6

HEX: #8F84C6
RGB: (143,132,198)

Color info

#8F84C6 contains mainly red and blue colors. Web safe color of #8F84C6 is #9999CC (or #99C).

RGB color model

#8F84C6 color RGB value is (143,132,198).

  • red value is 143;
  • green value is 132;
  • blue value is 198.
RGB:
(143,132,198)
(56%,52%,78%)

RGB channels and saturation

R 143 of 255 = 56%
G 132 of 255 = 52%
B 198 of 255 = 78%

143
132
198

R + G + B ~ 62%. #8F84C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 132 + 198 = 473 (100%)
R 143 of 473 ~ 30.23%
G 132 of 473 ~ 27.91%
B 198 of 473 ~ 41.86%

%30.23
%27.91
%41.86

CMYK color model

#8F84C6 color CMYK value is (28,33,0,22).

  • cyan value is 27.78%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(28,33,0,22)
C28M33Y0K22 
(28%,33%,0%,22%)
(0.28/0.33/0.00/0.22)	

CMYK percentages

%27.78
%33.33
%0
%22.35

Codes

Color #8F84C6 in popluar color models

8F84C6
RGB143132198
HSL250°36.67%64.71%
HSB/HSV250°33.33%77.65%
CMYK27.78%33.33%0.00%
22.35%

Color #8F84C6 in popluar number systems.

HEX8F84C6
Decimal143132198
Binary100011111000010011000110
Octal217204306

Shades and tints

Shades of #8F84C6

#8F84C6
(143,132,198)
#8278B4
(130,120,180)
#756CA2
(117,108,162)
#686090
(104,96,144)
#5B547E
(91,84,126)
#4E486C
(78,72,108)
#413C5A
(65,60,90)
#343048
(52,48,72)
#272436
(39,36,54)
#1A1824
(26,24,36)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #8F84C6

#8F84C6
(143,132,198)
#998FCB
(153,143,203)
#A39AD0
(163,154,208)
#ADA5D5
(173,165,213)
#B7B0DA
(183,176,218)
#C1BBDF
(193,187,223)
#CBC6E4
(203,198,228)
#D5D1E9
(213,209,233)
#DFDCEE
(223,220,238)
#E9E7F3
(233,231,243)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F84C6 color. Also use rgb(143,132,198) instead hex code.

Text Font Color

.myTextColor { color: #8F84C6; }

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

This text font color is #8F84C6.


Background Color

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

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

This div background color is #8F84C6.


Border color

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

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

This div border color is #8F84C6.


Opacity

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

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

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

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

This text has shadow with #8F84C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F84C6 on black background.


Color preview on white background

This text has color #8F84C6 on white background.



Black color preview on #8F84C6 background

This text has black color on #8F84C6 background.


White color preview on #8F84C6 background

This text has white color on #8F84C6 background.