COLOR #9D968C

HEX: #9D968C
RGB: (157,150,140)

Color info

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

RGB color model

#9D968C color RGB value is (157,150,140).

  • red value is 157;
  • green value is 150;
  • blue value is 140.
RGB:
(157,150,140)
(62%,59%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 140 of 255 = 55%

157
150
140

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

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 140 = 447 (100%)
R 157 of 447 ~ 35.12%
G 150 of 447 ~ 33.56%
B 140 of 447 ~ 31.32%

%35.12
%33.56
%31.32

CMYK color model

#9D968C color CMYK value is (0,4,11,38).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 10.83%
  • key color value is 38.43%
CMYK:
(0,4,11,38)
C0M4Y11K38 
(0%,4%,11%,38%)
(0.00/0.04/0.11/0.38)	

CMYK percentages

%0
%4.46
%10.83
%38.43

Codes

Color #9D968C in popluar color models

9D968C
RGB157150140
HSL35°7.98%58.24%
HSB/HSV35°10.83%61.57%
CMYK0.00%4.46%10.83%
38.43%

Color #9D968C in popluar number systems.

HEX9D968C
Decimal157150140
Binary100111011001011010001100
Octal235226214

Shades and tints

Shades of #9D968C

#9D968C
(157,150,140)
#8F8980
(143,137,128)
#817C74
(129,124,116)
#736F68
(115,111,104)
#65625C
(101,98,92)
#575550
(87,85,80)
#494844
(73,72,68)
#3B3B38
(59,59,56)
#2D2E2C
(45,46,44)
#1F2120
(31,33,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #9D968C

#9D968C
(157,150,140)
#A59F96
(165,159,150)
#ADA8A0
(173,168,160)
#B5B1AA
(181,177,170)
#BDBAB4
(189,186,180)
#C5C3BE
(197,195,190)
#CDCCC8
(205,204,200)
#D5D5D2
(213,213,210)
#DDDEDC
(221,222,220)
#E5E7E6
(229,231,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D968C; }

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

This text font color is #9D968C.


Background Color

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

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

This div background color is #9D968C.


Border color

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

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

This div border color is #9D968C.


Opacity

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

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

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

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

This text has shadow with #9D968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D968C on black background.


Color preview on white background

This text has color #9D968C on white background.



Black color preview on #9D968C background

This text has black color on #9D968C background.


White color preview on #9D968C background

This text has white color on #9D968C background.