COLOR #8D968E

HEX: #8D968E RGB: (141,150,142)

Color info

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

RGB color model

#8D968E color RGB value is (141,150,142).

RGB: (141,150,142) (55%, 59%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 142 of 255 = 56%

141
150
142

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

Portions of RGB colors in percentages

R + G + B = 141 + 150 + 142 = 433 (100%)
R 141 of 433 ~ 32.56%
G 150 of 433 ~ 34.64%
B 142 of 433 ~ 32.79'%

%32.56
%34.64
%32.79

CMYK color model

#8D968E color CMYK value is (6,0,5,41).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK: (6,0,5,41) C6M0Y5K41 (6%,0%,5%,41%) (0.06/0.00/0.05/0.41) 

CMYK percentages

%6
%0
%5.33
%41.18

Codes

Color #8D968E in popluar color models

8D 96 8E
RGB 141 150 142
HSL 127° 4.11% 57.06%
HSB/HSV 127° 6.00% 58.82%
CMYK 6.00% 0.00% 5.33%
41.18%

Color #8D968E in popluar number systems.

HEX 8D 96 8E
Decimal 141 150 142
Binary 10001101 10010110 10001110
Octal 215 226 216

Shades and tints

Shades of #8D968E

#8D968E
(141,150,142)
#818982
(129,137,130)
#757C76
(117,124,118)
#696F6A
(105,111,106)
#5D625E
(93,98,94)
#515552
(81,85,82)
#454846
(69,72,70)
#393B3A
(57,59,58)
#2D2E2E
(45,46,46)
#212122
(33,33,34)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #8D968E

#8D968E
(141,150,142)
#979F98
(151,159,152)
#A1A8A2
(161,168,162)
#ABB1AC
(171,177,172)
#B5BAB6
(181,186,182)
#BFC3C0
(191,195,192)
#C9CCCA
(201,204,202)
#D3D5D4
(211,213,212)
#DDDEDE
(221,222,222)
#E7E7E8
(231,231,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D968E; }

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

This text font color is #8D968E.

Background Color

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

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

This div background color is #8D968E.

Border color

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

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

This div border color is #8D968E.

Opacity

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

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

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

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

This text has shadow with #8D968E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D968E.

Preview

Color preview on black background

This text has color #8D968E on black background.


Color preview on white background

This text has color #8D968E on white background.


Black color preview on #8D968E background

This text has black color on #8D968E background.


White color preview on #8D968E background

This text has white color on #8D968E background.


Related colors

Complementary color

Complementary color for #hex is #726971.


I love getcolorcode.com

Triadic colors

1 #8E8D96 and #968E8D with #8D968E are triadic colors.

2 #8E968D and #968D8E with #8D968E are triadic colors.