COLOR #8D9B8E

HEX: #8D9B8E RGB: (141,155,142)

Color info

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

RGB color model

#8D9B8E color RGB value is (141,155,142).

RGB: (141,155,142) (55%, 61%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 155 of 255 = 61%
B 142 of 255 = 56%

141
155
142

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

Portions of RGB colors in percentages

R + G + B = 141 + 155 + 142 = 438 (100%)
R 141 of 438 ~ 32.19%
G 155 of 438 ~ 35.39%
B 142 of 438 ~ 32.42'%

%32.19
%35.39
%32.42

CMYK color model

#8D9B8E color CMYK value is (9,0,8,39).

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

CMYK: (9,0,8,39)
C9M0Y8K39 (9%, 0%, 8%, 39%)
(0.09 / 0.00 / 0.08 / 0.39)

CMYK percentages

%9.03
%0
%8.39
%39.22

Codes

Color #8D9B8E in popluar color models

8D 9B 8E
RGB 141 155 142
HSL 124° 6.54% 58.04%
HSB/HSV 124° 9.03% 60.78%
CMYK 9.03% 0.00% 8.39%
39.22%

Color #8D9B8E in popluar number systems.

HEX 8D 9B 8E
Decimal 141 155 142
Binary 10001101 10011011 10001110
Octal 215 233 216

Shades and tints

Shades of #8D9B8E

#8D9B8E
(141,155,142)
#818D82
(129,141,130)
#757F76
(117,127,118)
#69716A
(105,113,106)
#5D635E
(93,99,94)
#515552
(81,85,82)
#454746
(69,71,70)
#39393A
(57,57,58)
#2D2B2E
(45,43,46)
#211D22
(33,29,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #8D9B8E

#8D9B8E
(141,155,142)
#97A498
(151,164,152)
#A1ADA2
(161,173,162)
#ABB6AC
(171,182,172)
#B5BFB6
(181,191,182)
#BFC8C0
(191,200,192)
#C9D1CA
(201,209,202)
#D3DAD4
(211,218,212)
#DDE3DE
(221,227,222)
#E7ECE8
(231,236,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9B8E; }

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

This text font color is #8D9B8E.

Background Color

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

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

This div background color is #8D9B8E.

Border color

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

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

This div border color is #8D9B8E.

Opacity

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

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

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

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

This text has shadow with #8D9B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9B8E.

Preview

Color preview on black background

This text has color #8D9B8E on black background.


Color preview on white background

This text has color #8D9B8E on white background.


Black color preview on #8D9B8E background

This text has black color on #8D9B8E background.


White color preview on #8D9B8E background

This text has white color on #8D9B8E background.


Related colors

Complementary color

Complementary color for #hex is #726471.


I love getcolorcode.com

Triadic colors

1 #8E8D9B and #9B8E8D with #8D9B8E are triadic colors.

2 #8E9B8D and #9B8D8E with #8D9B8E are triadic colors.