COLOR #986CD3

HEX: #986CD3
RGB: (152,108,211)

Color info

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

RGB color model

#986CD3 color RGB value is (152,108,211).

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

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 211 of 255 = 83%

152
108
211

R + G + B ~ 62%. #986CD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 108 + 211 = 471 (100%)
R 152 of 471 ~ 32.27%
G 108 of 471 ~ 22.93%
B 211 of 471 ~ 44.8%

%32.27
%22.93
%44.8

CMYK color model

#986CD3 color CMYK value is (28,49,0,17).

  • cyan value is 27.96%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(28,49,0,17)
C28M49Y0K17 
(28%,49%,0%,17%)
(0.28/0.49/0.00/0.17)	

CMYK percentages

%27.96
%48.82
%0
%17.25

Codes

Color #986CD3 in popluar color models

986CD3
RGB152108211
HSL266°53.93%62.55%
HSB/HSV266°48.82%82.75%
CMYK27.96%48.82%0.00%
17.25%

Color #986CD3 in popluar number systems.

HEX986CD3
Decimal152108211
Binary10011000110110011010011
Octal230154323

Shades and tints

Shades of #986CD3

#986CD3
(152,108,211)
#8B63C0
(139,99,192)
#7E5AAD
(126,90,173)
#71519A
(113,81,154)
#644887
(100,72,135)
#573F74
(87,63,116)
#4A3661
(74,54,97)
#3D2D4E
(61,45,78)
#30243B
(48,36,59)
#231B28
(35,27,40)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #986CD3

#986CD3
(152,108,211)
#A179D7
(161,121,215)
#AA86DB
(170,134,219)
#B393DF
(179,147,223)
#BCA0E3
(188,160,227)
#C5ADE7
(197,173,231)
#CEBAEB
(206,186,235)
#D7C7EF
(215,199,239)
#E0D4F3
(224,212,243)
#E9E1F7
(233,225,247)
#F2EEFB
(242,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986CD3; }

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

This text font color is #986CD3.


Background Color

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

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

This div background color is #986CD3.


Border color

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

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

This div border color is #986CD3.


Opacity

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

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

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

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

This text has shadow with #986CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986CD3 on black background.


Color preview on white background

This text has color #986CD3 on white background.



Black color preview on #986CD3 background

This text has black color on #986CD3 background.


White color preview on #986CD3 background

This text has white color on #986CD3 background.