COLOR #987386

HEX: #987386
RGB: (152,115,134)

Color info

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

RGB color model

#987386 color RGB value is (152,115,134).

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

RGB channels and saturation

R 152 of 255 = 60%
G 115 of 255 = 45%
B 134 of 255 = 53%

152
115
134

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

Portions of RGB colors in percentages

R + G + B =
152 + 115 + 134 = 401 (100%)
R 152 of 401 ~ 37.91%
G 115 of 401 ~ 28.68%
B 134 of 401 ~ 33.42%

%37.91
%28.68
%33.42

CMYK color model

#987386 color CMYK value is (0,24,12,40).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(0,24,12,40)
C0M24Y12K40 
(0%,24%,12%,40%)
(0.00/0.24/0.12/0.40)	

CMYK percentages

%0
%24.34
%11.84
%40.39

Codes

Color #987386 in popluar color models

987386
RGB152115134
HSL329°15.23%52.35%
HSB/HSV329°24.34%59.61%
CMYK0.00%24.34%11.84%
40.39%

Color #987386 in popluar number systems.

HEX987386
Decimal152115134
Binary10011000111001110000110
Octal230163206

Shades and tints

Shades of #987386

#987386
(152,115,134)
#8B697A
(139,105,122)
#7E5F6E
(126,95,110)
#715562
(113,85,98)
#644B56
(100,75,86)
#57414A
(87,65,74)
#4A373E
(74,55,62)
#3D2D32
(61,45,50)
#302326
(48,35,38)
#23191A
(35,25,26)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #987386

#987386
(152,115,134)
#A17F91
(161,127,145)
#AA8B9C
(170,139,156)
#B397A7
(179,151,167)
#BCA3B2
(188,163,178)
#C5AFBD
(197,175,189)
#CEBBC8
(206,187,200)
#D7C7D3
(215,199,211)
#E0D3DE
(224,211,222)
#E9DFE9
(233,223,233)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987386; }

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

This text font color is #987386.


Background Color

.myBgColor { background-color: #987386; }

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

This div background color is #987386.


Border color

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

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

This div border color is #987386.


Opacity

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

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

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

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

This text has shadow with #987386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987386 on black background.


Color preview on white background

This text has color #987386 on white background.



Black color preview on #987386 background

This text has black color on #987386 background.


White color preview on #987386 background

This text has white color on #987386 background.