COLOR #987686

HEX: #987686
RGB: (152,118,134)

Color info

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

RGB color model

#987686 color RGB value is (152,118,134).

  • red value is 152;
  • green value is 118;
  • blue value is 134.
RGB:
(152,118,134)
(60%,46%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 134 of 255 = 53%

152
118
134

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

Portions of RGB colors in percentages

R + G + B =
152 + 118 + 134 = 404 (100%)
R 152 of 404 ~ 37.62%
G 118 of 404 ~ 29.21%
B 134 of 404 ~ 33.17%

%37.62
%29.21
%33.17

CMYK color model

#987686 color CMYK value is (0,22,12,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(0,22,12,40)
C0M22Y12K40 
(0%,22%,12%,40%)
(0.00/0.22/0.12/0.40)	

CMYK percentages

%0
%22.37
%11.84
%40.39

Codes

Color #987686 in popluar color models

987686
RGB152118134
HSL332°14.17%52.94%
HSB/HSV332°22.37%59.61%
CMYK0.00%22.37%11.84%
40.39%

Color #987686 in popluar number systems.

HEX987686
Decimal152118134
Binary10011000111011010000110
Octal230166206

Shades and tints

Shades of #987686

#987686
(152,118,134)
#8B6C7A
(139,108,122)
#7E626E
(126,98,110)
#715862
(113,88,98)
#644E56
(100,78,86)
#57444A
(87,68,74)
#4A3A3E
(74,58,62)
#3D3032
(61,48,50)
#302626
(48,38,38)
#231C1A
(35,28,26)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #987686

#987686
(152,118,134)
#A18291
(161,130,145)
#AA8E9C
(170,142,156)
#B39AA7
(179,154,167)
#BCA6B2
(188,166,178)
#C5B2BD
(197,178,189)
#CEBEC8
(206,190,200)
#D7CAD3
(215,202,211)
#E0D6DE
(224,214,222)
#E9E2E9
(233,226,233)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987686 color. Also use rgb(152,118,134) instead hex code.

Text Font Color

.myTextColor { color: #987686; }

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

This text font color is #987686.


Background Color

.myBgColor { background-color: #987686; }

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

This div background color is #987686.


Border color

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

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

This div border color is #987686.


Opacity

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

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

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

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

This text has shadow with #987686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987686 on black background.


Color preview on white background

This text has color #987686 on white background.



Black color preview on #987686 background

This text has black color on #987686 background.


White color preview on #987686 background

This text has white color on #987686 background.