COLOR #986896

HEX: #986896
RGB: (152,104,150)

Color info

#986896 contains red, green and blue colors in about the same proportion. Web safe color of #986896 is #996699 (or #969).

RGB color model

#986896 color RGB value is (152,104,150).

  • red value is 152;
  • green value is 104;
  • blue value is 150.
RGB:
(152,104,150)
(60%,41%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 104 of 255 = 41%
B 150 of 255 = 59%

152
104
150

R + G + B ~ 53%. #986896 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 104 + 150 = 406 (100%)
R 152 of 406 ~ 37.44%
G 104 of 406 ~ 25.62%
B 150 of 406 ~ 36.95%

%37.44
%25.62
%36.95

CMYK color model

#986896 color CMYK value is (0,32,1,40).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 1.32%
  • key color value is 40.39%
CMYK:
(0,32,1,40)
C0M32Y1K40 
(0%,32%,1%,40%)
(0.00/0.32/0.01/0.40)	

CMYK percentages

%0
%31.58
%1.32
%40.39

Codes

Color #986896 in popluar color models

986896
RGB152104150
HSL303°18.90%50.20%
HSB/HSV303°31.58%59.61%
CMYK0.00%31.58%1.32%
40.39%

Color #986896 in popluar number systems.

HEX986896
Decimal152104150
Binary10011000110100010010110
Octal230150226

Shades and tints

Shades of #986896

#986896
(152,104,150)
#8B5F89
(139,95,137)
#7E567C
(126,86,124)
#714D6F
(113,77,111)
#644462
(100,68,98)
#573B55
(87,59,85)
#4A3248
(74,50,72)
#3D293B
(61,41,59)
#30202E
(48,32,46)
#231721
(35,23,33)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #986896

#986896
(152,104,150)
#A1759F
(161,117,159)
#AA82A8
(170,130,168)
#B38FB1
(179,143,177)
#BC9CBA
(188,156,186)
#C5A9C3
(197,169,195)
#CEB6CC
(206,182,204)
#D7C3D5
(215,195,213)
#E0D0DE
(224,208,222)
#E9DDE7
(233,221,231)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986896 color. Also use rgb(152,104,150) instead hex code.

Text Font Color

.myTextColor { color: #986896; }

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

This text font color is #986896.


Background Color

.myBgColor { background-color: #986896; }

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

This div background color is #986896.


Border color

.myBorderColor { border: 1px solid #986896; }

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

This div border color is #986896.


Opacity

.myOpacity80 { color: #986896; opacity: 0.8; }

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

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

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

This text has shadow with #986896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986896 on black background.


Color preview on white background

This text has color #986896 on white background.



Black color preview on #986896 background

This text has black color on #986896 background.


White color preview on #986896 background

This text has white color on #986896 background.