COLOR #8986CC

HEX: #8986CC
RGB: (137,134,204)

Color info

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

RGB color model

#8986CC color RGB value is (137,134,204).

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

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 204 of 255 = 80%

137
134
204

R + G + B ~ 62%. #8986CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 204 = 475 (100%)
R 137 of 475 ~ 28.84%
G 134 of 475 ~ 28.21%
B 204 of 475 ~ 42.95%

%28.84
%28.21
%42.95

CMYK color model

#8986CC color CMYK value is (33,34,0,20).

  • cyan value is 32.84%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,34,0,20)
C33M34Y0K20 
(33%,34%,0%,20%)
(0.33/0.34/0.00/0.20)	

CMYK percentages

%32.84
%34.31
%0
%20

Codes

Color #8986CC in popluar color models

8986CC
RGB137134204
HSL243°40.70%66.27%
HSB/HSV243°34.31%80.00%
CMYK32.84%34.31%0.00%
20.00%

Color #8986CC in popluar number systems.

HEX8986CC
Decimal137134204
Binary100010011000011011001100
Octal211206314

Shades and tints

Shades of #8986CC

#8986CC
(137,134,204)
#7D7ABA
(125,122,186)
#716EA8
(113,110,168)
#656296
(101,98,150)
#595684
(89,86,132)
#4D4A72
(77,74,114)
#413E60
(65,62,96)
#35324E
(53,50,78)
#29263C
(41,38,60)
#1D1A2A
(29,26,42)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #8986CC

#8986CC
(137,134,204)
#9391D0
(147,145,208)
#9D9CD4
(157,156,212)
#A7A7D8
(167,167,216)
#B1B2DC
(177,178,220)
#BBBDE0
(187,189,224)
#C5C8E4
(197,200,228)
#CFD3E8
(207,211,232)
#D9DEEC
(217,222,236)
#E3E9F0
(227,233,240)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8986CC; }

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

This text font color is #8986CC.


Background Color

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

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

This div background color is #8986CC.


Border color

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

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

This div border color is #8986CC.


Opacity

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

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

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

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

This text has shadow with #8986CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8986CC on black background.


Color preview on white background

This text has color #8986CC on white background.



Black color preview on #8986CC background

This text has black color on #8986CC background.


White color preview on #8986CC background

This text has white color on #8986CC background.