COLOR #8E9C95

HEX: #8E9C95 RGB: (142,156,149)

Color info

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

RGB color model

#8E9C95 color RGB value is (142,156,149).

RGB: (142,156,149) (56%, 61%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 149 of 255 = 58%

142
156
149

R + G + B ~ 58%. #8E9C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 156 + 149 = 447 (100%)
R 142 of 447 ~ 31.77%
G 156 of 447 ~ 34.9%
B 149 of 447 ~ 33.33'%

%31.77
%34.9
%33.33

CMYK color model

#8E9C95 color CMYK value is (9,0,4,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK: (9,0,4,39) C9M0Y4K39 (9%,0%,4%,39%) (0.09/0.00/0.04/0.39) 

CMYK percentages

%8.97
%0
%4.49
%38.82

Codes

Color #8E9C95 in popluar color models

8E 9C 95
RGB 142 156 149
HSL 150° 6.60% 58.43%
HSB/HSV 150° 8.97% 61.18%
CMYK 8.97% 0.00% 4.49%
38.82%

Color #8E9C95 in popluar number systems.

HEX 8E 9C 95
Decimal 142 156 149
Binary 10001110 10011100 10010101
Octal 216 234 225

Shades and tints

Shades of #8E9C95

#8E9C95
(142,156,149)
#828E88
(130,142,136)
#76807B
(118,128,123)
#6A726E
(106,114,110)
#5E6461
(94,100,97)
#525654
(82,86,84)
#464847
(70,72,71)
#3A3A3A
(58,58,58)
#2E2C2D
(46,44,45)
#221E20
(34,30,32)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E9C95

#8E9C95
(142,156,149)
#98A59E
(152,165,158)
#A2AEA7
(162,174,167)
#ACB7B0
(172,183,176)
#B6C0B9
(182,192,185)
#C0C9C2
(192,201,194)
#CAD2CB
(202,210,203)
#D4DBD4
(212,219,212)
#DEE4DD
(222,228,221)
#E8EDE6
(232,237,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9C95; }

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

This text font color is #8E9C95.

Background Color

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

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

This div background color is #8E9C95.

Border color

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

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

This div border color is #8E9C95.

Opacity

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

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

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

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

This text has shadow with #8E9C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9C95.

Preview

Color preview on black background

This text has color #8E9C95 on black background.


Color preview on white background

This text has color #8E9C95 on white background.


Black color preview on #8E9C95 background

This text has black color on #8E9C95 background.


White color preview on #8E9C95 background

This text has white color on #8E9C95 background.


Related colors

Complementary color

Complementary color for #hex is #71636A.


I love getcolorcode.com

Triadic colors

1 #958E9C and #9C958E with #8E9C95 are triadic colors.

2 #959C8E and #9C8E95 with #8E9C95 are triadic colors.