COLOR #986CDB

HEX: #986CDB RGB: (152,108,219)

Color info

#986CDB contains mainly blue color. Web safe color of #986CDB is #9966CC (or #96C).

RGB color model

#986CDB color RGB value is (152,108,219).

RGB: (152,108,219) (60%, 42%, 86%)

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 219 of 255 = 86%

152
108
219

R + G + B ~ 63%. #986CDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 108 + 219 = 479 (100%)
R 152 of 479 ~ 31.73%
G 108 of 479 ~ 22.55%
B 219 of 479 ~ 45.72'%

%31.73
%22.55
%45.72

CMYK color model

#986CDB color CMYK value is (31,51,0,14).

  • cyan value is 30.59%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (31,51,0,14)
C31M51Y0K14 (31%, 51%, 0%, 14%)
(0.31 / 0.51 / 0.00 / 0.14)

CMYK percentages

%30.59
%50.68
%0
%14.12

Codes

Color #986CDB in popluar color models

98 6C DB
RGB 152 108 219
HSL 264° 60.66% 64.12%
HSB/HSV 264° 50.68% 85.88%
CMYK 30.59% 50.68% 0.00%
14.12%

Color #986CDB in popluar number systems.

HEX 98 6C DB
Decimal 152 108 219
Binary 10011000 1101100 11011011
Octal 230 154 333

Shades and tints

Shades of #986CDB

#986CDB
(152,108,219)
#8B63C8
(139,99,200)
#7E5AB5
(126,90,181)
#7151A2
(113,81,162)
#64488F
(100,72,143)
#573F7C
(87,63,124)
#4A3669
(74,54,105)
#3D2D56
(61,45,86)
#302443
(48,36,67)
#231B30
(35,27,48)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #986CDB

#986CDB
(152,108,219)
#A179DE
(161,121,222)
#AA86E1
(170,134,225)
#B393E4
(179,147,228)
#BCA0E7
(188,160,231)
#C5ADEA
(197,173,234)
#CEBAED
(206,186,237)
#D7C7F0
(215,199,240)
#E0D4F3
(224,212,243)
#E9E1F6
(233,225,246)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986CDB; }

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

This text font color is #986CDB.

Background Color

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

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

This div background color is #986CDB.

Border color

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

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

This div border color is #986CDB.

Opacity

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

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

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

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

This text has shadow with #986CDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986CDB.

Preview

Color preview on black background

This text has color #986CDB on black background.


Color preview on white background

This text has color #986CDB on white background.


Black color preview on #986CDB background

This text has black color on #986CDB background.


White color preview on #986CDB background

This text has white color on #986CDB background.


Related colors

Complementary color

Complementary color for #hex is #679324.


I love getcolorcode.com

Triadic colors

1 #DB986C and #6CDB98 with #986CDB are triadic colors.

2 #DB6C98 and #6C98DB with #986CDB are triadic colors.