COLOR #8E9CA7

HEX: #8E9CA7
RGB: (142,156,167)

Color info

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

RGB color model

#8E9CA7 color RGB value is (142,156,167).

  • red value is 142;
  • green value is 156;
  • blue value is 167.
RGB:
(142,156,167)
(56%,61%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 167 of 255 = 65%

142
156
167

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 167 = 465 (100%)
R 142 of 465 ~ 30.54%
G 156 of 465 ~ 33.55%
B 167 of 465 ~ 35.91%

%30.54
%33.55
%35.91

CMYK color model

#8E9CA7 color CMYK value is (15,7,0,35).

  • cyan value is 14.97%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(15,7,0,35)
C15M7Y0K35 
(15%,7%,0%,35%)
(0.15/0.07/0.00/0.35)	

CMYK percentages

%14.97
%6.59
%0
%34.51

Codes

Color #8E9CA7 in popluar color models

8E9CA7
RGB142156167
HSL206°12.44%60.59%
HSB/HSV206°14.97%65.49%
CMYK14.97%6.59%0.00%
34.51%

Color #8E9CA7 in popluar number systems.

HEX8E9CA7
Decimal142156167
Binary100011101001110010100111
Octal216234247

Shades and tints

Shades of #8E9CA7

#8E9CA7
(142,156,167)
#828E98
(130,142,152)
#768089
(118,128,137)
#6A727A
(106,114,122)
#5E646B
(94,100,107)
#52565C
(82,86,92)
#46484D
(70,72,77)
#3A3A3E
(58,58,62)
#2E2C2F
(46,44,47)
#221E20
(34,30,32)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8E9CA7

#8E9CA7
(142,156,167)
#98A5AF
(152,165,175)
#A2AEB7
(162,174,183)
#ACB7BF
(172,183,191)
#B6C0C7
(182,192,199)
#C0C9CF
(192,201,207)
#CAD2D7
(202,210,215)
#D4DBDF
(212,219,223)
#DEE4E7
(222,228,231)
#E8EDEF
(232,237,239)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9CA7 color. Also use rgb(142,156,167) instead hex code.

Text Font Color

.myTextColor { color: #8E9CA7; }

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

This text font color is #8E9CA7.


Background Color

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

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

This div background color is #8E9CA7.


Border color

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

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

This div border color is #8E9CA7.


Opacity

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

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

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

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

This text has shadow with #8E9CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9CA7 on black background.


Color preview on white background

This text has color #8E9CA7 on white background.



Black color preview on #8E9CA7 background

This text has black color on #8E9CA7 background.


White color preview on #8E9CA7 background

This text has white color on #8E9CA7 background.