COLOR #987B88

HEX: #987B88
RGB: (152,123,136)

Color info

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

RGB color model

#987B88 color RGB value is (152,123,136).

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

RGB channels and saturation

R 152 of 255 = 60%
G 123 of 255 = 48%
B 136 of 255 = 53%

152
123
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 123 + 136 = 411 (100%)
R 152 of 411 ~ 36.98%
G 123 of 411 ~ 29.93%
B 136 of 411 ~ 33.09%

%36.98
%29.93
%33.09

CMYK color model

#987B88 color CMYK value is (0,19,11,40).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,19,11,40)
C0M19Y11K40 
(0%,19%,11%,40%)
(0.00/0.19/0.11/0.40)	

CMYK percentages

%0
%19.08
%10.53
%40.39

Codes

Color #987B88 in popluar color models

987B88
RGB152123136
HSL333°12.34%53.92%
HSB/HSV333°19.08%59.61%
CMYK0.00%19.08%10.53%
40.39%

Color #987B88 in popluar number systems.

HEX987B88
Decimal152123136
Binary10011000111101110001000
Octal230173210

Shades and tints

Shades of #987B88

#987B88
(152,123,136)
#8B707C
(139,112,124)
#7E6570
(126,101,112)
#715A64
(113,90,100)
#644F58
(100,79,88)
#57444C
(87,68,76)
#4A3940
(74,57,64)
#3D2E34
(61,46,52)
#302328
(48,35,40)
#23181C
(35,24,28)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #987B88

#987B88
(152,123,136)
#A18792
(161,135,146)
#AA939C
(170,147,156)
#B39FA6
(179,159,166)
#BCABB0
(188,171,176)
#C5B7BA
(197,183,186)
#CEC3C4
(206,195,196)
#D7CFCE
(215,207,206)
#E0DBD8
(224,219,216)
#E9E7E2
(233,231,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987B88; }

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

This text font color is #987B88.


Background Color

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

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

This div background color is #987B88.


Border color

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

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

This div border color is #987B88.


Opacity

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

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

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

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

This text has shadow with #987B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987B88 on black background.


Color preview on white background

This text has color #987B88 on white background.



Black color preview on #987B88 background

This text has black color on #987B88 background.


White color preview on #987B88 background

This text has white color on #987B88 background.