COLOR #986F99

HEX: #986F99 RGB: (152,111,153)

Color info

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

RGB color model

#986F99 color RGB value is (152,111,153).

RGB: (152,111,153) (60%, 44%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 153 of 255 = 60%

152
111
153

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

Portions of RGB colors in percentages

R + G + B = 152 + 111 + 153 = 416 (100%)
R 152 of 416 ~ 36.54%
G 111 of 416 ~ 26.68%
B 153 of 416 ~ 36.78'%

%36.54
%26.68
%36.78

CMYK color model

#986F99 color CMYK value is (1,27,0,40).

  • cyan value is 0.65%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (1,27,0,40)
C1M27Y0K40 (1%, 27%, 0%, 40%)
(0.01 / 0.27 / 0.00 / 0.40)

CMYK percentages

%0.65
%27.45
%0
%40

Codes

Color #986F99 in popluar color models

98 6F 99
RGB 152 111 153
HSL 299° 17.07% 51.76%
HSB/HSV 299° 27.45% 60.00%
CMYK 0.65% 27.45% 0.00%
40.00%

Color #986F99 in popluar number systems.

HEX 98 6F 99
Decimal 152 111 153
Binary 10011000 1101111 10011001
Octal 230 157 231

Shades and tints

Shades of #986F99

#986F99
(152,111,153)
#8B658C
(139,101,140)
#7E5B7F
(126,91,127)
#715172
(113,81,114)
#644765
(100,71,101)
#573D58
(87,61,88)
#4A334B
(74,51,75)
#3D293E
(61,41,62)
#301F31
(48,31,49)
#231524
(35,21,36)
#160B17
(22,11,23)
#000000
(0,0,0)

Tints of #986F99

#986F99
(152,111,153)
#A17CA2
(161,124,162)
#AA89AB
(170,137,171)
#B396B4
(179,150,180)
#BCA3BD
(188,163,189)
#C5B0C6
(197,176,198)
#CEBDCF
(206,189,207)
#D7CAD8
(215,202,216)
#E0D7E1
(224,215,225)
#E9E4EA
(233,228,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986F99; }

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

This text font color is #986F99.

Background Color

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

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

This div background color is #986F99.

Border color

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

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

This div border color is #986F99.

Opacity

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

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

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

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

This text has shadow with #986F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986F99.

Preview

Color preview on black background

This text has color #986F99 on black background.


Color preview on white background

This text has color #986F99 on white background.


Black color preview on #986F99 background

This text has black color on #986F99 background.


White color preview on #986F99 background

This text has white color on #986F99 background.


Related colors

Complementary color

Complementary color for #hex is #679066.


I love getcolorcode.com

Triadic colors

1 #99986F and #6F9998 with #986F99 are triadic colors.

2 #996F98 and #6F9899 with #986F99 are triadic colors.