COLOR #986C90

HEX: #986C90
RGB: (152,108,144)

Color info

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

RGB color model

#986C90 color RGB value is (152,108,144).

  • red value is 152;
  • green value is 108;
  • blue value is 144.
RGB:
(152,108,144)
(60%,42%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 108 of 255 = 42%
B 144 of 255 = 56%

152
108
144

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

Portions of RGB colors in percentages

R + G + B =
152 + 108 + 144 = 404 (100%)
R 152 of 404 ~ 37.62%
G 108 of 404 ~ 26.73%
B 144 of 404 ~ 35.64%

%37.62
%26.73
%35.64

CMYK color model

#986C90 color CMYK value is (0,29,5,40).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(0,29,5,40)
C0M29Y5K40 
(0%,29%,5%,40%)
(0.00/0.29/0.05/0.40)	

CMYK percentages

%0
%28.95
%5.26
%40.39

Codes

Color #986C90 in popluar color models

986C90
RGB152108144
HSL311°17.60%50.98%
HSB/HSV311°28.95%59.61%
CMYK0.00%28.95%5.26%
40.39%

Color #986C90 in popluar number systems.

HEX986C90
Decimal152108144
Binary10011000110110010010000
Octal230154220

Shades and tints

Shades of #986C90

#986C90
(152,108,144)
#8B6383
(139,99,131)
#7E5A76
(126,90,118)
#715169
(113,81,105)
#64485C
(100,72,92)
#573F4F
(87,63,79)
#4A3642
(74,54,66)
#3D2D35
(61,45,53)
#302428
(48,36,40)
#231B1B
(35,27,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #986C90

#986C90
(152,108,144)
#A1799A
(161,121,154)
#AA86A4
(170,134,164)
#B393AE
(179,147,174)
#BCA0B8
(188,160,184)
#C5ADC2
(197,173,194)
#CEBACC
(206,186,204)
#D7C7D6
(215,199,214)
#E0D4E0
(224,212,224)
#E9E1EA
(233,225,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986C90; }

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

This text font color is #986C90.


Background Color

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

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

This div background color is #986C90.


Border color

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

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

This div border color is #986C90.


Opacity

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

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

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

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

This text has shadow with #986C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986C90 on black background.


Color preview on white background

This text has color #986C90 on white background.



Black color preview on #986C90 background

This text has black color on #986C90 background.


White color preview on #986C90 background

This text has white color on #986C90 background.