COLOR #8E9CA5

HEX: #8E9CA5 RGB: (142,156,165)

Color info

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

RGB color model

#8E9CA5 color RGB value is (142,156,165).

RGB: (142,156,165) (56%, 61%, 65%)

RGB channels and saturation

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

142
156
165

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

Portions of RGB colors in percentages

R + G + B = 142 + 156 + 165 = 463 (100%)
R 142 of 463 ~ 30.67%
G 156 of 463 ~ 33.69%
B 165 of 463 ~ 35.64'%

%30.67
%33.69
%35.64

CMYK color model

#8E9CA5 color CMYK value is (14,5,0,35).

  • cyan value is 13.94%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (14,5,0,35)
C14M5Y0K35 (14%, 5%, 0%, 35%)
(0.14 / 0.05 / 0.00 / 0.35)

CMYK percentages

%13.94
%5.45
%0
%35.29

Codes

Color #8E9CA5 in popluar color models

8E 9C A5
RGB 142 156 165
HSL 203° 11.33% 60.20%
HSB/HSV 203° 13.94% 64.71%
CMYK 13.94% 5.45% 0.00%
35.29%

Color #8E9CA5 in popluar number systems.

HEX 8E 9C A5
Decimal 142 156 165
Binary 10001110 10011100 10100101
Octal 216 234 245

Shades and tints

Shades of #8E9CA5

#8E9CA5
(142,156,165)
#828E96
(130,142,150)
#768087
(118,128,135)
#6A7278
(106,114,120)
#5E6469
(94,100,105)
#52565A
(82,86,90)
#46484B
(70,72,75)
#3A3A3C
(58,58,60)
#2E2C2D
(46,44,45)
#221E1E
(34,30,30)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E9CA5

#8E9CA5
(142,156,165)
#98A5AD
(152,165,173)
#A2AEB5
(162,174,181)
#ACB7BD
(172,183,189)
#B6C0C5
(182,192,197)
#C0C9CD
(192,201,205)
#CAD2D5
(202,210,213)
#D4DBDD
(212,219,221)
#DEE4E5
(222,228,229)
#E8EDED
(232,237,237)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9CA5; }

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

This text font color is #8E9CA5.

Background Color

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

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

This div background color is #8E9CA5.

Border color

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

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

This div border color is #8E9CA5.

Opacity

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

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

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

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

This text has shadow with #8E9CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9CA5.

Preview

Color preview on black background

This text has color #8E9CA5 on black background.


Color preview on white background

This text has color #8E9CA5 on white background.


Black color preview on #8E9CA5 background

This text has black color on #8E9CA5 background.


White color preview on #8E9CA5 background

This text has white color on #8E9CA5 background.


Related colors

Complementary color

Complementary color for #hex is #71635A.


I love getcolorcode.com

Triadic colors

1 #A58E9C and #9CA58E with #8E9CA5 are triadic colors.

2 #A59C8E and #9C8EA5 with #8E9CA5 are triadic colors.