COLOR #8E98C5

HEX: #8E98C5
RGB: (142,152,197)

Color info

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

RGB color model

#8E98C5 color RGB value is (142,152,197).

  • red value is 142;
  • green value is 152;
  • blue value is 197.
RGB:
(142,152,197)
(56%,60%,77%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 197 of 255 = 77%

142
152
197

R + G + B ~ 64%. #8E98C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 152 + 197 = 491 (100%)
R 142 of 491 ~ 28.92%
G 152 of 491 ~ 30.96%
B 197 of 491 ~ 40.12%

%28.92
%30.96
%40.12

CMYK color model

#8E98C5 color CMYK value is (28,23,0,23).

  • cyan value is 27.92%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(28,23,0,23)
C28M23Y0K23 
(28%,23%,0%,23%)
(0.28/0.23/0.00/0.23)	

CMYK percentages

%27.92
%22.84
%0
%22.75

Codes

Color #8E98C5 in popluar color models

8E98C5
RGB142152197
HSL229°32.16%66.47%
HSB/HSV229°27.92%77.25%
CMYK27.92%22.84%0.00%
22.75%

Color #8E98C5 in popluar number systems.

HEX8E98C5
Decimal142152197
Binary100011101001100011000101
Octal216230305

Shades and tints

Shades of #8E98C5

#8E98C5
(142,152,197)
#828BB4
(130,139,180)
#767EA3
(118,126,163)
#6A7192
(106,113,146)
#5E6481
(94,100,129)
#525770
(82,87,112)
#464A5F
(70,74,95)
#3A3D4E
(58,61,78)
#2E303D
(46,48,61)
#22232C
(34,35,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #8E98C5

#8E98C5
(142,152,197)
#98A1CA
(152,161,202)
#A2AACF
(162,170,207)
#ACB3D4
(172,179,212)
#B6BCD9
(182,188,217)
#C0C5DE
(192,197,222)
#CACEE3
(202,206,227)
#D4D7E8
(212,215,232)
#DEE0ED
(222,224,237)
#E8E9F2
(232,233,242)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E98C5 color. Also use rgb(142,152,197) instead hex code.

Text Font Color

.myTextColor { color: #8E98C5; }

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

This text font color is #8E98C5.


Background Color

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

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

This div background color is #8E98C5.


Border color

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

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

This div border color is #8E98C5.


Opacity

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

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

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

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

This text has shadow with #8E98C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E98C5 on black background.


Color preview on white background

This text has color #8E98C5 on white background.



Black color preview on #8E98C5 background

This text has black color on #8E98C5 background.


White color preview on #8E98C5 background

This text has white color on #8E98C5 background.