COLOR #8E8F85

HEX: #8E8F85 RGB: (142,143,133)

Color info

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

RGB color model

#8E8F85 color RGB value is (142,143,133).

RGB: (142,143,133) (56%, 56%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 133 of 255 = 52%

142
143
133

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

Portions of RGB colors in percentages

R + G + B = 142 + 143 + 133 = 418 (100%)
R 142 of 418 ~ 33.97%
G 143 of 418 ~ 34.21%
B 133 of 418 ~ 31.82'%

%33.97
%34.21
%31.82

CMYK color model

#8E8F85 color CMYK value is (1,0,7,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 43.92%

CMYK: (1,0,7,44)
C1M0Y7K44 (1%, 0%, 7%, 44%)
(0.01 / 0.00 / 0.07 / 0.44)

CMYK percentages

%0.7
%0
%6.99
%43.92

Codes

Color #8E8F85 in popluar color models

8E 8F 85
RGB 142 143 133
HSL 66° 4.27% 54.12%
HSB/HSV 66° 6.99% 56.08%
CMYK 0.70% 0.00% 6.99%
43.92%

Color #8E8F85 in popluar number systems.

HEX 8E 8F 85
Decimal 142 143 133
Binary 10001110 10001111 10000101
Octal 216 217 205

Shades and tints

Shades of #8E8F85

#8E8F85
(142,143,133)
#828279
(130,130,121)
#76756D
(118,117,109)
#6A6861
(106,104,97)
#5E5B55
(94,91,85)
#524E49
(82,78,73)
#46413D
(70,65,61)
#3A3431
(58,52,49)
#2E2725
(46,39,37)
#221A19
(34,26,25)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #8E8F85

#8E8F85
(142,143,133)
#989990
(152,153,144)
#A2A39B
(162,163,155)
#ACADA6
(172,173,166)
#B6B7B1
(182,183,177)
#C0C1BC
(192,193,188)
#CACBC7
(202,203,199)
#D4D5D2
(212,213,210)
#DEDFDD
(222,223,221)
#E8E9E8
(232,233,232)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8F85 color. Also use rgb(142,143,133) instead hex code.

Text Font Color

.myTextColor { color: #8E8F85; }

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

This text font color is #8E8F85.

Background Color

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

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

This div background color is #8E8F85.

Border color

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

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

This div border color is #8E8F85.

Opacity

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

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

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

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

This text has shadow with #8E8F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8F85.

Preview

Color preview on black background

This text has color #8E8F85 on black background.


Color preview on white background

This text has color #8E8F85 on white background.


Black color preview on #8E8F85 background

This text has black color on #8E8F85 background.


White color preview on #8E8F85 background

This text has white color on #8E8F85 background.


Related colors

Complementary color

Complementary color for #hex is #71707A.


I love getcolorcode.com

Triadic colors

1 #858E8F and #8F858E with #8E8F85 are triadic colors.

2 #858F8E and #8F8E85 with #8E8F85 are triadic colors.