COLOR #987FC7

HEX: #987FC7
RGB: (152,127,199)

Color info

#987FC7 contains mainly red and blue colors. Web safe color of #987FC7 is #9966CC (or #96C).

RGB color model

#987FC7 color RGB value is (152,127,199).

  • red value is 152;
  • green value is 127;
  • blue value is 199.
RGB:
(152,127,199)
(60%,50%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 199 of 255 = 78%

152
127
199

R + G + B ~ 63%. #987FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 127 + 199 = 478 (100%)
R 152 of 478 ~ 31.8%
G 127 of 478 ~ 26.57%
B 199 of 478 ~ 41.63%

%31.8
%26.57
%41.63

CMYK color model

#987FC7 color CMYK value is (24,36,0,22).

  • cyan value is 23.62%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,36,0,22)
C24M36Y0K22 
(24%,36%,0%,22%)
(0.24/0.36/0.00/0.22)	

CMYK percentages

%23.62
%36.18
%0
%21.96

Codes

Color #987FC7 in popluar color models

987FC7
RGB152127199
HSL261°39.13%63.92%
HSB/HSV261°36.18%78.04%
CMYK23.62%36.18%0.00%
21.96%

Color #987FC7 in popluar number systems.

HEX987FC7
Decimal152127199
Binary10011000111111111000111
Octal230177307

Shades and tints

Shades of #987FC7

#987FC7
(152,127,199)
#8B74B5
(139,116,181)
#7E69A3
(126,105,163)
#715E91
(113,94,145)
#64537F
(100,83,127)
#57486D
(87,72,109)
#4A3D5B
(74,61,91)
#3D3249
(61,50,73)
#302737
(48,39,55)
#231C25
(35,28,37)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #987FC7

#987FC7
(152,127,199)
#A18ACC
(161,138,204)
#AA95D1
(170,149,209)
#B3A0D6
(179,160,214)
#BCABDB
(188,171,219)
#C5B6E0
(197,182,224)
#CEC1E5
(206,193,229)
#D7CCEA
(215,204,234)
#E0D7EF
(224,215,239)
#E9E2F4
(233,226,244)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987FC7 color. Also use rgb(152,127,199) instead hex code.

Text Font Color

.myTextColor { color: #987FC7; }

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

This text font color is #987FC7.


Background Color

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

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

This div background color is #987FC7.


Border color

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

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

This div border color is #987FC7.


Opacity

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

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

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

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

This text has shadow with #987FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987FC7 on black background.


Color preview on white background

This text has color #987FC7 on white background.



Black color preview on #987FC7 background

This text has black color on #987FC7 background.


White color preview on #987FC7 background

This text has white color on #987FC7 background.