COLOR #986BAC

HEX: #986BAC
RGB: (152,107,172)

Color info

#986BAC contains mainly red and blue colors. Web safe color of #986BAC is #996699 (or #969).

RGB color model

#986BAC color RGB value is (152,107,172).

  • red value is 152;
  • green value is 107;
  • blue value is 172.
RGB:
(152,107,172)
(60%,42%,67%)

RGB channels and saturation

R 152 of 255 = 60%
G 107 of 255 = 42%
B 172 of 255 = 67%

152
107
172

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

Portions of RGB colors in percentages

R + G + B =
152 + 107 + 172 = 431 (100%)
R 152 of 431 ~ 35.27%
G 107 of 431 ~ 24.83%
B 172 of 431 ~ 39.91%

%35.27
%24.83
%39.91

CMYK color model

#986BAC color CMYK value is (12,38,0,33).

  • cyan value is 11.63%
  • magenta value is 37.79%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(12,38,0,33)
C12M38Y0K33 
(12%,38%,0%,33%)
(0.12/0.38/0.00/0.33)	

CMYK percentages

%11.63
%37.79
%0
%32.55

Codes

Color #986BAC in popluar color models

986BAC
RGB152107172
HSL282°28.14%54.71%
HSB/HSV282°37.79%67.45%
CMYK11.63%37.79%0.00%
32.55%

Color #986BAC in popluar number systems.

HEX986BAC
Decimal152107172
Binary10011000110101110101100
Octal230153254

Shades and tints

Shades of #986BAC

#986BAC
(152,107,172)
#8B629D
(139,98,157)
#7E598E
(126,89,142)
#71507F
(113,80,127)
#644770
(100,71,112)
#573E61
(87,62,97)
#4A3552
(74,53,82)
#3D2C43
(61,44,67)
#302334
(48,35,52)
#231A25
(35,26,37)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #986BAC

#986BAC
(152,107,172)
#A178B3
(161,120,179)
#AA85BA
(170,133,186)
#B392C1
(179,146,193)
#BC9FC8
(188,159,200)
#C5ACCF
(197,172,207)
#CEB9D6
(206,185,214)
#D7C6DD
(215,198,221)
#E0D3E4
(224,211,228)
#E9E0EB
(233,224,235)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986BAC color. Also use rgb(152,107,172) instead hex code.

Text Font Color

.myTextColor { color: #986BAC; }

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

This text font color is #986BAC.


Background Color

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

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

This div background color is #986BAC.


Border color

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

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

This div border color is #986BAC.


Opacity

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

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

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

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

This text has shadow with #986BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986BAC on black background.


Color preview on white background

This text has color #986BAC on white background.



Black color preview on #986BAC background

This text has black color on #986BAC background.


White color preview on #986BAC background

This text has white color on #986BAC background.