COLOR #8E8185

HEX: #8E8185 RGB: (142,129,133)

Color info

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

RGB color model

#8E8185 color RGB value is (142,129,133).

RGB: (142,129,133) (56%, 51%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 129 of 255 = 51%
B 133 of 255 = 52%

142
129
133

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

Portions of RGB colors in percentages

R + G + B = 142 + 129 + 133 = 404 (100%)
R 142 of 404 ~ 35.15%
G 129 of 404 ~ 31.93%
B 133 of 404 ~ 32.92'%

%35.15
%31.93
%32.92

CMYK color model

#8E8185 color CMYK value is (0,9,6,44).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 6.34%
  • key color value is 44.31%

CMYK: (0,9,6,44)
C0M9Y6K44 (0%, 9%, 6%, 44%)
(0.00 / 0.09 / 0.06 / 0.44)

CMYK percentages

%0
%9.15
%6.34
%44.31

Codes

Color #8E8185 in popluar color models

8E 81 85
RGB 142 129 133
HSL 342° 5.44% 53.14%
HSB/HSV 342° 9.15% 55.69%
CMYK 0.00% 9.15% 6.34%
44.31%

Color #8E8185 in popluar number systems.

HEX 8E 81 85
Decimal 142 129 133
Binary 10001110 10000001 10000101
Octal 216 201 205

Shades and tints

Shades of #8E8185

#8E8185
(142,129,133)
#827679
(130,118,121)
#766B6D
(118,107,109)
#6A6061
(106,96,97)
#5E5555
(94,85,85)
#524A49
(82,74,73)
#463F3D
(70,63,61)
#3A3431
(58,52,49)
#2E2925
(46,41,37)
#221E19
(34,30,25)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #8E8185

#8E8185
(142,129,133)
#988C90
(152,140,144)
#A2979B
(162,151,155)
#ACA2A6
(172,162,166)
#B6ADB1
(182,173,177)
#C0B8BC
(192,184,188)
#CAC3C7
(202,195,199)
#D4CED2
(212,206,210)
#DED9DD
(222,217,221)
#E8E4E8
(232,228,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8185; }

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

This text font color is #8E8185.

Background Color

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

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

This div background color is #8E8185.

Border color

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

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

This div border color is #8E8185.

Opacity

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

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

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

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

This text has shadow with #8E8185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8185.

Preview

Color preview on black background

This text has color #8E8185 on black background.


Color preview on white background

This text has color #8E8185 on white background.


Black color preview on #8E8185 background

This text has black color on #8E8185 background.


White color preview on #8E8185 background

This text has white color on #8E8185 background.


Related colors

Complementary color

Complementary color for #hex is #717E7A.


I love getcolorcode.com

Triadic colors

1 #858E81 and #81858E with #8E8185 are triadic colors.

2 #85818E and #818E85 with #8E8185 are triadic colors.