COLOR #9D988C

HEX: #9D988C RGB: (157,152,140)

Color info

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

RGB color model

#9D988C color RGB value is (157,152,140).

RGB: (157,152,140) (62%, 60%, 55%)

RGB channels and saturation

R 157 of 255 = 62%
G 152 of 255 = 60%
B 140 of 255 = 55%

157
152
140

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

Portions of RGB colors in percentages

R + G + B = 157 + 152 + 140 = 449 (100%)
R 157 of 449 ~ 34.97%
G 152 of 449 ~ 33.85%
B 140 of 449 ~ 31.18'%

%34.97
%33.85
%31.18

CMYK color model

#9D988C color CMYK value is (0,3,11,38).

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 10.83%
  • key color value is 38.43%

CMYK: (0,3,11,38)
C0M3Y11K38 (0%, 3%, 11%, 38%)
(0.00 / 0.03 / 0.11 / 0.38)

CMYK percentages

%0
%3.18
%10.83
%38.43

Codes

Color #9D988C in popluar color models

9D 98 8C
RGB 157 152 140
HSL 42° 7.98% 58.24%
HSB/HSV 42° 10.83% 61.57%
CMYK 0.00% 3.18% 10.83%
38.43%

Color #9D988C in popluar number systems.

HEX 9D 98 8C
Decimal 157 152 140
Binary 10011101 10011000 10001100
Octal 235 230 214

Shades and tints

Shades of #9D988C

#9D988C
(157,152,140)
#8F8B80
(143,139,128)
#817E74
(129,126,116)
#737168
(115,113,104)
#65645C
(101,100,92)
#575750
(87,87,80)
#494A44
(73,74,68)
#3B3D38
(59,61,56)
#2D302C
(45,48,44)
#1F2320
(31,35,32)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #9D988C

#9D988C
(157,152,140)
#A5A196
(165,161,150)
#ADAAA0
(173,170,160)
#B5B3AA
(181,179,170)
#BDBCB4
(189,188,180)
#C5C5BE
(197,197,190)
#CDCEC8
(205,206,200)
#D5D7D2
(213,215,210)
#DDE0DC
(221,224,220)
#E5E9E6
(229,233,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D988C; }

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

This text font color is #9D988C.

Background Color

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

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

This div background color is #9D988C.

Border color

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

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

This div border color is #9D988C.

Opacity

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

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

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

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

This text has shadow with #9D988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D988C.

Preview

Color preview on black background

This text has color #9D988C on black background.


Color preview on white background

This text has color #9D988C on white background.


Black color preview on #9D988C background

This text has black color on #9D988C background.


White color preview on #9D988C background

This text has white color on #9D988C background.


Related colors

Complementary color

Complementary color for #hex is #626773.


I love getcolorcode.com

Triadic colors

1 #8C9D98 and #988C9D with #9D988C are triadic colors.

2 #8C989D and #989D8C with #9D988C are triadic colors.