COLOR #986DB7

HEX: #986DB7
RGB: (152,109,183)

Color info

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

RGB color model

#986DB7 color RGB value is (152,109,183).

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

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 183 of 255 = 72%

152
109
183

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

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 183 = 444 (100%)
R 152 of 444 ~ 34.23%
G 109 of 444 ~ 24.55%
B 183 of 444 ~ 41.22%

%34.23
%24.55
%41.22

CMYK color model

#986DB7 color CMYK value is (17,40,0,28).

  • cyan value is 16.94%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(17,40,0,28)
C17M40Y0K28 
(17%,40%,0%,28%)
(0.17/0.40/0.00/0.28)	

CMYK percentages

%16.94
%40.44
%0
%28.24

Codes

Color #986DB7 in popluar color models

986DB7
RGB152109183
HSL275°33.94%57.25%
HSB/HSV275°40.44%71.76%
CMYK16.94%40.44%0.00%
28.24%

Color #986DB7 in popluar number systems.

HEX986DB7
Decimal152109183
Binary10011000110110110110111
Octal230155267

Shades and tints

Shades of #986DB7

#986DB7
(152,109,183)
#8B64A7
(139,100,167)
#7E5B97
(126,91,151)
#715287
(113,82,135)
#644977
(100,73,119)
#574067
(87,64,103)
#4A3757
(74,55,87)
#3D2E47
(61,46,71)
#302537
(48,37,55)
#231C27
(35,28,39)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #986DB7

#986DB7
(152,109,183)
#A17ABD
(161,122,189)
#AA87C3
(170,135,195)
#B394C9
(179,148,201)
#BCA1CF
(188,161,207)
#C5AED5
(197,174,213)
#CEBBDB
(206,187,219)
#D7C8E1
(215,200,225)
#E0D5E7
(224,213,231)
#E9E2ED
(233,226,237)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986DB7; }

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

This text font color is #986DB7.


Background Color

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

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

This div background color is #986DB7.


Border color

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

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

This div border color is #986DB7.


Opacity

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

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

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

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

This text has shadow with #986DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986DB7 on black background.


Color preview on white background

This text has color #986DB7 on white background.



Black color preview on #986DB7 background

This text has black color on #986DB7 background.


White color preview on #986DB7 background

This text has white color on #986DB7 background.