COLOR #8F8FC6

HEX: #8F8FC6
RGB: (143,143,198)

Color info

#8F8FC6 contains red, green and blue colors in about the same proportion. Web safe color of #8F8FC6 is #9999CC (or #99C).

RGB color model

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

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

RGB channels and saturation

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

143
143
198

R + G + B ~ 63%. #8F8FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 143 + 198 = 484 (100%)
R 143 of 484 ~ 29.55%
G 143 of 484 ~ 29.55%
B 198 of 484 ~ 40.91%

%29.55
%29.55
%40.91

CMYK color model

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

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

CMYK percentages

%27.78
%27.78
%0
%22.35

Codes

Color #8F8FC6 in popluar color models

8F8FC6
RGB143143198
HSL240°32.54%66.86%
HSB/HSV240°27.78%77.65%
CMYK27.78%27.78%0.00%
22.35%

Color #8F8FC6 in popluar number systems.

HEX8F8FC6
Decimal143143198
Binary100011111000111111000110
Octal217217306

Shades and tints

Shades of #8F8FC6

#8F8FC6
(143,143,198)
#8282B4
(130,130,180)
#7575A2
(117,117,162)
#686890
(104,104,144)
#5B5B7E
(91,91,126)
#4E4E6C
(78,78,108)
#41415A
(65,65,90)
#343448
(52,52,72)
#272736
(39,39,54)
#1A1A24
(26,26,36)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #8F8FC6

#8F8FC6
(143,143,198)
#9999CB
(153,153,203)
#A3A3D0
(163,163,208)
#ADADD5
(173,173,213)
#B7B7DA
(183,183,218)
#C1C1DF
(193,193,223)
#CBCBE4
(203,203,228)
#D5D5E9
(213,213,233)
#DFDFEE
(223,223,238)
#E9E9F3
(233,233,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8FC6; }

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

This text font color is #8F8FC6.


Background Color

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

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

This div background color is #8F8FC6.


Border color

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

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

This div border color is #8F8FC6.


Opacity

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

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

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

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

This text has shadow with #8F8FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8FC6 on black background.


Color preview on white background

This text has color #8F8FC6 on white background.



Black color preview on #8F8FC6 background

This text has black color on #8F8FC6 background.


White color preview on #8F8FC6 background

This text has white color on #8F8FC6 background.