COLOR #9D968A

HEX: #9D968A RGB: (157,150,138)

Color info

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

RGB color model

#9D968A color RGB value is (157,150,138).

RGB: (157,150,138) (62%, 59%, 54%)

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 138 of 255 = 54%

157
150
138

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

Portions of RGB colors in percentages

R + G + B = 157 + 150 + 138 = 445 (100%)
R 157 of 445 ~ 35.28%
G 150 of 445 ~ 33.71%
B 138 of 445 ~ 31.01'%

%35.28
%33.71
%31.01

CMYK color model

#9D968A color CMYK value is (0,4,12,38).

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

CMYK: (0,4,12,38)
C0M4Y12K38 (0%, 4%, 12%, 38%)
(0.00 / 0.04 / 0.12 / 0.38)

CMYK percentages

%0
%4.46
%12.1
%38.43

Codes

Color #9D968A in popluar color models

9D 96 8A
RGB 157 150 138
HSL 38° 8.84% 57.84%
HSB/HSV 38° 12.10% 61.57%
CMYK 0.00% 4.46% 12.10%
38.43%

Color #9D968A in popluar number systems.

HEX 9D 96 8A
Decimal 157 150 138
Binary 10011101 10010110 10001010
Octal 235 226 212

Shades and tints

Shades of #9D968A

#9D968A
(157,150,138)
#8F897E
(143,137,126)
#817C72
(129,124,114)
#736F66
(115,111,102)
#65625A
(101,98,90)
#57554E
(87,85,78)
#494842
(73,72,66)
#3B3B36
(59,59,54)
#2D2E2A
(45,46,42)
#1F211E
(31,33,30)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #9D968A

#9D968A
(157,150,138)
#A59F94
(165,159,148)
#ADA89E
(173,168,158)
#B5B1A8
(181,177,168)
#BDBAB2
(189,186,178)
#C5C3BC
(197,195,188)
#CDCCC6
(205,204,198)
#D5D5D0
(213,213,208)
#DDDEDA
(221,222,218)
#E5E7E4
(229,231,228)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D968A; }

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

This text font color is #9D968A.

Background Color

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

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

This div background color is #9D968A.

Border color

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

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

This div border color is #9D968A.

Opacity

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

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

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

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

This text has shadow with #9D968A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D968A.

Preview

Color preview on black background

This text has color #9D968A on black background.


Color preview on white background

This text has color #9D968A on white background.


Black color preview on #9D968A background

This text has black color on #9D968A background.


White color preview on #9D968A background

This text has white color on #9D968A background.


Related colors

Complementary color

Complementary color for #hex is #626975.


I love getcolorcode.com

Triadic colors

1 #8A9D96 and #968A9D with #9D968A are triadic colors.

2 #8A969D and #969D8A with #9D968A are triadic colors.