COLOR #987EE0

HEX: #987EE0
RGB: (152,126,224)

Color info

#987EE0 contains mainly blue color. Web safe color of #987EE0 is #9966CC (or #96C).

RGB color model

#987EE0 color RGB value is (152,126,224).

  • red value is 152;
  • green value is 126;
  • blue value is 224.
RGB:
(152,126,224)
(60%,49%,88%)

RGB channels and saturation

R 152 of 255 = 60%
G 126 of 255 = 49%
B 224 of 255 = 88%

152
126
224

R + G + B ~ 66%. #987EE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 126 + 224 = 502 (100%)
R 152 of 502 ~ 30.28%
G 126 of 502 ~ 25.1%
B 224 of 502 ~ 44.62%

%30.28
%25.1
%44.62

CMYK color model

#987EE0 color CMYK value is (32,44,0,12).

  • cyan value is 32.14%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(32,44,0,12)
C32M44Y0K12 
(32%,44%,0%,12%)
(0.32/0.44/0.00/0.12)	

CMYK percentages

%32.14
%43.75
%0
%12.16

Codes

Color #987EE0 in popluar color models

987EE0
RGB152126224
HSL256°61.25%68.63%
HSB/HSV256°43.75%87.84%
CMYK32.14%43.75%0.00%
12.16%

Color #987EE0 in popluar number systems.

HEX987EE0
Decimal152126224
Binary10011000111111011100000
Octal230176340

Shades and tints

Shades of #987EE0

#987EE0
(152,126,224)
#8B73CC
(139,115,204)
#7E68B8
(126,104,184)
#715DA4
(113,93,164)
#645290
(100,82,144)
#57477C
(87,71,124)
#4A3C68
(74,60,104)
#3D3154
(61,49,84)
#302640
(48,38,64)
#231B2C
(35,27,44)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #987EE0

#987EE0
(152,126,224)
#A189E2
(161,137,226)
#AA94E4
(170,148,228)
#B39FE6
(179,159,230)
#BCAAE8
(188,170,232)
#C5B5EA
(197,181,234)
#CEC0EC
(206,192,236)
#D7CBEE
(215,203,238)
#E0D6F0
(224,214,240)
#E9E1F2
(233,225,242)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987EE0 color. Also use rgb(152,126,224) instead hex code.

Text Font Color

.myTextColor { color: #987EE0; }

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

This text font color is #987EE0.


Background Color

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

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

This div background color is #987EE0.


Border color

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

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

This div border color is #987EE0.


Opacity

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

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

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

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

This text has shadow with #987EE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987EE0 on black background.


Color preview on white background

This text has color #987EE0 on white background.



Black color preview on #987EE0 background

This text has black color on #987EE0 background.


White color preview on #987EE0 background

This text has white color on #987EE0 background.