COLOR #8F8DCE

HEX: #8F8DCE
RGB: (143,141,206)

Color info

#8F8DCE contains mainly blue color. Web safe color of #8F8DCE is #9999CC (or #99C).

RGB color model

#8F8DCE color RGB value is (143,141,206).

  • red value is 143;
  • green value is 141;
  • blue value is 206.
RGB:
(143,141,206)
(56%,55%,81%)

RGB channels and saturation

R 143 of 255 = 56%
G 141 of 255 = 55%
B 206 of 255 = 81%

143
141
206

R + G + B ~ 64%. #8F8DCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 141 + 206 = 490 (100%)
R 143 of 490 ~ 29.18%
G 141 of 490 ~ 28.78%
B 206 of 490 ~ 42.04%

%29.18
%28.78
%42.04

CMYK color model

#8F8DCE color CMYK value is (31,32,0,19).

  • cyan value is 30.58%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(31,32,0,19)
C31M32Y0K19 
(31%,32%,0%,19%)
(0.31/0.32/0.00/0.19)	

CMYK percentages

%30.58
%31.55
%0
%19.22

Codes

Color #8F8DCE in popluar color models

8F8DCE
RGB143141206
HSL242°39.88%68.04%
HSB/HSV242°31.55%80.78%
CMYK30.58%31.55%0.00%
19.22%

Color #8F8DCE in popluar number systems.

HEX8F8DCE
Decimal143141206
Binary100011111000110111001110
Octal217215316

Shades and tints

Shades of #8F8DCE

#8F8DCE
(143,141,206)
#8281BC
(130,129,188)
#7575AA
(117,117,170)
#686998
(104,105,152)
#5B5D86
(91,93,134)
#4E5174
(78,81,116)
#414562
(65,69,98)
#343950
(52,57,80)
#272D3E
(39,45,62)
#1A212C
(26,33,44)
#0D151A
(13,21,26)
#000000
(0,0,0)

Tints of #8F8DCE

#8F8DCE
(143,141,206)
#9997D2
(153,151,210)
#A3A1D6
(163,161,214)
#ADABDA
(173,171,218)
#B7B5DE
(183,181,222)
#C1BFE2
(193,191,226)
#CBC9E6
(203,201,230)
#D5D3EA
(213,211,234)
#DFDDEE
(223,221,238)
#E9E7F2
(233,231,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8DCE; }

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

This text font color is #8F8DCE.


Background Color

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

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

This div background color is #8F8DCE.


Border color

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

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

This div border color is #8F8DCE.


Opacity

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

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

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

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

This text has shadow with #8F8DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8DCE on black background.


Color preview on white background

This text has color #8F8DCE on white background.



Black color preview on #8F8DCE background

This text has black color on #8F8DCE background.


White color preview on #8F8DCE background

This text has white color on #8F8DCE background.