COLOR #8E9185

HEX: #8E9185 RGB: (142,145,133)

Color info

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

RGB color model

#8E9185 color RGB value is (142,145,133).

RGB: (142,145,133) (56%, 57%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 133 of 255 = 52%

142
145
133

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

Portions of RGB colors in percentages

R + G + B = 142 + 145 + 133 = 420 (100%)
R 142 of 420 ~ 33.81%
G 145 of 420 ~ 34.52%
B 133 of 420 ~ 31.67'%

%33.81
%34.52
%31.67

CMYK color model

#8E9185 color CMYK value is (2,0,8,43).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 43.14%

CMYK: (2,0,8,43)
C2M0Y8K43 (2%, 0%, 8%, 43%)
(0.02 / 0.00 / 0.08 / 0.43)

CMYK percentages

%2.07
%0
%8.28
%43.14

Codes

Color #8E9185 in popluar color models

8E 91 85
RGB 142 145 133
HSL 75° 5.17% 54.51%
HSB/HSV 75° 8.28% 56.86%
CMYK 2.07% 0.00% 8.28%
43.14%

Color #8E9185 in popluar number systems.

HEX 8E 91 85
Decimal 142 145 133
Binary 10001110 10010001 10000101
Octal 216 221 205

Shades and tints

Shades of #8E9185

#8E9185
(142,145,133)
#828479
(130,132,121)
#76776D
(118,119,109)
#6A6A61
(106,106,97)
#5E5D55
(94,93,85)
#525049
(82,80,73)
#46433D
(70,67,61)
#3A3631
(58,54,49)
#2E2925
(46,41,37)
#221C19
(34,28,25)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #8E9185

#8E9185
(142,145,133)
#989B90
(152,155,144)
#A2A59B
(162,165,155)
#ACAFA6
(172,175,166)
#B6B9B1
(182,185,177)
#C0C3BC
(192,195,188)
#CACDC7
(202,205,199)
#D4D7D2
(212,215,210)
#DEE1DD
(222,225,221)
#E8EBE8
(232,235,232)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9185; }

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

This text font color is #8E9185.

Background Color

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

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

This div background color is #8E9185.

Border color

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

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

This div border color is #8E9185.

Opacity

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

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

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

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

This text has shadow with #8E9185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9185.

Preview

Color preview on black background

This text has color #8E9185 on black background.


Color preview on white background

This text has color #8E9185 on white background.


Black color preview on #8E9185 background

This text has black color on #8E9185 background.


White color preview on #8E9185 background

This text has white color on #8E9185 background.


Related colors

Complementary color

Complementary color for #hex is #716E7A.


I love getcolorcode.com

Triadic colors

1 #858E91 and #91858E with #8E9185 are triadic colors.

2 #85918E and #918E85 with #8E9185 are triadic colors.