COLOR #8E87BB

HEX: #8E87BB RGB: (142,135,187)

Color info

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

RGB color model

#8E87BB color RGB value is (142,135,187).

RGB: (142,135,187) (56%, 53%, 73%)

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 187 of 255 = 73%

142
135
187

R + G + B ~ 61%. #8E87BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 135 + 187 = 464 (100%)
R 142 of 464 ~ 30.6%
G 135 of 464 ~ 29.09%
B 187 of 464 ~ 40.3'%

%30.6
%29.09
%40.3

CMYK color model

#8E87BB color CMYK value is (24,28,0,27).

  • cyan value is 24.06%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (24,28,0,27)
C24M28Y0K27 (24%, 28%, 0%, 27%)
(0.24 / 0.28 / 0.00 / 0.27)

CMYK percentages

%24.06
%27.81
%0
%26.67

Codes

Color #8E87BB in popluar color models

8E 87 BB
RGB 142 135 187
HSL 248° 27.66% 63.14%
HSB/HSV 248° 27.81% 73.33%
CMYK 24.06% 27.81% 0.00%
26.67%

Color #8E87BB in popluar number systems.

HEX 8E 87 BB
Decimal 142 135 187
Binary 10001110 10000111 10111011
Octal 216 207 273

Shades and tints

Shades of #8E87BB

#8E87BB
(142,135,187)
#827BAA
(130,123,170)
#766F99
(118,111,153)
#6A6388
(106,99,136)
#5E5777
(94,87,119)
#524B66
(82,75,102)
#463F55
(70,63,85)
#3A3344
(58,51,68)
#2E2733
(46,39,51)
#221B22
(34,27,34)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E87BB

#8E87BB
(142,135,187)
#9891C1
(152,145,193)
#A29BC7
(162,155,199)
#ACA5CD
(172,165,205)
#B6AFD3
(182,175,211)
#C0B9D9
(192,185,217)
#CAC3DF
(202,195,223)
#D4CDE5
(212,205,229)
#DED7EB
(222,215,235)
#E8E1F1
(232,225,241)
#F2EBF7
(242,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E87BB color. Also use rgb(142,135,187) instead hex code.

Text Font Color

.myTextColor { color: #8E87BB; }

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

This text font color is #8E87BB.

Background Color

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

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

This div background color is #8E87BB.

Border color

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

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

This div border color is #8E87BB.

Opacity

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

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

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

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

This text has shadow with #8E87BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E87BB.

Preview

Color preview on black background

This text has color #8E87BB on black background.


Color preview on white background

This text has color #8E87BB on white background.


Black color preview on #8E87BB background

This text has black color on #8E87BB background.


White color preview on #8E87BB background

This text has white color on #8E87BB background.


Related colors

Complementary color

Complementary color for #hex is #717844.


I love getcolorcode.com

Triadic colors

1 #BB8E87 and #87BB8E with #8E87BB are triadic colors.

2 #BB878E and #878EBB with #8E87BB are triadic colors.