COLOR #8E9289

HEX: #8E9289
RGB: (142,146,137)

Color info

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

RGB color model

#8E9289 color RGB value is (142,146,137).

  • red value is 142;
  • green value is 146;
  • blue value is 137.
RGB:
(142,146,137)
(56%,57%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 146 of 255 = 57%
B 137 of 255 = 54%

142
146
137

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

Portions of RGB colors in percentages

R + G + B =
142 + 146 + 137 = 425 (100%)
R 142 of 425 ~ 33.41%
G 146 of 425 ~ 34.35%
B 137 of 425 ~ 32.24%

%33.41
%34.35
%32.24

CMYK color model

#8E9289 color CMYK value is (3,0,6,43).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(3,0,6,43)
C3M0Y6K43 
(3%,0%,6%,43%)
(0.03/0.00/0.06/0.43)	

CMYK percentages

%2.74
%0
%6.16
%42.75

Codes

Color #8E9289 in popluar color models

8E9289
RGB142146137
HSL87°3.96%55.49%
HSB/HSV87°6.16%57.25%
CMYK2.74%0.00%6.16%
42.75%

Color #8E9289 in popluar number systems.

HEX8E9289
Decimal142146137
Binary100011101001001010001001
Octal216222211

Shades and tints

Shades of #8E9289

#8E9289
(142,146,137)
#82857D
(130,133,125)
#767871
(118,120,113)
#6A6B65
(106,107,101)
#5E5E59
(94,94,89)
#52514D
(82,81,77)
#464441
(70,68,65)
#3A3735
(58,55,53)
#2E2A29
(46,42,41)
#221D1D
(34,29,29)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8E9289

#8E9289
(142,146,137)
#989B93
(152,155,147)
#A2A49D
(162,164,157)
#ACADA7
(172,173,167)
#B6B6B1
(182,182,177)
#C0BFBB
(192,191,187)
#CAC8C5
(202,200,197)
#D4D1CF
(212,209,207)
#DEDAD9
(222,218,217)
#E8E3E3
(232,227,227)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9289 color. Also use rgb(142,146,137) instead hex code.

Text Font Color

.myTextColor { color: #8E9289; }

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

This text font color is #8E9289.


Background Color

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

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

This div background color is #8E9289.


Border color

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

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

This div border color is #8E9289.


Opacity

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

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

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

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

This text has shadow with #8E9289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9289 on black background.


Color preview on white background

This text has color #8E9289 on white background.



Black color preview on #8E9289 background

This text has black color on #8E9289 background.


White color preview on #8E9289 background

This text has white color on #8E9289 background.