COLOR #986DE7

HEX: #986DE7
RGB: (152,109,231)

Color info

#986DE7 contains mainly blue color. Web safe color of #986DE7 is #9966FF (or #96F).

RGB color model

#986DE7 color RGB value is (152,109,231).

  • red value is 152;
  • green value is 109;
  • blue value is 231.
RGB:
(152,109,231)
(60%,43%,91%)

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 231 of 255 = 91%

152
109
231

R + G + B ~ 65%. #986DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 231 = 492 (100%)
R 152 of 492 ~ 30.89%
G 109 of 492 ~ 22.15%
B 231 of 492 ~ 46.95%

%30.89
%22.15
%46.95

CMYK color model

#986DE7 color CMYK value is (34,53,0,9).

  • cyan value is 34.20%
  • magenta value is 52.81%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(34,53,0,9)
C34M53Y0K9 
(34%,53%,0%,9%)
(0.34/0.53/0.00/0.09)	

CMYK percentages

%34.2
%52.81
%0
%9.41

Codes

Color #986DE7 in popluar color models

986DE7
RGB152109231
HSL261°71.76%66.67%
HSB/HSV261°52.81%90.59%
CMYK34.20%52.81%0.00%
9.41%

Color #986DE7 in popluar number systems.

HEX986DE7
Decimal152109231
Binary10011000110110111100111
Octal230155347

Shades and tints

Shades of #986DE7

#986DE7
(152,109,231)
#8B64D2
(139,100,210)
#7E5BBD
(126,91,189)
#7152A8
(113,82,168)
#644993
(100,73,147)
#57407E
(87,64,126)
#4A3769
(74,55,105)
#3D2E54
(61,46,84)
#30253F
(48,37,63)
#231C2A
(35,28,42)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #986DE7

#986DE7
(152,109,231)
#A17AE9
(161,122,233)
#AA87EB
(170,135,235)
#B394ED
(179,148,237)
#BCA1EF
(188,161,239)
#C5AEF1
(197,174,241)
#CEBBF3
(206,187,243)
#D7C8F5
(215,200,245)
#E0D5F7
(224,213,247)
#E9E2F9
(233,226,249)
#F2EFFB
(242,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986DE7 color. Also use rgb(152,109,231) instead hex code.

Text Font Color

.myTextColor { color: #986DE7; }

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

This text font color is #986DE7.


Background Color

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

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

This div background color is #986DE7.


Border color

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

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

This div border color is #986DE7.


Opacity

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

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

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

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

This text has shadow with #986DE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986DE7 on black background.


Color preview on white background

This text has color #986DE7 on white background.



Black color preview on #986DE7 background

This text has black color on #986DE7 background.


White color preview on #986DE7 background

This text has white color on #986DE7 background.