COLOR #987097

HEX: #987097
RGB: (152,112,151)

Color info

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

RGB color model

#987097 color RGB value is (152,112,151).

  • red value is 152;
  • green value is 112;
  • blue value is 151.
RGB:
(152,112,151)
(60%,44%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 112 of 255 = 44%
B 151 of 255 = 59%

152
112
151

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

Portions of RGB colors in percentages

R + G + B =
152 + 112 + 151 = 415 (100%)
R 152 of 415 ~ 36.63%
G 112 of 415 ~ 26.99%
B 151 of 415 ~ 36.39%

%36.63
%26.99
%36.39

CMYK color model

#987097 color CMYK value is (0,26,1,40).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(0,26,1,40)
C0M26Y1K40 
(0%,26%,1%,40%)
(0.00/0.26/0.01/0.40)	

CMYK percentages

%0
%26.32
%0.66
%40.39

Codes

Color #987097 in popluar color models

987097
RGB152112151
HSL302°16.26%51.76%
HSB/HSV302°26.32%59.61%
CMYK0.00%26.32%0.66%
40.39%

Color #987097 in popluar number systems.

HEX987097
Decimal152112151
Binary10011000111000010010111
Octal230160227

Shades and tints

Shades of #987097

#987097
(152,112,151)
#8B668A
(139,102,138)
#7E5C7D
(126,92,125)
#715270
(113,82,112)
#644863
(100,72,99)
#573E56
(87,62,86)
#4A3449
(74,52,73)
#3D2A3C
(61,42,60)
#30202F
(48,32,47)
#231622
(35,22,34)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #987097

#987097
(152,112,151)
#A17DA0
(161,125,160)
#AA8AA9
(170,138,169)
#B397B2
(179,151,178)
#BCA4BB
(188,164,187)
#C5B1C4
(197,177,196)
#CEBECD
(206,190,205)
#D7CBD6
(215,203,214)
#E0D8DF
(224,216,223)
#E9E5E8
(233,229,232)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987097 color. Also use rgb(152,112,151) instead hex code.

Text Font Color

.myTextColor { color: #987097; }

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

This text font color is #987097.


Background Color

.myBgColor { background-color: #987097; }

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

This div background color is #987097.


Border color

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

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

This div border color is #987097.


Opacity

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

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

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

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

This text has shadow with #987097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987097 on black background.


Color preview on white background

This text has color #987097 on white background.



Black color preview on #987097 background

This text has black color on #987097 background.


White color preview on #987097 background

This text has white color on #987097 background.