COLOR #986CBA

HEX: #986CBA RGB: (152,108,186)

Color info

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

RGB color model

#986CBA color RGB value is (152,108,186).

RGB: (152,108,186) (60%, 42%, 73%)

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 186 of 255 = 73%

152
108
186

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

Portions of RGB colors in percentages

R + G + B = 152 + 108 + 186 = 446 (100%)
R 152 of 446 ~ 34.08%
G 108 of 446 ~ 24.22%
B 186 of 446 ~ 41.7'%

%34.08
%24.22
%41.7

CMYK color model

#986CBA color CMYK value is (18,42,0,27).

  • cyan value is 18.28%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (18,42,0,27) C18M42Y0K27 (18%,42%,0%,27%) (0.18/0.42/0.00/0.27) 

CMYK percentages

%18.28
%41.94
%0
%27.06

Codes

Color #986CBA in popluar color models

98 6C BA
RGB 152 108 186
HSL 274° 36.11% 57.65%
HSB/HSV 274° 41.94% 72.94%
CMYK 18.28% 41.94% 0.00%
27.06%

Color #986CBA in popluar number systems.

HEX 98 6C BA
Decimal 152 108 186
Binary 10011000 1101100 10111010
Octal 230 154 272

Shades and tints

Shades of #986CBA

#986CBA
(152,108,186)
#8B63AA
(139,99,170)
#7E5A9A
(126,90,154)
#71518A
(113,81,138)
#64487A
(100,72,122)
#573F6A
(87,63,106)
#4A365A
(74,54,90)
#3D2D4A
(61,45,74)
#30243A
(48,36,58)
#231B2A
(35,27,42)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #986CBA

#986CBA
(152,108,186)
#A179C0
(161,121,192)
#AA86C6
(170,134,198)
#B393CC
(179,147,204)
#BCA0D2
(188,160,210)
#C5ADD8
(197,173,216)
#CEBADE
(206,186,222)
#D7C7E4
(215,199,228)
#E0D4EA
(224,212,234)
#E9E1F0
(233,225,240)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986CBA; }

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

This text font color is #986CBA.

Background Color

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

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

This div background color is #986CBA.

Border color

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

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

This div border color is #986CBA.

Opacity

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

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

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

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

This text has shadow with #986CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986CBA.

Preview

Color preview on black background

This text has color #986CBA on black background.


Color preview on white background

This text has color #986CBA on white background.


Black color preview on #986CBA background

This text has black color on #986CBA background.


White color preview on #986CBA background

This text has white color on #986CBA background.


Related colors

Complementary color

Complementary color for #hex is #679345.


I love getcolorcode.com

Triadic colors

1 #BA986C and #6CBA98 with #986CBA are triadic colors.

2 #BA6C98 and #6C98BA with #986CBA are triadic colors.