COLOR #8E948F

HEX: #8E948F
RGB: (142,148,143)

Color info

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

RGB color model

#8E948F color RGB value is (142,148,143).

  • red value is 142;
  • green value is 148;
  • blue value is 143.
RGB:
(142,148,143)
(56%,58%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 143 of 255 = 56%

142
148
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 143 = 433 (100%)
R 142 of 433 ~ 32.79%
G 148 of 433 ~ 34.18%
B 143 of 433 ~ 33.03%

%32.79
%34.18
%33.03

CMYK color model

#8E948F color CMYK value is (4,0,3,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 41.96%
CMYK:
(4,0,3,42)
C4M0Y3K42 
(4%,0%,3%,42%)
(0.04/0.00/0.03/0.42)	

CMYK percentages

%4.05
%0
%3.38
%41.96

Codes

Color #8E948F in popluar color models

8E948F
RGB142148143
HSL130°2.73%56.86%
HSB/HSV130°4.05%58.04%
CMYK4.05%0.00%3.38%
41.96%

Color #8E948F in popluar number systems.

HEX8E948F
Decimal142148143
Binary100011101001010010001111
Octal216224217

Shades and tints

Shades of #8E948F

#8E948F
(142,148,143)
#828782
(130,135,130)
#767A75
(118,122,117)
#6A6D68
(106,109,104)
#5E605B
(94,96,91)
#52534E
(82,83,78)
#464641
(70,70,65)
#3A3934
(58,57,52)
#2E2C27
(46,44,39)
#221F1A
(34,31,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #8E948F

#8E948F
(142,148,143)
#989D99
(152,157,153)
#A2A6A3
(162,166,163)
#ACAFAD
(172,175,173)
#B6B8B7
(182,184,183)
#C0C1C1
(192,193,193)
#CACACB
(202,202,203)
#D4D3D5
(212,211,213)
#DEDCDF
(222,220,223)
#E8E5E9
(232,229,233)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E948F color. Also use rgb(142,148,143) instead hex code.

Text Font Color

.myTextColor { color: #8E948F; }

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

This text font color is #8E948F.


Background Color

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

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

This div background color is #8E948F.


Border color

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

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

This div border color is #8E948F.


Opacity

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

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

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

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

This text has shadow with #8E948F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E948F on black background.


Color preview on white background

This text has color #8E948F on white background.



Black color preview on #8E948F background

This text has black color on #8E948F background.


White color preview on #8E948F background

This text has white color on #8E948F background.