COLOR #8E95BF

HEX: #8E95BF RGB: (142,149,191)

Color info

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

RGB color model

#8E95BF color RGB value is (142,149,191).

RGB: (142,149,191) (56%, 58%, 75%)

RGB channels and saturation

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

142
149
191

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

Portions of RGB colors in percentages

R + G + B = 142 + 149 + 191 = 482 (100%)
R 142 of 482 ~ 29.46%
G 149 of 482 ~ 30.91%
B 191 of 482 ~ 39.63'%

%29.46
%30.91
%39.63

CMYK color model

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

  • cyan value is 25.65%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (26,22,0,25)
C26M22Y0K25 (26%, 22%, 0%, 25%)
(0.26 / 0.22 / 0.00 / 0.25)

CMYK percentages

%25.65
%21.99
%0
%25.1

Codes

Color #8E95BF in popluar color models

8E 95 BF
RGB 142 149 191
HSL 231° 27.68% 65.29%
HSB/HSV 231° 25.65% 74.90%
CMYK 25.65% 21.99% 0.00%
25.10%

Color #8E95BF in popluar number systems.

HEX 8E 95 BF
Decimal 142 149 191
Binary 10001110 10010101 10111111
Octal 216 225 277

Shades and tints

Shades of #8E95BF

#8E95BF
(142,149,191)
#8288AE
(130,136,174)
#767B9D
(118,123,157)
#6A6E8C
(106,110,140)
#5E617B
(94,97,123)
#52546A
(82,84,106)
#464759
(70,71,89)
#3A3A48
(58,58,72)
#2E2D37
(46,45,55)
#222026
(34,32,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #8E95BF

#8E95BF
(142,149,191)
#989EC4
(152,158,196)
#A2A7C9
(162,167,201)
#ACB0CE
(172,176,206)
#B6B9D3
(182,185,211)
#C0C2D8
(192,194,216)
#CACBDD
(202,203,221)
#D4D4E2
(212,212,226)
#DEDDE7
(222,221,231)
#E8E6EC
(232,230,236)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E95BF; }

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

This text font color is #8E95BF.

Background Color

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

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

This div background color is #8E95BF.

Border color

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

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

This div border color is #8E95BF.

Opacity

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

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

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

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

This text has shadow with #8E95BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E95BF.

Preview

Color preview on black background

This text has color #8E95BF on black background.


Color preview on white background

This text has color #8E95BF on white background.


Black color preview on #8E95BF background

This text has black color on #8E95BF background.


White color preview on #8E95BF background

This text has white color on #8E95BF background.


Related colors

Complementary color

Complementary color for #hex is #716A40.


I love getcolorcode.com

Triadic colors

1 #BF8E95 and #95BF8E with #8E95BF are triadic colors.

2 #BF958E and #958EBF with #8E95BF are triadic colors.