COLOR #8C87BA

HEX: #8C87BA
RGB: (140,135,186)

Color info

#8C87BA contains red, green and blue colors in about the same proportion. Web safe color of #8C87BA is #9999CC (or #99C).

RGB color model

#8C87BA color RGB value is (140,135,186).

  • red value is 140;
  • green value is 135;
  • blue value is 186.
RGB:
(140,135,186)
(55%,53%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 186 of 255 = 73%

140
135
186

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

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 186 = 461 (100%)
R 140 of 461 ~ 30.37%
G 135 of 461 ~ 29.28%
B 186 of 461 ~ 40.35%

%30.37
%29.28
%40.35

CMYK color model

#8C87BA color CMYK value is (25,27,0,27).

  • cyan value is 24.73%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,27,0,27)
C25M27Y0K27 
(25%,27%,0%,27%)
(0.25/0.27/0.00/0.27)	

CMYK percentages

%24.73
%27.42
%0
%27.06

Codes

Color #8C87BA in popluar color models

8C87BA
RGB140135186
HSL246°26.98%62.94%
HSB/HSV246°27.42%72.94%
CMYK24.73%27.42%0.00%
27.06%

Color #8C87BA in popluar number systems.

HEX8C87BA
Decimal140135186
Binary100011001000011110111010
Octal214207272

Shades and tints

Shades of #8C87BA

#8C87BA
(140,135,186)
#807BAA
(128,123,170)
#746F9A
(116,111,154)
#68638A
(104,99,138)
#5C577A
(92,87,122)
#504B6A
(80,75,106)
#443F5A
(68,63,90)
#38334A
(56,51,74)
#2C273A
(44,39,58)
#201B2A
(32,27,42)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #8C87BA

#8C87BA
(140,135,186)
#9691C0
(150,145,192)
#A09BC6
(160,155,198)
#AAA5CC
(170,165,204)
#B4AFD2
(180,175,210)
#BEB9D8
(190,185,216)
#C8C3DE
(200,195,222)
#D2CDE4
(210,205,228)
#DCD7EA
(220,215,234)
#E6E1F0
(230,225,240)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C87BA color. Also use rgb(140,135,186) instead hex code.

Text Font Color

.myTextColor { color: #8C87BA; }

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

This text font color is #8C87BA.


Background Color

.myBgColor { background-color: #8C87BA; }

<div style="background-color:#8C87BA">Inner text</div>

This div background color is #8C87BA.


Border color

.myBorderColor { border: 1px solid #8C87BA; }

<div style="border:3px solid #8C87BA">Div</div>

This div border color is #8C87BA.


Opacity

.myOpacity80 { color: #8C87BA; opacity: 0.8; }

<p style="color:#8C87BA;opacity:0.8;">80%</p>

Text with #8C87BA 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 #8C87BA;}

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

This text has shadow with #8C87BA color.

.textShadow {text-shadow: 3px 3px 1px #8C87BA, 3px 3px 1px red;}

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

This text has shadow with #8C87BA primary color and red secondary color.


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

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

This text has shadow with #8C87BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C87BA on black background.


Color preview on white background

This text has color #8C87BA on white background.



Black color preview on #8C87BA background

This text has black color on #8C87BA background.


White color preview on #8C87BA background

This text has white color on #8C87BA background.