COLOR #8E998A

HEX: #8E998A
RGB: (142,153,138)

Color info

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

RGB color model

#8E998A color RGB value is (142,153,138).

  • red value is 142;
  • green value is 153;
  • blue value is 138.
RGB:
(142,153,138)
(56%,60%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 153 of 255 = 60%
B 138 of 255 = 54%

142
153
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 153 + 138 = 433 (100%)
R 142 of 433 ~ 32.79%
G 153 of 433 ~ 35.33%
B 138 of 433 ~ 31.87%

%32.79
%35.33
%31.87

CMYK color model

#8E998A color CMYK value is (7,0,10,40).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(7,0,10,40)
C7M0Y10K40 
(7%,0%,10%,40%)
(0.07/0.00/0.10/0.40)	

CMYK percentages

%7.19
%0
%9.8
%40

Codes

Color #8E998A in popluar color models

8E998A
RGB142153138
HSL104°6.85%57.06%
HSB/HSV104°9.80%60.00%
CMYK7.19%0.00%9.80%
40.00%

Color #8E998A in popluar number systems.

HEX8E998A
Decimal142153138
Binary100011101001100110001010
Octal216231212

Shades and tints

Shades of #8E998A

#8E998A
(142,153,138)
#828C7E
(130,140,126)
#767F72
(118,127,114)
#6A7266
(106,114,102)
#5E655A
(94,101,90)
#52584E
(82,88,78)
#464B42
(70,75,66)
#3A3E36
(58,62,54)
#2E312A
(46,49,42)
#22241E
(34,36,30)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #8E998A

#8E998A
(142,153,138)
#98A294
(152,162,148)
#A2AB9E
(162,171,158)
#ACB4A8
(172,180,168)
#B6BDB2
(182,189,178)
#C0C6BC
(192,198,188)
#CACFC6
(202,207,198)
#D4D8D0
(212,216,208)
#DEE1DA
(222,225,218)
#E8EAE4
(232,234,228)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E998A color. Also use rgb(142,153,138) instead hex code.

Text Font Color

.myTextColor { color: #8E998A; }

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

This text font color is #8E998A.


Background Color

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

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

This div background color is #8E998A.


Border color

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

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

This div border color is #8E998A.


Opacity

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

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

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

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

This text has shadow with #8E998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E998A on black background.


Color preview on white background

This text has color #8E998A on white background.



Black color preview on #8E998A background

This text has black color on #8E998A background.


White color preview on #8E998A background

This text has white color on #8E998A background.