COLOR #987893

HEX: #987893
RGB: (152,120,147)

Color info

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

RGB color model

#987893 color RGB value is (152,120,147).

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

RGB channels and saturation

R 152 of 255 = 60%
G 120 of 255 = 47%
B 147 of 255 = 58%

152
120
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 120 + 147 = 419 (100%)
R 152 of 419 ~ 36.28%
G 120 of 419 ~ 28.64%
B 147 of 419 ~ 35.08%

%36.28
%28.64
%35.08

CMYK color model

#987893 color CMYK value is (0,21,3,40).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(0,21,3,40)
C0M21Y3K40 
(0%,21%,3%,40%)
(0.00/0.21/0.03/0.40)	

CMYK percentages

%0
%21.05
%3.29
%40.39

Codes

Color #987893 in popluar color models

987893
RGB152120147
HSL309°13.45%53.33%
HSB/HSV309°21.05%59.61%
CMYK0.00%21.05%3.29%
40.39%

Color #987893 in popluar number systems.

HEX987893
Decimal152120147
Binary10011000111100010010011
Octal230170223

Shades and tints

Shades of #987893

#987893
(152,120,147)
#8B6E86
(139,110,134)
#7E6479
(126,100,121)
#715A6C
(113,90,108)
#64505F
(100,80,95)
#574652
(87,70,82)
#4A3C45
(74,60,69)
#3D3238
(61,50,56)
#30282B
(48,40,43)
#231E1E
(35,30,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #987893

#987893
(152,120,147)
#A1849C
(161,132,156)
#AA90A5
(170,144,165)
#B39CAE
(179,156,174)
#BCA8B7
(188,168,183)
#C5B4C0
(197,180,192)
#CEC0C9
(206,192,201)
#D7CCD2
(215,204,210)
#E0D8DB
(224,216,219)
#E9E4E4
(233,228,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987893; }

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

This text font color is #987893.


Background Color

.myBgColor { background-color: #987893; }

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

This div background color is #987893.


Border color

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

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

This div border color is #987893.


Opacity

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

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

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

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

This text has shadow with #987893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987893 on black background.


Color preview on white background

This text has color #987893 on white background.



Black color preview on #987893 background

This text has black color on #987893 background.


White color preview on #987893 background

This text has white color on #987893 background.