COLOR #8E98C3

HEX: #8E98C3 RGB: (142,152,195)

Color info

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

RGB color model

#8E98C3 color RGB value is (142,152,195).

RGB: (142,152,195) (56%, 60%, 76%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 195 of 255 = 76%

142
152
195

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

Portions of RGB colors in percentages

R + G + B = 142 + 152 + 195 = 489 (100%)
R 142 of 489 ~ 29.04%
G 152 of 489 ~ 31.08%
B 195 of 489 ~ 39.88'%

%29.04
%31.08
%39.88

CMYK color model

#8E98C3 color CMYK value is (27,22,0,24).

  • cyan value is 27.18%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (27,22,0,24)
C27M22Y0K24 (27%, 22%, 0%, 24%)
(0.27 / 0.22 / 0.00 / 0.24)

CMYK percentages

%27.18
%22.05
%0
%23.53

Codes

Color #8E98C3 in popluar color models

8E 98 C3
RGB 142 152 195
HSL 229° 30.64% 66.08%
HSB/HSV 229° 27.18% 76.47%
CMYK 27.18% 22.05% 0.00%
23.53%

Color #8E98C3 in popluar number systems.

HEX 8E 98 C3
Decimal 142 152 195
Binary 10001110 10011000 11000011
Octal 216 230 303

Shades and tints

Shades of #8E98C3

#8E98C3
(142,152,195)
#828BB2
(130,139,178)
#767EA1
(118,126,161)
#6A7190
(106,113,144)
#5E647F
(94,100,127)
#52576E
(82,87,110)
#464A5D
(70,74,93)
#3A3D4C
(58,61,76)
#2E303B
(46,48,59)
#22232A
(34,35,42)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #8E98C3

#8E98C3
(142,152,195)
#98A1C8
(152,161,200)
#A2AACD
(162,170,205)
#ACB3D2
(172,179,210)
#B6BCD7
(182,188,215)
#C0C5DC
(192,197,220)
#CACEE1
(202,206,225)
#D4D7E6
(212,215,230)
#DEE0EB
(222,224,235)
#E8E9F0
(232,233,240)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E98C3; }

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

This text font color is #8E98C3.

Background Color

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

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

This div background color is #8E98C3.

Border color

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

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

This div border color is #8E98C3.

Opacity

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

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

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

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

This text has shadow with #8E98C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E98C3.

Preview

Color preview on black background

This text has color #8E98C3 on black background.


Color preview on white background

This text has color #8E98C3 on white background.


Black color preview on #8E98C3 background

This text has black color on #8E98C3 background.


White color preview on #8E98C3 background

This text has white color on #8E98C3 background.


Related colors

Complementary color

Complementary color for #hex is #71673C.


I love getcolorcode.com

Triadic colors

1 #C38E98 and #98C38E with #8E98C3 are triadic colors.

2 #C3988E and #988EC3 with #8E98C3 are triadic colors.