COLOR #8D8FE6

HEX: #8D8FE6
RGB: (141,143,230)

Color info

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

RGB color model

#8D8FE6 color RGB value is (141,143,230).

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

RGB channels and saturation

R 141 of 255 = 55%
G 143 of 255 = 56%
B 230 of 255 = 90%

141
143
230

R + G + B ~ 67%. #8D8FE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 143 + 230 = 514 (100%)
R 141 of 514 ~ 27.43%
G 143 of 514 ~ 27.82%
B 230 of 514 ~ 44.75%

%27.43
%27.82
%44.75

CMYK color model

#8D8FE6 color CMYK value is (39,38,0,10).

  • cyan value is 38.70%
  • magenta value is 37.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(39,38,0,10)
C39M38Y0K10 
(39%,38%,0%,10%)
(0.39/0.38/0.00/0.10)	

CMYK percentages

%38.7
%37.83
%0
%9.8

Codes

Color #8D8FE6 in popluar color models

8D8FE6
RGB141143230
HSL239°64.03%72.75%
HSB/HSV239°38.70%90.20%
CMYK38.70%37.83%0.00%
9.80%

Color #8D8FE6 in popluar number systems.

HEX8D8FE6
Decimal141143230
Binary100011011000111111100110
Octal215217346

Shades and tints

Shades of #8D8FE6

#8D8FE6
(141,143,230)
#8182D2
(129,130,210)
#7575BE
(117,117,190)
#6968AA
(105,104,170)
#5D5B96
(93,91,150)
#514E82
(81,78,130)
#45416E
(69,65,110)
#39345A
(57,52,90)
#2D2746
(45,39,70)
#211A32
(33,26,50)
#150D1E
(21,13,30)
#000000
(0,0,0)

Tints of #8D8FE6

#8D8FE6
(141,143,230)
#9799E8
(151,153,232)
#A1A3EA
(161,163,234)
#ABADEC
(171,173,236)
#B5B7EE
(181,183,238)
#BFC1F0
(191,193,240)
#C9CBF2
(201,203,242)
#D3D5F4
(211,213,244)
#DDDFF6
(221,223,246)
#E7E9F8
(231,233,248)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8FE6; }

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

This text font color is #8D8FE6.


Background Color

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

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

This div background color is #8D8FE6.


Border color

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

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

This div border color is #8D8FE6.


Opacity

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

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

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

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

This text has shadow with #8D8FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8FE6 on black background.


Color preview on white background

This text has color #8D8FE6 on white background.



Black color preview on #8D8FE6 background

This text has black color on #8D8FE6 background.


White color preview on #8D8FE6 background

This text has white color on #8D8FE6 background.