COLOR #8D9E8E

HEX: #8D9E8E RGB: (141,158,142)

Color info

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

RGB color model

#8D9E8E color RGB value is (141,158,142).

RGB: (141,158,142) (55%, 62%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 158 of 255 = 62%
B 142 of 255 = 56%

141
158
142

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

Portions of RGB colors in percentages

R + G + B = 141 + 158 + 142 = 441 (100%)
R 141 of 441 ~ 31.97%
G 158 of 441 ~ 35.83%
B 142 of 441 ~ 32.2'%

%31.97
%35.83
%32.2

CMYK color model

#8D9E8E color CMYK value is (11,0,10,38).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%

CMYK: (11,0,10,38)
C11M0Y10K38 (11%, 0%, 10%, 38%)
(0.11 / 0.00 / 0.10 / 0.38)

CMYK percentages

%10.76
%0
%10.13
%38.04

Codes

Color #8D9E8E in popluar color models

8D 9E 8E
RGB 141 158 142
HSL 124° 8.06% 58.63%
HSB/HSV 124° 10.76% 61.96%
CMYK 10.76% 0.00% 10.13%
38.04%

Color #8D9E8E in popluar number systems.

HEX 8D 9E 8E
Decimal 141 158 142
Binary 10001101 10011110 10001110
Octal 215 236 216

Shades and tints

Shades of #8D9E8E

#8D9E8E
(141,158,142)
#819082
(129,144,130)
#758276
(117,130,118)
#69746A
(105,116,106)
#5D665E
(93,102,94)
#515852
(81,88,82)
#454A46
(69,74,70)
#393C3A
(57,60,58)
#2D2E2E
(45,46,46)
#212022
(33,32,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #8D9E8E

#8D9E8E
(141,158,142)
#97A698
(151,166,152)
#A1AEA2
(161,174,162)
#ABB6AC
(171,182,172)
#B5BEB6
(181,190,182)
#BFC6C0
(191,198,192)
#C9CECA
(201,206,202)
#D3D6D4
(211,214,212)
#DDDEDE
(221,222,222)
#E7E6E8
(231,230,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9E8E color. Also use rgb(141,158,142) instead hex code.

Text Font Color

.myTextColor { color: #8D9E8E; }

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

This text font color is #8D9E8E.

Background Color

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

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

This div background color is #8D9E8E.

Border color

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

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

This div border color is #8D9E8E.

Opacity

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

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

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

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

This text has shadow with #8D9E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9E8E.

Preview

Color preview on black background

This text has color #8D9E8E on black background.


Color preview on white background

This text has color #8D9E8E on white background.


Black color preview on #8D9E8E background

This text has black color on #8D9E8E background.


White color preview on #8D9E8E background

This text has white color on #8D9E8E background.


Related colors

Complementary color

Complementary color for #hex is #726171.


I love getcolorcode.com

Triadic colors

1 #8E8D9E and #9E8E8D with #8D9E8E are triadic colors.

2 #8E9E8D and #9E8D8E with #8D9E8E are triadic colors.