COLOR #8E8FBD

HEX: #8E8FBD
RGB: (142,143,189)

Color info

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

RGB color model

#8E8FBD color RGB value is (142,143,189).

  • red value is 142;
  • green value is 143;
  • blue value is 189.
RGB:
(142,143,189)
(56%,56%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 189 of 255 = 74%

142
143
189

R + G + B ~ 62%. #8E8FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 143 + 189 = 474 (100%)
R 142 of 474 ~ 29.96%
G 143 of 474 ~ 30.17%
B 189 of 474 ~ 39.87%

%29.96
%30.17
%39.87

CMYK color model

#8E8FBD color CMYK value is (25,24,0,26).

  • cyan value is 24.87%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(25,24,0,26)
C25M24Y0K26 
(25%,24%,0%,26%)
(0.25/0.24/0.00/0.26)	

CMYK percentages

%24.87
%24.34
%0
%25.88

Codes

Color #8E8FBD in popluar color models

8E8FBD
RGB142143189
HSL239°26.26%64.90%
HSB/HSV239°24.87%74.12%
CMYK24.87%24.34%0.00%
25.88%

Color #8E8FBD in popluar number systems.

HEX8E8FBD
Decimal142143189
Binary100011101000111110111101
Octal216217275

Shades and tints

Shades of #8E8FBD

#8E8FBD
(142,143,189)
#8282AC
(130,130,172)
#76759B
(118,117,155)
#6A688A
(106,104,138)
#5E5B79
(94,91,121)
#524E68
(82,78,104)
#464157
(70,65,87)
#3A3446
(58,52,70)
#2E2735
(46,39,53)
#221A24
(34,26,36)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #8E8FBD

#8E8FBD
(142,143,189)
#9899C3
(152,153,195)
#A2A3C9
(162,163,201)
#ACADCF
(172,173,207)
#B6B7D5
(182,183,213)
#C0C1DB
(192,193,219)
#CACBE1
(202,203,225)
#D4D5E7
(212,213,231)
#DEDFED
(222,223,237)
#E8E9F3
(232,233,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8FBD color. Also use rgb(142,143,189) instead hex code.

Text Font Color

.myTextColor { color: #8E8FBD; }

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

This text font color is #8E8FBD.


Background Color

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

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

This div background color is #8E8FBD.


Border color

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

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

This div border color is #8E8FBD.


Opacity

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

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

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

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

This text has shadow with #8E8FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8FBD on black background.


Color preview on white background

This text has color #8E8FBD on white background.



Black color preview on #8E8FBD background

This text has black color on #8E8FBD background.


White color preview on #8E8FBD background

This text has white color on #8E8FBD background.