COLOR #987177

HEX: #987177
RGB: (152,113,119)

Color info

#987177 contains red, green and blue colors in about the same proportion. Web safe color of #987177 is #996666 (or #966).

RGB color model

#987177 color RGB value is (152,113,119).

  • red value is 152;
  • green value is 113;
  • blue value is 119.
RGB:
(152,113,119)
(60%,44%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 113 of 255 = 44%
B 119 of 255 = 47%

152
113
119

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

Portions of RGB colors in percentages

R + G + B =
152 + 113 + 119 = 384 (100%)
R 152 of 384 ~ 39.58%
G 113 of 384 ~ 29.43%
B 119 of 384 ~ 30.99%

%39.58
%29.43
%30.99

CMYK color model

#987177 color CMYK value is (0,26,22,40).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(0,26,22,40)
C0M26Y22K40 
(0%,26%,22%,40%)
(0.00/0.26/0.22/0.40)	

CMYK percentages

%0
%25.66
%21.71
%40.39

Codes

Color #987177 in popluar color models

987177
RGB152113119
HSL351°15.92%51.96%
HSB/HSV351°25.66%59.61%
CMYK0.00%25.66%21.71%
40.39%

Color #987177 in popluar number systems.

HEX987177
Decimal152113119
Binary1001100011100011110111
Octal230161167

Shades and tints

Shades of #987177

#987177
(152,113,119)
#8B676D
(139,103,109)
#7E5D63
(126,93,99)
#715359
(113,83,89)
#64494F
(100,73,79)
#573F45
(87,63,69)
#4A353B
(74,53,59)
#3D2B31
(61,43,49)
#302127
(48,33,39)
#23171D
(35,23,29)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #987177

#987177
(152,113,119)
#A17D83
(161,125,131)
#AA898F
(170,137,143)
#B3959B
(179,149,155)
#BCA1A7
(188,161,167)
#C5ADB3
(197,173,179)
#CEB9BF
(206,185,191)
#D7C5CB
(215,197,203)
#E0D1D7
(224,209,215)
#E9DDE3
(233,221,227)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987177 color. Also use rgb(152,113,119) instead hex code.

Text Font Color

.myTextColor { color: #987177; }

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

This text font color is #987177.


Background Color

.myBgColor { background-color: #987177; }

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

This div background color is #987177.


Border color

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

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

This div border color is #987177.


Opacity

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

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

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

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

This text has shadow with #987177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987177 on black background.


Color preview on white background

This text has color #987177 on white background.



Black color preview on #987177 background

This text has black color on #987177 background.


White color preview on #987177 background

This text has white color on #987177 background.