COLOR #986ACE

HEX: #986ACE RGB: (152,106,206)

Color info

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

RGB color model

#986ACE color RGB value is (152,106,206).

RGB: (152,106,206) (60%, 42%, 81%)

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 206 of 255 = 81%

152
106
206

R + G + B ~ 61%. #986ACE is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 106 + 206 = 464 (100%)
R 152 of 464 ~ 32.76%
G 106 of 464 ~ 22.84%
B 206 of 464 ~ 44.4'%

%32.76
%22.84
%44.4

CMYK color model

#986ACE color CMYK value is (26,49,0,19).

  • cyan value is 26.21%
  • magenta value is 48.54%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (26,49,0,19) C26M49Y0K19 (26%,49%,0%,19%) (0.26/0.49/0.00/0.19) 

CMYK percentages

%26.21
%48.54
%0
%19.22

Codes

Color #986ACE in popluar color models

98 6A CE
RGB 152 106 206
HSL 268° 50.51% 61.18%
HSB/HSV 268° 48.54% 80.78%
CMYK 26.21% 48.54% 0.00%
19.22%

Color #986ACE in popluar number systems.

HEX 98 6A CE
Decimal 152 106 206
Binary 10011000 1101010 11001110
Octal 230 152 316

Shades and tints

Shades of #986ACE

#986ACE
(152,106,206)
#8B61BC
(139,97,188)
#7E58AA
(126,88,170)
#714F98
(113,79,152)
#644686
(100,70,134)
#573D74
(87,61,116)
#4A3462
(74,52,98)
#3D2B50
(61,43,80)
#30223E
(48,34,62)
#23192C
(35,25,44)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #986ACE

#986ACE
(152,106,206)
#A177D2
(161,119,210)
#AA84D6
(170,132,214)
#B391DA
(179,145,218)
#BC9EDE
(188,158,222)
#C5ABE2
(197,171,226)
#CEB8E6
(206,184,230)
#D7C5EA
(215,197,234)
#E0D2EE
(224,210,238)
#E9DFF2
(233,223,242)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986ACE color. Also use rgb(152,106,206) instead hex code.

Text Font Color

.myTextColor { color: #986ACE; }

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

This text font color is #986ACE.

Background Color

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

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

This div background color is #986ACE.

Border color

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

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

This div border color is #986ACE.

Opacity

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

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

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

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

This text has shadow with #986ACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986ACE.

Preview

Color preview on black background

This text has color #986ACE on black background.


Color preview on white background

This text has color #986ACE on white background.


Black color preview on #986ACE background

This text has black color on #986ACE background.


White color preview on #986ACE background

This text has white color on #986ACE background.


Related colors

Complementary color

Complementary color for #hex is #679531.


I love getcolorcode.com

Triadic colors

1 #CE986A and #6ACE98 with #986ACE are triadic colors.

2 #CE6A98 and #6A98CE with #986ACE are triadic colors.