COLOR #987CB4

HEX: #987CB4
RGB: (152,124,180)

Color info

#987CB4 contains red, green and blue colors in about the same proportion. Web safe color of #987CB4 is #9966CC (or #96C).

RGB color model

#987CB4 color RGB value is (152,124,180).

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

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 180 of 255 = 71%

152
124
180

R + G + B ~ 60%. #987CB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 124 + 180 = 456 (100%)
R 152 of 456 ~ 33.33%
G 124 of 456 ~ 27.19%
B 180 of 456 ~ 39.47%

%33.33
%27.19
%39.47

CMYK color model

#987CB4 color CMYK value is (16,31,0,29).

  • cyan value is 15.56%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(16,31,0,29)
C16M31Y0K29 
(16%,31%,0%,29%)
(0.16/0.31/0.00/0.29)	

CMYK percentages

%15.56
%31.11
%0
%29.41

Codes

Color #987CB4 in popluar color models

987CB4
RGB152124180
HSL270°27.18%59.61%
HSB/HSV270°31.11%70.59%
CMYK15.56%31.11%0.00%
29.41%

Color #987CB4 in popluar number systems.

HEX987CB4
Decimal152124180
Binary10011000111110010110100
Octal230174264

Shades and tints

Shades of #987CB4

#987CB4
(152,124,180)
#8B71A4
(139,113,164)
#7E6694
(126,102,148)
#715B84
(113,91,132)
#645074
(100,80,116)
#574564
(87,69,100)
#4A3A54
(74,58,84)
#3D2F44
(61,47,68)
#302434
(48,36,52)
#231924
(35,25,36)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #987CB4

#987CB4
(152,124,180)
#A187BA
(161,135,186)
#AA92C0
(170,146,192)
#B39DC6
(179,157,198)
#BCA8CC
(188,168,204)
#C5B3D2
(197,179,210)
#CEBED8
(206,190,216)
#D7C9DE
(215,201,222)
#E0D4E4
(224,212,228)
#E9DFEA
(233,223,234)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987CB4; }

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

This text font color is #987CB4.


Background Color

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

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

This div background color is #987CB4.


Border color

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

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

This div border color is #987CB4.


Opacity

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

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

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

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

This text has shadow with #987CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987CB4 on black background.


Color preview on white background

This text has color #987CB4 on white background.



Black color preview on #987CB4 background

This text has black color on #987CB4 background.


White color preview on #987CB4 background

This text has white color on #987CB4 background.