COLOR #986888

HEX: #986888
RGB: (152,104,136)

Color info

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

RGB color model

#986888 color RGB value is (152,104,136).

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

RGB channels and saturation

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

152
104
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 104 + 136 = 392 (100%)
R 152 of 392 ~ 38.78%
G 104 of 392 ~ 26.53%
B 136 of 392 ~ 34.69%

%38.78
%26.53
%34.69

CMYK color model

#986888 color CMYK value is (0,32,11,40).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,32,11,40)
C0M32Y11K40 
(0%,32%,11%,40%)
(0.00/0.32/0.11/0.40)	

CMYK percentages

%0
%31.58
%10.53
%40.39

Codes

Color #986888 in popluar color models

986888
RGB152104136
HSL320°18.90%50.20%
HSB/HSV320°31.58%59.61%
CMYK0.00%31.58%10.53%
40.39%

Color #986888 in popluar number systems.

HEX986888
Decimal152104136
Binary10011000110100010001000
Octal230150210

Shades and tints

Shades of #986888

#986888
(152,104,136)
#8B5F7C
(139,95,124)
#7E5670
(126,86,112)
#714D64
(113,77,100)
#644458
(100,68,88)
#573B4C
(87,59,76)
#4A3240
(74,50,64)
#3D2934
(61,41,52)
#302028
(48,32,40)
#23171C
(35,23,28)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #986888

#986888
(152,104,136)
#A17592
(161,117,146)
#AA829C
(170,130,156)
#B38FA6
(179,143,166)
#BC9CB0
(188,156,176)
#C5A9BA
(197,169,186)
#CEB6C4
(206,182,196)
#D7C3CE
(215,195,206)
#E0D0D8
(224,208,216)
#E9DDE2
(233,221,226)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986888; }

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

This text font color is #986888.


Background Color

.myBgColor { background-color: #986888; }

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

This div background color is #986888.


Border color

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

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

This div border color is #986888.


Opacity

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

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

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

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

This text has shadow with #986888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986888 on black background.


Color preview on white background

This text has color #986888 on white background.



Black color preview on #986888 background

This text has black color on #986888 background.


White color preview on #986888 background

This text has white color on #986888 background.