COLOR #8E9A9B

HEX: #8E9A9B RGB: (142,154,155)

Color info

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

RGB color model

#8E9A9B color RGB value is (142,154,155).

RGB: (142,154,155) (56%, 60%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 155 of 255 = 61%

142
154
155

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

Portions of RGB colors in percentages

R + G + B = 142 + 154 + 155 = 451 (100%)
R 142 of 451 ~ 31.49%
G 154 of 451 ~ 34.15%
B 155 of 451 ~ 34.37'%

%31.49
%34.15
%34.37

CMYK color model

#8E9A9B color CMYK value is (8,1,0,39).

  • cyan value is 8.39%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (8,1,0,39)
C8M1Y0K39 (8%, 1%, 0%, 39%)
(0.08 / 0.01 / 0.00 / 0.39)

CMYK percentages

%8.39
%0.65
%0
%39.22

Codes

Color #8E9A9B in popluar color models

8E 9A 9B
RGB 142 154 155
HSL 185° 6.10% 58.24%
HSB/HSV 185° 8.39% 60.78%
CMYK 8.39% 0.65% 0.00%
39.22%

Color #8E9A9B in popluar number systems.

HEX 8E 9A 9B
Decimal 142 154 155
Binary 10001110 10011010 10011011
Octal 216 232 233

Shades and tints

Shades of #8E9A9B

#8E9A9B
(142,154,155)
#828C8D
(130,140,141)
#767E7F
(118,126,127)
#6A7071
(106,112,113)
#5E6263
(94,98,99)
#525455
(82,84,85)
#464647
(70,70,71)
#3A3839
(58,56,57)
#2E2A2B
(46,42,43)
#221C1D
(34,28,29)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #8E9A9B

#8E9A9B
(142,154,155)
#98A3A4
(152,163,164)
#A2ACAD
(162,172,173)
#ACB5B6
(172,181,182)
#B6BEBF
(182,190,191)
#C0C7C8
(192,199,200)
#CAD0D1
(202,208,209)
#D4D9DA
(212,217,218)
#DEE2E3
(222,226,227)
#E8EBEC
(232,235,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9A9B color. Also use rgb(142,154,155) instead hex code.

Text Font Color

.myTextColor { color: #8E9A9B; }

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

This text font color is #8E9A9B.

Background Color

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

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

This div background color is #8E9A9B.

Border color

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

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

This div border color is #8E9A9B.

Opacity

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

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

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

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

This text has shadow with #8E9A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9A9B.

Preview

Color preview on black background

This text has color #8E9A9B on black background.


Color preview on white background

This text has color #8E9A9B on white background.


Black color preview on #8E9A9B background

This text has black color on #8E9A9B background.


White color preview on #8E9A9B background

This text has white color on #8E9A9B background.


Related colors

Complementary color

Complementary color for #hex is #716564.


I love getcolorcode.com

Triadic colors

1 #9B8E9A and #9A9B8E with #8E9A9B are triadic colors.

2 #9B9A8E and #9A8E9B with #8E9A9B are triadic colors.