COLOR #8F8DC1

HEX: #8F8DC1
RGB: (143,141,193)

Color info

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

RGB color model

#8F8DC1 color RGB value is (143,141,193).

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

RGB channels and saturation

R 143 of 255 = 56%
G 141 of 255 = 55%
B 193 of 255 = 76%

143
141
193

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

Portions of RGB colors in percentages

R + G + B =
143 + 141 + 193 = 477 (100%)
R 143 of 477 ~ 29.98%
G 141 of 477 ~ 29.56%
B 193 of 477 ~ 40.46%

%29.98
%29.56
%40.46

CMYK color model

#8F8DC1 color CMYK value is (26,27,0,24).

  • cyan value is 25.91%
  • magenta value is 26.94%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,27,0,24)
C26M27Y0K24 
(26%,27%,0%,24%)
(0.26/0.27/0.00/0.24)	

CMYK percentages

%25.91
%26.94
%0
%24.31

Codes

Color #8F8DC1 in popluar color models

8F8DC1
RGB143141193
HSL242°29.55%65.49%
HSB/HSV242°26.94%75.69%
CMYK25.91%26.94%0.00%
24.31%

Color #8F8DC1 in popluar number systems.

HEX8F8DC1
Decimal143141193
Binary100011111000110111000001
Octal217215301

Shades and tints

Shades of #8F8DC1

#8F8DC1
(143,141,193)
#8281B0
(130,129,176)
#75759F
(117,117,159)
#68698E
(104,105,142)
#5B5D7D
(91,93,125)
#4E516C
(78,81,108)
#41455B
(65,69,91)
#34394A
(52,57,74)
#272D39
(39,45,57)
#1A2128
(26,33,40)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #8F8DC1

#8F8DC1
(143,141,193)
#9997C6
(153,151,198)
#A3A1CB
(163,161,203)
#ADABD0
(173,171,208)
#B7B5D5
(183,181,213)
#C1BFDA
(193,191,218)
#CBC9DF
(203,201,223)
#D5D3E4
(213,211,228)
#DFDDE9
(223,221,233)
#E9E7EE
(233,231,238)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8DC1; }

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

This text font color is #8F8DC1.


Background Color

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

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

This div background color is #8F8DC1.


Border color

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

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

This div border color is #8F8DC1.


Opacity

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

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

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

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

This text has shadow with #8F8DC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8DC1 on black background.


Color preview on white background

This text has color #8F8DC1 on white background.



Black color preview on #8F8DC1 background

This text has black color on #8F8DC1 background.


White color preview on #8F8DC1 background

This text has white color on #8F8DC1 background.