COLOR #9D968E

HEX: #9D968E RGB: (157,150,142)

Color info

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

RGB color model

#9D968E color RGB value is (157,150,142).

RGB: (157,150,142) (62%, 59%, 56%)

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 142 of 255 = 56%

157
150
142

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

Portions of RGB colors in percentages

R + G + B = 157 + 150 + 142 = 449 (100%)
R 157 of 449 ~ 34.97%
G 150 of 449 ~ 33.41%
B 142 of 449 ~ 31.63'%

%34.97
%33.41
%31.63

CMYK color model

#9D968E color CMYK value is (0,4,10,38).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 9.55%
  • key color value is 38.43%

CMYK: (0,4,10,38)
C0M4Y10K38 (0%, 4%, 10%, 38%)
(0.00 / 0.04 / 0.10 / 0.38)

CMYK percentages

%0
%4.46
%9.55
%38.43

Codes

Color #9D968E in popluar color models

9D 96 8E
RGB 157 150 142
HSL 32° 7.11% 58.63%
HSB/HSV 32° 9.55% 61.57%
CMYK 0.00% 4.46% 9.55%
38.43%

Color #9D968E in popluar number systems.

HEX 9D 96 8E
Decimal 157 150 142
Binary 10011101 10010110 10001110
Octal 235 226 216

Shades and tints

Shades of #9D968E

#9D968E
(157,150,142)
#8F8982
(143,137,130)
#817C76
(129,124,118)
#736F6A
(115,111,106)
#65625E
(101,98,94)
#575552
(87,85,82)
#494846
(73,72,70)
#3B3B3A
(59,59,58)
#2D2E2E
(45,46,46)
#1F2122
(31,33,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #9D968E

#9D968E
(157,150,142)
#A59F98
(165,159,152)
#ADA8A2
(173,168,162)
#B5B1AC
(181,177,172)
#BDBAB6
(189,186,182)
#C5C3C0
(197,195,192)
#CDCCCA
(205,204,202)
#D5D5D4
(213,213,212)
#DDDEDE
(221,222,222)
#E5E7E8
(229,231,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D968E; }

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

This text font color is #9D968E.

Background Color

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

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

This div background color is #9D968E.

Border color

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

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

This div border color is #9D968E.

Opacity

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

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

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

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

This text has shadow with #9D968E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D968E.

Preview

Color preview on black background

This text has color #9D968E on black background.


Color preview on white background

This text has color #9D968E on white background.


Black color preview on #9D968E background

This text has black color on #9D968E background.


White color preview on #9D968E background

This text has white color on #9D968E background.


Related colors

Complementary color

Complementary color for #hex is #626971.


I love getcolorcode.com

Triadic colors

1 #8E9D96 and #968E9D with #9D968E are triadic colors.

2 #8E969D and #969D8E with #9D968E are triadic colors.