COLOR #8E95BE

HEX: #8E95BE
RGB: (142,149,190)

Color info

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

RGB color model

#8E95BE color RGB value is (142,149,190).

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

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 190 of 255 = 75%

142
149
190

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 190 = 481 (100%)
R 142 of 481 ~ 29.52%
G 149 of 481 ~ 30.98%
B 190 of 481 ~ 39.5%

%29.52
%30.98
%39.5

CMYK color model

#8E95BE color CMYK value is (25,22,0,25).

  • cyan value is 25.26%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(25,22,0,25)
C25M22Y0K25 
(25%,22%,0%,25%)
(0.25/0.22/0.00/0.25)	

CMYK percentages

%25.26
%21.58
%0
%25.49

Codes

Color #8E95BE in popluar color models

8E95BE
RGB142149190
HSL231°26.97%65.10%
HSB/HSV231°25.26%74.51%
CMYK25.26%21.58%0.00%
25.49%

Color #8E95BE in popluar number systems.

HEX8E95BE
Decimal142149190
Binary100011101001010110111110
Octal216225276

Shades and tints

Shades of #8E95BE

#8E95BE
(142,149,190)
#8288AD
(130,136,173)
#767B9C
(118,123,156)
#6A6E8B
(106,110,139)
#5E617A
(94,97,122)
#525469
(82,84,105)
#464758
(70,71,88)
#3A3A47
(58,58,71)
#2E2D36
(46,45,54)
#222025
(34,32,37)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #8E95BE

#8E95BE
(142,149,190)
#989EC3
(152,158,195)
#A2A7C8
(162,167,200)
#ACB0CD
(172,176,205)
#B6B9D2
(182,185,210)
#C0C2D7
(192,194,215)
#CACBDC
(202,203,220)
#D4D4E1
(212,212,225)
#DEDDE6
(222,221,230)
#E8E6EB
(232,230,235)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E95BE; }

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

This text font color is #8E95BE.


Background Color

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

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

This div background color is #8E95BE.


Border color

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

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

This div border color is #8E95BE.


Opacity

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

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

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

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

This text has shadow with #8E95BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E95BE on black background.


Color preview on white background

This text has color #8E95BE on white background.



Black color preview on #8E95BE background

This text has black color on #8E95BE background.


White color preview on #8E95BE background

This text has white color on #8E95BE background.