COLOR #8E98C0

HEX: #8E98C0 RGB: (142,152,192)

Color info

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

RGB color model

#8E98C0 color RGB value is (142,152,192).

RGB: (142,152,192) (56%, 60%, 75%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 192 of 255 = 75%

142
152
192

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

Portions of RGB colors in percentages

R + G + B = 142 + 152 + 192 = 486 (100%)
R 142 of 486 ~ 29.22%
G 152 of 486 ~ 31.28%
B 192 of 486 ~ 39.51'%

%29.22
%31.28
%39.51

CMYK color model

#8E98C0 color CMYK value is (26,21,0,25).

  • cyan value is 26.04%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (26,21,0,25)
C26M21Y0K25 (26%, 21%, 0%, 25%)
(0.26 / 0.21 / 0.00 / 0.25)

CMYK percentages

%26.04
%20.83
%0
%24.71

Codes

Color #8E98C0 in popluar color models

8E 98 C0
RGB 142 152 192
HSL 228° 28.41% 65.49%
HSB/HSV 228° 26.04% 75.29%
CMYK 26.04% 20.83% 0.00%
24.71%

Color #8E98C0 in popluar number systems.

HEX 8E 98 C0
Decimal 142 152 192
Binary 10001110 10011000 11000000
Octal 216 230 300

Shades and tints

Shades of #8E98C0

#8E98C0
(142,152,192)
#828BAF
(130,139,175)
#767E9E
(118,126,158)
#6A718D
(106,113,141)
#5E647C
(94,100,124)
#52576B
(82,87,107)
#464A5A
(70,74,90)
#3A3D49
(58,61,73)
#2E3038
(46,48,56)
#222327
(34,35,39)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #8E98C0

#8E98C0
(142,152,192)
#98A1C5
(152,161,197)
#A2AACA
(162,170,202)
#ACB3CF
(172,179,207)
#B6BCD4
(182,188,212)
#C0C5D9
(192,197,217)
#CACEDE
(202,206,222)
#D4D7E3
(212,215,227)
#DEE0E8
(222,224,232)
#E8E9ED
(232,233,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E98C0; }

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

This text font color is #8E98C0.

Background Color

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

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

This div background color is #8E98C0.

Border color

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

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

This div border color is #8E98C0.

Opacity

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

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

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

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

This text has shadow with #8E98C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E98C0.

Preview

Color preview on black background

This text has color #8E98C0 on black background.


Color preview on white background

This text has color #8E98C0 on white background.


Black color preview on #8E98C0 background

This text has black color on #8E98C0 background.


White color preview on #8E98C0 background

This text has white color on #8E98C0 background.


Related colors

Complementary color

Complementary color for #hex is #71673F.


I love getcolorcode.com

Triadic colors

1 #C08E98 and #98C08E with #8E98C0 are triadic colors.

2 #C0988E and #988EC0 with #8E98C0 are triadic colors.