COLOR #8E8FB2

HEX: #8E8FB2
RGB: (142,143,178)

Color info

#8E8FB2 contains red, green and blue colors in about the same proportion. Web safe color of #8E8FB2 is #999999 (or #999).

RGB color model

#8E8FB2 color RGB value is (142,143,178).

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

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 178 of 255 = 70%

142
143
178

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

Portions of RGB colors in percentages

R + G + B =
142 + 143 + 178 = 463 (100%)
R 142 of 463 ~ 30.67%
G 143 of 463 ~ 30.89%
B 178 of 463 ~ 38.44%

%30.67
%30.89
%38.44

CMYK color model

#8E8FB2 color CMYK value is (20,20,0,30).

  • cyan value is 20.22%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(20,20,0,30)
C20M20Y0K30 
(20%,20%,0%,30%)
(0.20/0.20/0.00/0.30)	

CMYK percentages

%20.22
%19.66
%0
%30.2

Codes

Color #8E8FB2 in popluar color models

8E8FB2
RGB142143178
HSL238°18.95%62.75%
HSB/HSV238°20.22%69.80%
CMYK20.22%19.66%0.00%
30.20%

Color #8E8FB2 in popluar number systems.

HEX8E8FB2
Decimal142143178
Binary100011101000111110110010
Octal216217262

Shades and tints

Shades of #8E8FB2

#8E8FB2
(142,143,178)
#8282A2
(130,130,162)
#767592
(118,117,146)
#6A6882
(106,104,130)
#5E5B72
(94,91,114)
#524E62
(82,78,98)
#464152
(70,65,82)
#3A3442
(58,52,66)
#2E2732
(46,39,50)
#221A22
(34,26,34)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #8E8FB2

#8E8FB2
(142,143,178)
#9899B9
(152,153,185)
#A2A3C0
(162,163,192)
#ACADC7
(172,173,199)
#B6B7CE
(182,183,206)
#C0C1D5
(192,193,213)
#CACBDC
(202,203,220)
#D4D5E3
(212,213,227)
#DEDFEA
(222,223,234)
#E8E9F1
(232,233,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8FB2; }

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

This text font color is #8E8FB2.


Background Color

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

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

This div background color is #8E8FB2.


Border color

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

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

This div border color is #8E8FB2.


Opacity

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

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

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

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

This text has shadow with #8E8FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8FB2 on black background.


Color preview on white background

This text has color #8E8FB2 on white background.



Black color preview on #8E8FB2 background

This text has black color on #8E8FB2 background.


White color preview on #8E8FB2 background

This text has white color on #8E8FB2 background.