COLOR #987CB8

HEX: #987CB8 RGB: (152,124,184)

Color info

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

RGB color model

#987CB8 color RGB value is (152,124,184).

RGB: (152,124,184) (60%, 49%, 72%)

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 184 of 255 = 72%

152
124
184

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

Portions of RGB colors in percentages

R + G + B = 152 + 124 + 184 = 460 (100%)
R 152 of 460 ~ 33.04%
G 124 of 460 ~ 26.96%
B 184 of 460 ~ 40'%

%33.04
%26.96
%40

CMYK color model

#987CB8 color CMYK value is (17,33,0,28).

  • cyan value is 17.39%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (17,33,0,28)
C17M33Y0K28 (17%, 33%, 0%, 28%)
(0.17 / 0.33 / 0.00 / 0.28)

CMYK percentages

%17.39
%32.61
%0
%27.84

Codes

Color #987CB8 in popluar color models

98 7C B8
RGB 152 124 184
HSL 268° 29.70% 60.39%
HSB/HSV 268° 32.61% 72.16%
CMYK 17.39% 32.61% 0.00%
27.84%

Color #987CB8 in popluar number systems.

HEX 98 7C B8
Decimal 152 124 184
Binary 10011000 1111100 10111000
Octal 230 174 270

Shades and tints

Shades of #987CB8

#987CB8
(152,124,184)
#8B71A8
(139,113,168)
#7E6698
(126,102,152)
#715B88
(113,91,136)
#645078
(100,80,120)
#574568
(87,69,104)
#4A3A58
(74,58,88)
#3D2F48
(61,47,72)
#302438
(48,36,56)
#231928
(35,25,40)
#160E18
(22,14,24)
#000000
(0,0,0)

Tints of #987CB8

#987CB8
(152,124,184)
#A187BE
(161,135,190)
#AA92C4
(170,146,196)
#B39DCA
(179,157,202)
#BCA8D0
(188,168,208)
#C5B3D6
(197,179,214)
#CEBEDC
(206,190,220)
#D7C9E2
(215,201,226)
#E0D4E8
(224,212,232)
#E9DFEE
(233,223,238)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987CB8; }

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

This text font color is #987CB8.

Background Color

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

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

This div background color is #987CB8.

Border color

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

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

This div border color is #987CB8.

Opacity

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

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

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

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

This text has shadow with #987CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987CB8.

Preview

Color preview on black background

This text has color #987CB8 on black background.


Color preview on white background

This text has color #987CB8 on white background.


Black color preview on #987CB8 background

This text has black color on #987CB8 background.


White color preview on #987CB8 background

This text has white color on #987CB8 background.


Related colors

Complementary color

Complementary color for #hex is #678347.


I love getcolorcode.com

Triadic colors

1 #B8987C and #7CB898 with #987CB8 are triadic colors.

2 #B87C98 and #7C98B8 with #987CB8 are triadic colors.