COLOR #986CC9

HEX: #986CC9
RGB: (152,108,201)

Color info

#986CC9 contains mainly red and blue colors. Web safe color of #986CC9 is #9966CC (or #96C).

RGB color model

#986CC9 color RGB value is (152,108,201).

  • red value is 152;
  • green value is 108;
  • blue value is 201.
RGB:
(152,108,201)
(60%,42%,79%)

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 201 of 255 = 79%

152
108
201

R + G + B ~ 60%. #986CC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 108 + 201 = 461 (100%)
R 152 of 461 ~ 32.97%
G 108 of 461 ~ 23.43%
B 201 of 461 ~ 43.6%

%32.97
%23.43
%43.6

CMYK color model

#986CC9 color CMYK value is (24,46,0,21).

  • cyan value is 24.38%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(24,46,0,21)
C24M46Y0K21 
(24%,46%,0%,21%)
(0.24/0.46/0.00/0.21)	

CMYK percentages

%24.38
%46.27
%0
%21.18

Codes

Color #986CC9 in popluar color models

986CC9
RGB152108201
HSL268°46.27%60.59%
HSB/HSV268°46.27%78.82%
CMYK24.38%46.27%0.00%
21.18%

Color #986CC9 in popluar number systems.

HEX986CC9
Decimal152108201
Binary10011000110110011001001
Octal230154311

Shades and tints

Shades of #986CC9

#986CC9
(152,108,201)
#8B63B7
(139,99,183)
#7E5AA5
(126,90,165)
#715193
(113,81,147)
#644881
(100,72,129)
#573F6F
(87,63,111)
#4A365D
(74,54,93)
#3D2D4B
(61,45,75)
#302439
(48,36,57)
#231B27
(35,27,39)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #986CC9

#986CC9
(152,108,201)
#A179CD
(161,121,205)
#AA86D1
(170,134,209)
#B393D5
(179,147,213)
#BCA0D9
(188,160,217)
#C5ADDD
(197,173,221)
#CEBAE1
(206,186,225)
#D7C7E5
(215,199,229)
#E0D4E9
(224,212,233)
#E9E1ED
(233,225,237)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986CC9 color. Also use rgb(152,108,201) instead hex code.

Text Font Color

.myTextColor { color: #986CC9; }

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

This text font color is #986CC9.


Background Color

.myBgColor { background-color: #986CC9; }

<div style="background-color:#986CC9">Inner text</div>

This div background color is #986CC9.


Border color

.myBorderColor { border: 1px solid #986CC9; }

<div style="border:3px solid #986CC9">Div</div>

This div border color is #986CC9.


Opacity

.myOpacity80 { color: #986CC9; opacity: 0.8; }

<p style="color:#986CC9;opacity:0.8;">80%</p>

Text with #986CC9 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 #986CC9;}

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

This text has shadow with #986CC9 color.

.textShadow {text-shadow: 3px 3px 1px #986CC9, 3px 3px 1px red;}

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

This text has shadow with #986CC9 primary color and red secondary color.


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

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

This text has shadow with #986CC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986CC9 on black background.


Color preview on white background

This text has color #986CC9 on white background.



Black color preview on #986CC9 background

This text has black color on #986CC9 background.


White color preview on #986CC9 background

This text has white color on #986CC9 background.