COLOR #9D996B

HEX: #9D996B RGB: (157,153,107)

Color info

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

RGB color model

#9D996B color RGB value is (157,153,107).

RGB: (157,153,107) (62%, 60%, 42%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 107 of 255 = 42%

157
153
107

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

Portions of RGB colors in percentages

R + G + B = 157 + 153 + 107 = 417 (100%)
R 157 of 417 ~ 37.65%
G 153 of 417 ~ 36.69%
B 107 of 417 ~ 25.66'%

%37.65
%36.69
%25.66

CMYK color model

#9D996B color CMYK value is (0,3,32,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 31.85%
  • key color value is 38.43%

CMYK: (0,3,32,38)
C0M3Y32K38 (0%, 3%, 32%, 38%)
(0.00 / 0.03 / 0.32 / 0.38)

CMYK percentages

%0
%2.55
%31.85
%38.43

Codes

Color #9D996B in popluar color models

9D 99 6B
RGB 157 153 107
HSL 55° 20.33% 51.76%
HSB/HSV 55° 31.85% 61.57%
CMYK 0.00% 2.55% 31.85%
38.43%

Color #9D996B in popluar number systems.

HEX 9D 99 6B
Decimal 157 153 107
Binary 10011101 10011001 1101011
Octal 235 231 153

Shades and tints

Shades of #9D996B

#9D996B
(157,153,107)
#8F8C62
(143,140,98)
#817F59
(129,127,89)
#737250
(115,114,80)
#656547
(101,101,71)
#57583E
(87,88,62)
#494B35
(73,75,53)
#3B3E2C
(59,62,44)
#2D3123
(45,49,35)
#1F241A
(31,36,26)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #9D996B

#9D996B
(157,153,107)
#A5A278
(165,162,120)
#ADAB85
(173,171,133)
#B5B492
(181,180,146)
#BDBD9F
(189,189,159)
#C5C6AC
(197,198,172)
#CDCFB9
(205,207,185)
#D5D8C6
(213,216,198)
#DDE1D3
(221,225,211)
#E5EAE0
(229,234,224)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D996B color. Also use rgb(157,153,107) instead hex code.

Text Font Color

.myTextColor { color: #9D996B; }

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

This text font color is #9D996B.

Background Color

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

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

This div background color is #9D996B.

Border color

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

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

This div border color is #9D996B.

Opacity

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

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

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

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

This text has shadow with #9D996B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D996B.

Preview

Color preview on black background

This text has color #9D996B on black background.


Color preview on white background

This text has color #9D996B on white background.


Black color preview on #9D996B background

This text has black color on #9D996B background.


White color preview on #9D996B background

This text has white color on #9D996B background.


Related colors

Complementary color

Complementary color for #hex is #626694.


I love getcolorcode.com

Triadic colors

1 #6B9D99 and #996B9D with #9D996B are triadic colors.

2 #6B999D and #999D6B with #9D996B are triadic colors.