COLOR #986D99

HEX: #986D99
RGB: (152,109,153)

Color info

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

RGB color model

#986D99 color RGB value is (152,109,153).

  • red value is 152;
  • green value is 109;
  • blue value is 153.
RGB:
(152,109,153)
(60%,43%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 109 of 255 = 43%
B 153 of 255 = 60%

152
109
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 109 + 153 = 414 (100%)
R 152 of 414 ~ 36.71%
G 109 of 414 ~ 26.33%
B 153 of 414 ~ 36.96%

%36.71
%26.33
%36.96

CMYK color model

#986D99 color CMYK value is (1,29,0,40).

  • cyan value is 0.65%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,29,0,40)
C1M29Y0K40 
(1%,29%,0%,40%)
(0.01/0.29/0.00/0.40)	

CMYK percentages

%0.65
%28.76
%0
%40

Codes

Color #986D99 in popluar color models

986D99
RGB152109153
HSL299°17.74%51.37%
HSB/HSV299°28.76%60.00%
CMYK0.65%28.76%0.00%
40.00%

Color #986D99 in popluar number systems.

HEX986D99
Decimal152109153
Binary10011000110110110011001
Octal230155231

Shades and tints

Shades of #986D99

#986D99
(152,109,153)
#8B648C
(139,100,140)
#7E5B7F
(126,91,127)
#715272
(113,82,114)
#644965
(100,73,101)
#574058
(87,64,88)
#4A374B
(74,55,75)
#3D2E3E
(61,46,62)
#302531
(48,37,49)
#231C24
(35,28,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #986D99

#986D99
(152,109,153)
#A17AA2
(161,122,162)
#AA87AB
(170,135,171)
#B394B4
(179,148,180)
#BCA1BD
(188,161,189)
#C5AEC6
(197,174,198)
#CEBBCF
(206,187,207)
#D7C8D8
(215,200,216)
#E0D5E1
(224,213,225)
#E9E2EA
(233,226,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986D99 color. Also use rgb(152,109,153) instead hex code.

Text Font Color

.myTextColor { color: #986D99; }

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

This text font color is #986D99.


Background Color

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

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

This div background color is #986D99.


Border color

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

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

This div border color is #986D99.


Opacity

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

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

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

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

This text has shadow with #986D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986D99 on black background.


Color preview on white background

This text has color #986D99 on white background.



Black color preview on #986D99 background

This text has black color on #986D99 background.


White color preview on #986D99 background

This text has white color on #986D99 background.