COLOR #986B98

HEX: #986B98
RGB: (152,107,152)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
107
152

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

Portions of RGB colors in percentages

R + G + B =
152 + 107 + 152 = 411 (100%)
R 152 of 411 ~ 36.98%
G 107 of 411 ~ 26.03%
B 152 of 411 ~ 36.98%

%36.98
%26.03
%36.98

CMYK color model

#986B98 color CMYK value is (0,30,0,40).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(0,30,0,40)
C0M30Y0K40 
(0%,30%,0%,40%)
(0.00/0.30/0.00/0.40)	

CMYK percentages

%0
%29.61
%0
%40.39

Codes

Color #986B98 in popluar color models

986B98
RGB152107152
HSL300°17.93%50.78%
HSB/HSV300°29.61%59.61%
CMYK0.00%29.61%0.00%
40.39%

Color #986B98 in popluar number systems.

HEX986B98
Decimal152107152
Binary10011000110101110011000
Octal230153230

Shades and tints

Shades of #986B98

#986B98
(152,107,152)
#8B628B
(139,98,139)
#7E597E
(126,89,126)
#715071
(113,80,113)
#644764
(100,71,100)
#573E57
(87,62,87)
#4A354A
(74,53,74)
#3D2C3D
(61,44,61)
#302330
(48,35,48)
#231A23
(35,26,35)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #986B98

#986B98
(152,107,152)
#A178A1
(161,120,161)
#AA85AA
(170,133,170)
#B392B3
(179,146,179)
#BC9FBC
(188,159,188)
#C5ACC5
(197,172,197)
#CEB9CE
(206,185,206)
#D7C6D7
(215,198,215)
#E0D3E0
(224,211,224)
#E9E0E9
(233,224,233)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986B98; }

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

This text font color is #986B98.


Background Color

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

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

This div background color is #986B98.


Border color

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

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

This div border color is #986B98.


Opacity

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

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

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

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

This text has shadow with #986B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986B98 on black background.


Color preview on white background

This text has color #986B98 on white background.



Black color preview on #986B98 background

This text has black color on #986B98 background.


White color preview on #986B98 background

This text has white color on #986B98 background.