COLOR #987A91

HEX: #987A91
RGB: (152,122,145)

Color info

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

RGB color model

#987A91 color RGB value is (152,122,145).

  • red value is 152;
  • green value is 122;
  • blue value is 145.
RGB:
(152,122,145)
(60%,48%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 122 of 255 = 48%
B 145 of 255 = 57%

152
122
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 122 + 145 = 419 (100%)
R 152 of 419 ~ 36.28%
G 122 of 419 ~ 29.12%
B 145 of 419 ~ 34.61%

%36.28
%29.12
%34.61

CMYK color model

#987A91 color CMYK value is (0,20,5,40).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(0,20,5,40)
C0M20Y5K40 
(0%,20%,5%,40%)
(0.00/0.20/0.05/0.40)	

CMYK percentages

%0
%19.74
%4.61
%40.39

Codes

Color #987A91 in popluar color models

987A91
RGB152122145
HSL314°12.71%53.73%
HSB/HSV314°19.74%59.61%
CMYK0.00%19.74%4.61%
40.39%

Color #987A91 in popluar number systems.

HEX987A91
Decimal152122145
Binary10011000111101010010001
Octal230172221

Shades and tints

Shades of #987A91

#987A91
(152,122,145)
#8B6F84
(139,111,132)
#7E6477
(126,100,119)
#71596A
(113,89,106)
#644E5D
(100,78,93)
#574350
(87,67,80)
#4A3843
(74,56,67)
#3D2D36
(61,45,54)
#302229
(48,34,41)
#23171C
(35,23,28)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #987A91

#987A91
(152,122,145)
#A1869B
(161,134,155)
#AA92A5
(170,146,165)
#B39EAF
(179,158,175)
#BCAAB9
(188,170,185)
#C5B6C3
(197,182,195)
#CEC2CD
(206,194,205)
#D7CED7
(215,206,215)
#E0DAE1
(224,218,225)
#E9E6EB
(233,230,235)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987A91 color. Also use rgb(152,122,145) instead hex code.

Text Font Color

.myTextColor { color: #987A91; }

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

This text font color is #987A91.


Background Color

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

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

This div background color is #987A91.


Border color

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

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

This div border color is #987A91.


Opacity

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

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

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

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

This text has shadow with #987A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987A91 on black background.


Color preview on white background

This text has color #987A91 on white background.



Black color preview on #987A91 background

This text has black color on #987A91 background.


White color preview on #987A91 background

This text has white color on #987A91 background.