COLOR #987B8C

HEX: #987B8C
RGB: (152,123,140)

Color info

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

RGB color model

#987B8C color RGB value is (152,123,140).

  • red value is 152;
  • green value is 123;
  • blue value is 140.
RGB:
(152,123,140)
(60%,48%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 123 of 255 = 48%
B 140 of 255 = 55%

152
123
140

R + G + B ~ 54%. #987B8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 123 + 140 = 415 (100%)
R 152 of 415 ~ 36.63%
G 123 of 415 ~ 29.64%
B 140 of 415 ~ 33.73%

%36.63
%29.64
%33.73

CMYK color model

#987B8C color CMYK value is (0,19,8,40).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(0,19,8,40)
C0M19Y8K40 
(0%,19%,8%,40%)
(0.00/0.19/0.08/0.40)	

CMYK percentages

%0
%19.08
%7.89
%40.39

Codes

Color #987B8C in popluar color models

987B8C
RGB152123140
HSL325°12.34%53.92%
HSB/HSV325°19.08%59.61%
CMYK0.00%19.08%7.89%
40.39%

Color #987B8C in popluar number systems.

HEX987B8C
Decimal152123140
Binary10011000111101110001100
Octal230173214

Shades and tints

Shades of #987B8C

#987B8C
(152,123,140)
#8B7080
(139,112,128)
#7E6574
(126,101,116)
#715A68
(113,90,104)
#644F5C
(100,79,92)
#574450
(87,68,80)
#4A3944
(74,57,68)
#3D2E38
(61,46,56)
#30232C
(48,35,44)
#231820
(35,24,32)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #987B8C

#987B8C
(152,123,140)
#A18796
(161,135,150)
#AA93A0
(170,147,160)
#B39FAA
(179,159,170)
#BCABB4
(188,171,180)
#C5B7BE
(197,183,190)
#CEC3C8
(206,195,200)
#D7CFD2
(215,207,210)
#E0DBDC
(224,219,220)
#E9E7E6
(233,231,230)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987B8C color. Also use rgb(152,123,140) instead hex code.

Text Font Color

.myTextColor { color: #987B8C; }

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

This text font color is #987B8C.


Background Color

.myBgColor { background-color: #987B8C; }

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

This div background color is #987B8C.


Border color

.myBorderColor { border: 1px solid #987B8C; }

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

This div border color is #987B8C.


Opacity

.myOpacity80 { color: #987B8C; opacity: 0.8; }

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

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

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

This text has shadow with #987B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987B8C on black background.


Color preview on white background

This text has color #987B8C on white background.



Black color preview on #987B8C background

This text has black color on #987B8C background.


White color preview on #987B8C background

This text has white color on #987B8C background.