COLOR #987CCD

HEX: #987CCD
RGB: (152,124,205)

Color info

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

RGB color model

#987CCD color RGB value is (152,124,205).

  • red value is 152;
  • green value is 124;
  • blue value is 205.
RGB:
(152,124,205)
(60%,49%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 205 of 255 = 80%

152
124
205

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

Portions of RGB colors in percentages

R + G + B =
152 + 124 + 205 = 481 (100%)
R 152 of 481 ~ 31.6%
G 124 of 481 ~ 25.78%
B 205 of 481 ~ 42.62%

%31.6
%25.78
%42.62

CMYK color model

#987CCD color CMYK value is (26,40,0,20).

  • cyan value is 25.85%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(26,40,0,20)
C26M40Y0K20 
(26%,40%,0%,20%)
(0.26/0.40/0.00/0.20)	

CMYK percentages

%25.85
%39.51
%0
%19.61

Codes

Color #987CCD in popluar color models

987CCD
RGB152124205
HSL261°44.75%64.51%
HSB/HSV261°39.51%80.39%
CMYK25.85%39.51%0.00%
19.61%

Color #987CCD in popluar number systems.

HEX987CCD
Decimal152124205
Binary10011000111110011001101
Octal230174315

Shades and tints

Shades of #987CCD

#987CCD
(152,124,205)
#8B71BB
(139,113,187)
#7E66A9
(126,102,169)
#715B97
(113,91,151)
#645085
(100,80,133)
#574573
(87,69,115)
#4A3A61
(74,58,97)
#3D2F4F
(61,47,79)
#30243D
(48,36,61)
#23192B
(35,25,43)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #987CCD

#987CCD
(152,124,205)
#A187D1
(161,135,209)
#AA92D5
(170,146,213)
#B39DD9
(179,157,217)
#BCA8DD
(188,168,221)
#C5B3E1
(197,179,225)
#CEBEE5
(206,190,229)
#D7C9E9
(215,201,233)
#E0D4ED
(224,212,237)
#E9DFF1
(233,223,241)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987CCD color. Also use rgb(152,124,205) instead hex code.

Text Font Color

.myTextColor { color: #987CCD; }

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

This text font color is #987CCD.


Background Color

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

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

This div background color is #987CCD.


Border color

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

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

This div border color is #987CCD.


Opacity

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

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

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

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

This text has shadow with #987CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987CCD on black background.


Color preview on white background

This text has color #987CCD on white background.



Black color preview on #987CCD background

This text has black color on #987CCD background.


White color preview on #987CCD background

This text has white color on #987CCD background.