COLOR #8987C5

HEX: #8987C5
RGB: (137,135,197)

Color info

#8987C5 contains mainly blue color. Web safe color of #8987C5 is #9999CC (or #99C).

RGB color model

#8987C5 color RGB value is (137,135,197).

  • red value is 137;
  • green value is 135;
  • blue value is 197.
RGB:
(137,135,197)
(54%,53%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 197 of 255 = 77%

137
135
197

R + G + B ~ 61%. #8987C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 197 = 469 (100%)
R 137 of 469 ~ 29.21%
G 135 of 469 ~ 28.78%
B 197 of 469 ~ 42%

%29.21
%28.78
%42

CMYK color model

#8987C5 color CMYK value is (30,31,0,23).

  • cyan value is 30.46%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,31,0,23)
C30M31Y0K23 
(30%,31%,0%,23%)
(0.30/0.31/0.00/0.23)	

CMYK percentages

%30.46
%31.47
%0
%22.75

Codes

Color #8987C5 in popluar color models

8987C5
RGB137135197
HSL242°34.83%65.10%
HSB/HSV242°31.47%77.25%
CMYK30.46%31.47%0.00%
22.75%

Color #8987C5 in popluar number systems.

HEX8987C5
Decimal137135197
Binary100010011000011111000101
Octal211207305

Shades and tints

Shades of #8987C5

#8987C5
(137,135,197)
#7D7BB4
(125,123,180)
#716FA3
(113,111,163)
#656392
(101,99,146)
#595781
(89,87,129)
#4D4B70
(77,75,112)
#413F5F
(65,63,95)
#35334E
(53,51,78)
#29273D
(41,39,61)
#1D1B2C
(29,27,44)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #8987C5

#8987C5
(137,135,197)
#9391CA
(147,145,202)
#9D9BCF
(157,155,207)
#A7A5D4
(167,165,212)
#B1AFD9
(177,175,217)
#BBB9DE
(187,185,222)
#C5C3E3
(197,195,227)
#CFCDE8
(207,205,232)
#D9D7ED
(217,215,237)
#E3E1F2
(227,225,242)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8987C5 color. Also use rgb(137,135,197) instead hex code.

Text Font Color

.myTextColor { color: #8987C5; }

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

This text font color is #8987C5.


Background Color

.myBgColor { background-color: #8987C5; }

<div style="background-color:#8987C5">Inner text</div>

This div background color is #8987C5.


Border color

.myBorderColor { border: 1px solid #8987C5; }

<div style="border:3px solid #8987C5">Div</div>

This div border color is #8987C5.


Opacity

.myOpacity80 { color: #8987C5; opacity: 0.8; }

<p style="color:#8987C5;opacity:0.8;">80%</p>

Text with #8987C5 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 #8987C5;}

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

This text has shadow with #8987C5 color.

.textShadow {text-shadow: 3px 3px 1px #8987C5, 3px 3px 1px red;}

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

This text has shadow with #8987C5 primary color and red secondary color.


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

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

This text has shadow with #8987C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8987C5 on black background.


Color preview on white background

This text has color #8987C5 on white background.



Black color preview on #8987C5 background

This text has black color on #8987C5 background.


White color preview on #8987C5 background

This text has white color on #8987C5 background.