COLOR #8E88BB

HEX: #8E88BB
RGB: (142,136,187)

Color info

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

RGB color model

#8E88BB color RGB value is (142,136,187).

  • red value is 142;
  • green value is 136;
  • blue value is 187.
RGB:
(142,136,187)
(56%,53%,73%)

RGB channels and saturation

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

142
136
187

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

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 187 = 465 (100%)
R 142 of 465 ~ 30.54%
G 136 of 465 ~ 29.25%
B 187 of 465 ~ 40.22%

%30.54
%29.25
%40.22

CMYK color model

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

  • cyan value is 24.06%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(24,27,0,27)
C24M27Y0K27 
(24%,27%,0%,27%)
(0.24/0.27/0.00/0.27)	

CMYK percentages

%24.06
%27.27
%0
%26.67

Codes

Color #8E88BB in popluar color models

8E88BB
RGB142136187
HSL247°27.27%63.33%
HSB/HSV247°27.27%73.33%
CMYK24.06%27.27%0.00%
26.67%

Color #8E88BB in popluar number systems.

HEX8E88BB
Decimal142136187
Binary100011101000100010111011
Octal216210273

Shades and tints

Shades of #8E88BB

#8E88BB
(142,136,187)
#827CAA
(130,124,170)
#767099
(118,112,153)
#6A6488
(106,100,136)
#5E5877
(94,88,119)
#524C66
(82,76,102)
#464055
(70,64,85)
#3A3444
(58,52,68)
#2E2833
(46,40,51)
#221C22
(34,28,34)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8E88BB

#8E88BB
(142,136,187)
#9892C1
(152,146,193)
#A29CC7
(162,156,199)
#ACA6CD
(172,166,205)
#B6B0D3
(182,176,211)
#C0BAD9
(192,186,217)
#CAC4DF
(202,196,223)
#D4CEE5
(212,206,229)
#DED8EB
(222,216,235)
#E8E2F1
(232,226,241)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E88BB; }

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

This text font color is #8E88BB.


Background Color

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

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

This div background color is #8E88BB.


Border color

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

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

This div border color is #8E88BB.


Opacity

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

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

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

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

This text has shadow with #8E88BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E88BB on black background.


Color preview on white background

This text has color #8E88BB on white background.



Black color preview on #8E88BB background

This text has black color on #8E88BB background.


White color preview on #8E88BB background

This text has white color on #8E88BB background.