COLOR #986988

HEX: #986988
RGB: (152,105,136)

Color info

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

RGB color model

#986988 color RGB value is (152,105,136).

  • red value is 152;
  • green value is 105;
  • blue value is 136.
RGB:
(152,105,136)
(60%,41%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 105 of 255 = 41%
B 136 of 255 = 53%

152
105
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 105 + 136 = 393 (100%)
R 152 of 393 ~ 38.68%
G 105 of 393 ~ 26.72%
B 136 of 393 ~ 34.61%

%38.68
%26.72
%34.61

CMYK color model

#986988 color CMYK value is (0,31,11,40).

  • cyan value is 0.00%
  • magenta value is 30.92%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,31,11,40)
C0M31Y11K40 
(0%,31%,11%,40%)
(0.00/0.31/0.11/0.40)	

CMYK percentages

%0
%30.92
%10.53
%40.39

Codes

Color #986988 in popluar color models

986988
RGB152105136
HSL320°18.58%50.39%
HSB/HSV320°30.92%59.61%
CMYK0.00%30.92%10.53%
40.39%

Color #986988 in popluar number systems.

HEX986988
Decimal152105136
Binary10011000110100110001000
Octal230151210

Shades and tints

Shades of #986988

#986988
(152,105,136)
#8B607C
(139,96,124)
#7E5770
(126,87,112)
#714E64
(113,78,100)
#644558
(100,69,88)
#573C4C
(87,60,76)
#4A3340
(74,51,64)
#3D2A34
(61,42,52)
#302128
(48,33,40)
#23181C
(35,24,28)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #986988

#986988
(152,105,136)
#A17692
(161,118,146)
#AA839C
(170,131,156)
#B390A6
(179,144,166)
#BC9DB0
(188,157,176)
#C5AABA
(197,170,186)
#CEB7C4
(206,183,196)
#D7C4CE
(215,196,206)
#E0D1D8
(224,209,216)
#E9DEE2
(233,222,226)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986988 color. Also use rgb(152,105,136) instead hex code.

Text Font Color

.myTextColor { color: #986988; }

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

This text font color is #986988.


Background Color

.myBgColor { background-color: #986988; }

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

This div background color is #986988.


Border color

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

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

This div border color is #986988.


Opacity

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

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

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

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

This text has shadow with #986988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986988 on black background.


Color preview on white background

This text has color #986988 on white background.



Black color preview on #986988 background

This text has black color on #986988 background.


White color preview on #986988 background

This text has white color on #986988 background.