COLOR #9D9689

HEX: #9D9689
RGB: (157,150,137)

Color info

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

RGB color model

#9D9689 color RGB value is (157,150,137).

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

RGB channels and saturation

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

157
150
137

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

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 137 = 444 (100%)
R 157 of 444 ~ 35.36%
G 150 of 444 ~ 33.78%
B 137 of 444 ~ 30.86%

%35.36
%33.78
%30.86

CMYK color model

#9D9689 color CMYK value is (0,4,13,38).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 12.74%
  • key color value is 38.43%
CMYK:
(0,4,13,38)
C0M4Y13K38 
(0%,4%,13%,38%)
(0.00/0.04/0.13/0.38)	

CMYK percentages

%0
%4.46
%12.74
%38.43

Codes

Color #9D9689 in popluar color models

9D9689
RGB157150137
HSL39°9.26%57.65%
HSB/HSV39°12.74%61.57%
CMYK0.00%4.46%12.74%
38.43%

Color #9D9689 in popluar number systems.

HEX9D9689
Decimal157150137
Binary100111011001011010001001
Octal235226211

Shades and tints

Shades of #9D9689

#9D9689
(157,150,137)
#8F897D
(143,137,125)
#817C71
(129,124,113)
#736F65
(115,111,101)
#656259
(101,98,89)
#57554D
(87,85,77)
#494841
(73,72,65)
#3B3B35
(59,59,53)
#2D2E29
(45,46,41)
#1F211D
(31,33,29)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #9D9689

#9D9689
(157,150,137)
#A59F93
(165,159,147)
#ADA89D
(173,168,157)
#B5B1A7
(181,177,167)
#BDBAB1
(189,186,177)
#C5C3BB
(197,195,187)
#CDCCC5
(205,204,197)
#D5D5CF
(213,213,207)
#DDDED9
(221,222,217)
#E5E7E3
(229,231,227)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9689; }

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

This text font color is #9D9689.


Background Color

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

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

This div background color is #9D9689.


Border color

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

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

This div border color is #9D9689.


Opacity

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

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

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

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

This text has shadow with #9D9689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9689 on black background.


Color preview on white background

This text has color #9D9689 on white background.



Black color preview on #9D9689 background

This text has black color on #9D9689 background.


White color preview on #9D9689 background

This text has white color on #9D9689 background.