COLOR #8D9DF6

HEX: #8D9DF6
RGB: (141,157,246)

Color info

#8D9DF6 contains mainly blue color. Web safe color of #8D9DF6 is #9999FF (or #99F).

RGB color model

#8D9DF6 color RGB value is (141,157,246).

  • red value is 141;
  • green value is 157;
  • blue value is 246.
RGB:
(141,157,246)
(55%,62%,96%)

RGB channels and saturation

R 141 of 255 = 55%
G 157 of 255 = 62%
B 246 of 255 = 96%

141
157
246

R + G + B ~ 71%. #8D9DF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 157 + 246 = 544 (100%)
R 141 of 544 ~ 25.92%
G 157 of 544 ~ 28.86%
B 246 of 544 ~ 45.22%

%25.92
%28.86
%45.22

CMYK color model

#8D9DF6 color CMYK value is (43,36,0,4).

  • cyan value is 42.68%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(43,36,0,4)
C43M36Y0K4 
(43%,36%,0%,4%)
(0.43/0.36/0.00/0.04)	

CMYK percentages

%42.68
%36.18
%0
%3.53

Codes

Color #8D9DF6 in popluar color models

8D9DF6
RGB141157246
HSL231°85.37%75.88%
HSB/HSV231°42.68%96.47%
CMYK42.68%36.18%0.00%
3.53%

Color #8D9DF6 in popluar number systems.

HEX8D9DF6
Decimal141157246
Binary100011011001110111110110
Octal215235366

Shades and tints

Shades of #8D9DF6

#8D9DF6
(141,157,246)
#818FE0
(129,143,224)
#7581CA
(117,129,202)
#6973B4
(105,115,180)
#5D659E
(93,101,158)
#515788
(81,87,136)
#454972
(69,73,114)
#393B5C
(57,59,92)
#2D2D46
(45,45,70)
#211F30
(33,31,48)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #8D9DF6

#8D9DF6
(141,157,246)
#97A5F6
(151,165,246)
#A1ADF6
(161,173,246)
#ABB5F6
(171,181,246)
#B5BDF6
(181,189,246)
#BFC5F6
(191,197,246)
#C9CDF6
(201,205,246)
#D3D5F6
(211,213,246)
#DDDDF6
(221,221,246)
#E7E5F6
(231,229,246)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9DF6 color. Also use rgb(141,157,246) instead hex code.

Text Font Color

.myTextColor { color: #8D9DF6; }

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

This text font color is #8D9DF6.


Background Color

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

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

This div background color is #8D9DF6.


Border color

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

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

This div border color is #8D9DF6.


Opacity

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

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

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

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

This text has shadow with #8D9DF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9DF6 on black background.


Color preview on white background

This text has color #8D9DF6 on white background.



Black color preview on #8D9DF6 background

This text has black color on #8D9DF6 background.


White color preview on #8D9DF6 background

This text has white color on #8D9DF6 background.