COLOR #8E9287

HEX: #8E9287
RGB: (142,146,135)

Color info

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

RGB color model

#8E9287 color RGB value is (142,146,135).

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

RGB channels and saturation

R 142 of 255 = 56%
G 146 of 255 = 57%
B 135 of 255 = 53%

142
146
135

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

Portions of RGB colors in percentages

R + G + B =
142 + 146 + 135 = 423 (100%)
R 142 of 423 ~ 33.57%
G 146 of 423 ~ 34.52%
B 135 of 423 ~ 31.91%

%33.57
%34.52
%31.91

CMYK color model

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

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 42.75%
CMYK:
(3,0,8,43)
C3M0Y8K43 
(3%,0%,8%,43%)
(0.03/0.00/0.08/0.43)	

CMYK percentages

%2.74
%0
%7.53
%42.75

Codes

Color #8E9287 in popluar color models

8E9287
RGB142146135
HSL82°4.80%55.10%
HSB/HSV82°7.53%57.25%
CMYK2.74%0.00%7.53%
42.75%

Color #8E9287 in popluar number systems.

HEX8E9287
Decimal142146135
Binary100011101001001010000111
Octal216222207

Shades and tints

Shades of #8E9287

#8E9287
(142,146,135)
#82857B
(130,133,123)
#76786F
(118,120,111)
#6A6B63
(106,107,99)
#5E5E57
(94,94,87)
#52514B
(82,81,75)
#46443F
(70,68,63)
#3A3733
(58,55,51)
#2E2A27
(46,42,39)
#221D1B
(34,29,27)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E9287

#8E9287
(142,146,135)
#989B91
(152,155,145)
#A2A49B
(162,164,155)
#ACADA5
(172,173,165)
#B6B6AF
(182,182,175)
#C0BFB9
(192,191,185)
#CAC8C3
(202,200,195)
#D4D1CD
(212,209,205)
#DEDAD7
(222,218,215)
#E8E3E1
(232,227,225)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9287; }

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

This text font color is #8E9287.


Background Color

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

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

This div background color is #8E9287.


Border color

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

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

This div border color is #8E9287.


Opacity

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

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

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

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

This text has shadow with #8E9287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9287 on black background.


Color preview on white background

This text has color #8E9287 on white background.



Black color preview on #8E9287 background

This text has black color on #8E9287 background.


White color preview on #8E9287 background

This text has white color on #8E9287 background.