COLOR #8986D1

HEX: #8986D1
RGB: (137,134,209)

Color info

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

RGB color model

#8986D1 color RGB value is (137,134,209).

  • red value is 137;
  • green value is 134;
  • blue value is 209.
RGB:
(137,134,209)
(54%,53%,82%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 209 of 255 = 82%

137
134
209

R + G + B ~ 63%. #8986D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 209 = 480 (100%)
R 137 of 480 ~ 28.54%
G 134 of 480 ~ 27.92%
B 209 of 480 ~ 43.54%

%28.54
%27.92
%43.54

CMYK color model

#8986D1 color CMYK value is (34,36,0,18).

  • cyan value is 34.45%
  • magenta value is 35.89%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(34,36,0,18)
C34M36Y0K18 
(34%,36%,0%,18%)
(0.34/0.36/0.00/0.18)	

CMYK percentages

%34.45
%35.89
%0
%18.04

Codes

Color #8986D1 in popluar color models

8986D1
RGB137134209
HSL242°44.91%67.25%
HSB/HSV242°35.89%81.96%
CMYK34.45%35.89%0.00%
18.04%

Color #8986D1 in popluar number systems.

HEX8986D1
Decimal137134209
Binary100010011000011011010001
Octal211206321

Shades and tints

Shades of #8986D1

#8986D1
(137,134,209)
#7D7ABE
(125,122,190)
#716EAB
(113,110,171)
#656298
(101,98,152)
#595685
(89,86,133)
#4D4A72
(77,74,114)
#413E5F
(65,62,95)
#35324C
(53,50,76)
#292639
(41,38,57)
#1D1A26
(29,26,38)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #8986D1

#8986D1
(137,134,209)
#9391D5
(147,145,213)
#9D9CD9
(157,156,217)
#A7A7DD
(167,167,221)
#B1B2E1
(177,178,225)
#BBBDE5
(187,189,229)
#C5C8E9
(197,200,233)
#CFD3ED
(207,211,237)
#D9DEF1
(217,222,241)
#E3E9F5
(227,233,245)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8986D1 color. Also use rgb(137,134,209) instead hex code.

Text Font Color

.myTextColor { color: #8986D1; }

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

This text font color is #8986D1.


Background Color

.myBgColor { background-color: #8986D1; }

<div style="background-color:#8986D1">Inner text</div>

This div background color is #8986D1.


Border color

.myBorderColor { border: 1px solid #8986D1; }

<div style="border:3px solid #8986D1">Div</div>

This div border color is #8986D1.


Opacity

.myOpacity80 { color: #8986D1; opacity: 0.8; }

<p style="color:#8986D1;opacity:0.8;">80%</p>

Text with #8986D1 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 #8986D1;}

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

This text has shadow with #8986D1 color.

.textShadow {text-shadow: 3px 3px 1px #8986D1, 3px 3px 1px red;}

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

This text has shadow with #8986D1 primary color and red secondary color.


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

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

This text has shadow with #8986D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8986D1 on black background.


Color preview on white background

This text has color #8986D1 on white background.



Black color preview on #8986D1 background

This text has black color on #8986D1 background.


White color preview on #8986D1 background

This text has white color on #8986D1 background.