COLOR #987882

HEX: #987882
RGB: (152,120,130)

Color info

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

RGB color model

#987882 color RGB value is (152,120,130).

  • red value is 152;
  • green value is 120;
  • blue value is 130.
RGB:
(152,120,130)
(60%,47%,51%)

RGB channels and saturation

R 152 of 255 = 60%
G 120 of 255 = 47%
B 130 of 255 = 51%

152
120
130

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

Portions of RGB colors in percentages

R + G + B =
152 + 120 + 130 = 402 (100%)
R 152 of 402 ~ 37.81%
G 120 of 402 ~ 29.85%
B 130 of 402 ~ 32.34%

%37.81
%29.85
%32.34

CMYK color model

#987882 color CMYK value is (0,21,14,40).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(0,21,14,40)
C0M21Y14K40 
(0%,21%,14%,40%)
(0.00/0.21/0.14/0.40)	

CMYK percentages

%0
%21.05
%14.47
%40.39

Codes

Color #987882 in popluar color models

987882
RGB152120130
HSL341°13.45%53.33%
HSB/HSV341°21.05%59.61%
CMYK0.00%21.05%14.47%
40.39%

Color #987882 in popluar number systems.

HEX987882
Decimal152120130
Binary10011000111100010000010
Octal230170202

Shades and tints

Shades of #987882

#987882
(152,120,130)
#8B6E77
(139,110,119)
#7E646C
(126,100,108)
#715A61
(113,90,97)
#645056
(100,80,86)
#57464B
(87,70,75)
#4A3C40
(74,60,64)
#3D3235
(61,50,53)
#30282A
(48,40,42)
#231E1F
(35,30,31)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #987882

#987882
(152,120,130)
#A1848D
(161,132,141)
#AA9098
(170,144,152)
#B39CA3
(179,156,163)
#BCA8AE
(188,168,174)
#C5B4B9
(197,180,185)
#CEC0C4
(206,192,196)
#D7CCCF
(215,204,207)
#E0D8DA
(224,216,218)
#E9E4E5
(233,228,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987882 color. Also use rgb(152,120,130) instead hex code.

Text Font Color

.myTextColor { color: #987882; }

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

This text font color is #987882.


Background Color

.myBgColor { background-color: #987882; }

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

This div background color is #987882.


Border color

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

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

This div border color is #987882.


Opacity

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

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

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

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

This text has shadow with #987882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987882 on black background.


Color preview on white background

This text has color #987882 on white background.



Black color preview on #987882 background

This text has black color on #987882 background.


White color preview on #987882 background

This text has white color on #987882 background.