COLOR #9D9668

HEX: #9D9668
RGB: (157,150,104)

Color info

#9D9668 contains red, green and blue colors in about the same proportion. Web safe color of #9D9668 is #999966 (or #996).

RGB color model

#9D9668 color RGB value is (157,150,104).

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

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 104 of 255 = 41%

157
150
104

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

Portions of RGB colors in percentages

R + G + B =
157 + 150 + 104 = 411 (100%)
R 157 of 411 ~ 38.2%
G 150 of 411 ~ 36.5%
B 104 of 411 ~ 25.3%

%38.2
%36.5
%25.3

CMYK color model

#9D9668 color CMYK value is (0,4,34,38).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 33.76%
  • key color value is 38.43%
CMYK:
(0,4,34,38)
C0M4Y34K38 
(0%,4%,34%,38%)
(0.00/0.04/0.34/0.38)	

CMYK percentages

%0
%4.46
%33.76
%38.43

Codes

Color #9D9668 in popluar color models

9D9668
RGB157150104
HSL52°21.29%51.18%
HSB/HSV52°33.76%61.57%
CMYK0.00%4.46%33.76%
38.43%

Color #9D9668 in popluar number systems.

HEX9D9668
Decimal157150104
Binary10011101100101101101000
Octal235226150

Shades and tints

Shades of #9D9668

#9D9668
(157,150,104)
#8F895F
(143,137,95)
#817C56
(129,124,86)
#736F4D
(115,111,77)
#656244
(101,98,68)
#57553B
(87,85,59)
#494832
(73,72,50)
#3B3B29
(59,59,41)
#2D2E20
(45,46,32)
#1F2117
(31,33,23)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #9D9668

#9D9668
(157,150,104)
#A59F75
(165,159,117)
#ADA882
(173,168,130)
#B5B18F
(181,177,143)
#BDBA9C
(189,186,156)
#C5C3A9
(197,195,169)
#CDCCB6
(205,204,182)
#D5D5C3
(213,213,195)
#DDDED0
(221,222,208)
#E5E7DD
(229,231,221)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9668; }

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

This text font color is #9D9668.


Background Color

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

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

This div background color is #9D9668.


Border color

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

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

This div border color is #9D9668.


Opacity

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

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

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

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

This text has shadow with #9D9668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9668 on black background.


Color preview on white background

This text has color #9D9668 on white background.



Black color preview on #9D9668 background

This text has black color on #9D9668 background.


White color preview on #9D9668 background

This text has white color on #9D9668 background.