COLOR #8E95BC

HEX: #8E95BC
RGB: (142,149,188)

Color info

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

RGB color model

#8E95BC color RGB value is (142,149,188).

  • red value is 142;
  • green value is 149;
  • blue value is 188.
RGB:
(142,149,188)
(56%,58%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 188 of 255 = 74%

142
149
188

R + G + B ~ 63%. #8E95BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 188 = 479 (100%)
R 142 of 479 ~ 29.65%
G 149 of 479 ~ 31.11%
B 188 of 479 ~ 39.25%

%29.65
%31.11
%39.25

CMYK color model

#8E95BC color CMYK value is (24,21,0,26).

  • cyan value is 24.47%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,21,0,26)
C24M21Y0K26 
(24%,21%,0%,26%)
(0.24/0.21/0.00/0.26)	

CMYK percentages

%24.47
%20.74
%0
%26.27

Codes

Color #8E95BC in popluar color models

8E95BC
RGB142149188
HSL231°25.56%64.71%
HSB/HSV231°24.47%73.73%
CMYK24.47%20.74%0.00%
26.27%

Color #8E95BC in popluar number systems.

HEX8E95BC
Decimal142149188
Binary100011101001010110111100
Octal216225274

Shades and tints

Shades of #8E95BC

#8E95BC
(142,149,188)
#8288AB
(130,136,171)
#767B9A
(118,123,154)
#6A6E89
(106,110,137)
#5E6178
(94,97,120)
#525467
(82,84,103)
#464756
(70,71,86)
#3A3A45
(58,58,69)
#2E2D34
(46,45,52)
#222023
(34,32,35)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8E95BC

#8E95BC
(142,149,188)
#989EC2
(152,158,194)
#A2A7C8
(162,167,200)
#ACB0CE
(172,176,206)
#B6B9D4
(182,185,212)
#C0C2DA
(192,194,218)
#CACBE0
(202,203,224)
#D4D4E6
(212,212,230)
#DEDDEC
(222,221,236)
#E8E6F2
(232,230,242)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E95BC color. Also use rgb(142,149,188) instead hex code.

Text Font Color

.myTextColor { color: #8E95BC; }

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

This text font color is #8E95BC.


Background Color

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

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

This div background color is #8E95BC.


Border color

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

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

This div border color is #8E95BC.


Opacity

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

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

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

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

This text has shadow with #8E95BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E95BC on black background.


Color preview on white background

This text has color #8E95BC on white background.



Black color preview on #8E95BC background

This text has black color on #8E95BC background.


White color preview on #8E95BC background

This text has white color on #8E95BC background.