COLOR #986188

HEX: #986188
RGB: (152,97,136)

Color info

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

RGB color model

#986188 color RGB value is (152,97,136).

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

RGB channels and saturation

R 152 of 255 = 60%
G 97 of 255 = 38%
B 136 of 255 = 53%

152
97
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 97 + 136 = 385 (100%)
R 152 of 385 ~ 39.48%
G 97 of 385 ~ 25.19%
B 136 of 385 ~ 35.32%

%39.48
%25.19
%35.32

CMYK color model

#986188 color CMYK value is (0,36,11,40).

  • cyan value is 0.00%
  • magenta value is 36.18%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,36,11,40)
C0M36Y11K40 
(0%,36%,11%,40%)
(0.00/0.36/0.11/0.40)	

CMYK percentages

%0
%36.18
%10.53
%40.39

Codes

Color #986188 in popluar color models

986188
RGB15297136
HSL317°22.09%48.82%
HSB/HSV317°36.18%59.61%
CMYK0.00%36.18%10.53%
40.39%

Color #986188 in popluar number systems.

HEX986188
Decimal15297136
Binary10011000110000110001000
Octal230141210

Shades and tints

Shades of #986188

#986188
(152,97,136)
#8B597C
(139,89,124)
#7E5170
(126,81,112)
#714964
(113,73,100)
#644158
(100,65,88)
#57394C
(87,57,76)
#4A3140
(74,49,64)
#3D2934
(61,41,52)
#302128
(48,33,40)
#23191C
(35,25,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #986188

#986188
(152,97,136)
#A16F92
(161,111,146)
#AA7D9C
(170,125,156)
#B38BA6
(179,139,166)
#BC99B0
(188,153,176)
#C5A7BA
(197,167,186)
#CEB5C4
(206,181,196)
#D7C3CE
(215,195,206)
#E0D1D8
(224,209,216)
#E9DFE2
(233,223,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986188; }

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

This text font color is #986188.


Background Color

.myBgColor { background-color: #986188; }

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

This div background color is #986188.


Border color

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

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

This div border color is #986188.


Opacity

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

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

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

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

This text has shadow with #986188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986188 on black background.


Color preview on white background

This text has color #986188 on white background.



Black color preview on #986188 background

This text has black color on #986188 background.


White color preview on #986188 background

This text has white color on #986188 background.