COLOR #8E88BF

HEX: #8E88BF
RGB: (142,136,191)

Color info

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

RGB color model

#8E88BF color RGB value is (142,136,191).

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

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 191 of 255 = 75%

142
136
191

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

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 191 = 469 (100%)
R 142 of 469 ~ 30.28%
G 136 of 469 ~ 29%
B 191 of 469 ~ 40.72%

%30.28
%29
%40.72

CMYK color model

#8E88BF color CMYK value is (26,29,0,25).

  • cyan value is 25.65%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(26,29,0,25)
C26M29Y0K25 
(26%,29%,0%,25%)
(0.26/0.29/0.00/0.25)	

CMYK percentages

%25.65
%28.8
%0
%25.1

Codes

Color #8E88BF in popluar color models

8E88BF
RGB142136191
HSL247°30.05%64.12%
HSB/HSV247°28.80%74.90%
CMYK25.65%28.80%0.00%
25.10%

Color #8E88BF in popluar number systems.

HEX8E88BF
Decimal142136191
Binary100011101000100010111111
Octal216210277

Shades and tints

Shades of #8E88BF

#8E88BF
(142,136,191)
#827CAE
(130,124,174)
#76709D
(118,112,157)
#6A648C
(106,100,140)
#5E587B
(94,88,123)
#524C6A
(82,76,106)
#464059
(70,64,89)
#3A3448
(58,52,72)
#2E2837
(46,40,55)
#221C26
(34,28,38)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #8E88BF

#8E88BF
(142,136,191)
#9892C4
(152,146,196)
#A29CC9
(162,156,201)
#ACA6CE
(172,166,206)
#B6B0D3
(182,176,211)
#C0BAD8
(192,186,216)
#CAC4DD
(202,196,221)
#D4CEE2
(212,206,226)
#DED8E7
(222,216,231)
#E8E2EC
(232,226,236)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E88BF; }

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

This text font color is #8E88BF.


Background Color

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

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

This div background color is #8E88BF.


Border color

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

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

This div border color is #8E88BF.


Opacity

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

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

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

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

This text has shadow with #8E88BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E88BF on black background.


Color preview on white background

This text has color #8E88BF on white background.



Black color preview on #8E88BF background

This text has black color on #8E88BF background.


White color preview on #8E88BF background

This text has white color on #8E88BF background.