COLOR #9D899C

HEX: #9D899C
RGB: (157,137,156)

Color info

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

RGB color model

#9D899C color RGB value is (157,137,156).

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

RGB channels and saturation

R 157 of 255 = 62%
G 137 of 255 = 54%
B 156 of 255 = 61%

157
137
156

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

Portions of RGB colors in percentages

R + G + B =
157 + 137 + 156 = 450 (100%)
R 157 of 450 ~ 34.89%
G 137 of 450 ~ 30.44%
B 156 of 450 ~ 34.67%

%34.89
%30.44
%34.67

CMYK color model

#9D899C color CMYK value is (0,13,1,38).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(0,13,1,38)
C0M13Y1K38 
(0%,13%,1%,38%)
(0.00/0.13/0.01/0.38)	

CMYK percentages

%0
%12.74
%0.64
%38.43

Codes

Color #9D899C in popluar color models

9D899C
RGB157137156
HSL303°9.26%57.65%
HSB/HSV303°12.74%61.57%
CMYK0.00%12.74%0.64%
38.43%

Color #9D899C in popluar number systems.

HEX9D899C
Decimal157137156
Binary100111011000100110011100
Octal235211234

Shades and tints

Shades of #9D899C

#9D899C
(157,137,156)
#8F7D8E
(143,125,142)
#817180
(129,113,128)
#736572
(115,101,114)
#655964
(101,89,100)
#574D56
(87,77,86)
#494148
(73,65,72)
#3B353A
(59,53,58)
#2D292C
(45,41,44)
#1F1D1E
(31,29,30)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #9D899C

#9D899C
(157,137,156)
#A593A5
(165,147,165)
#AD9DAE
(173,157,174)
#B5A7B7
(181,167,183)
#BDB1C0
(189,177,192)
#C5BBC9
(197,187,201)
#CDC5D2
(205,197,210)
#D5CFDB
(213,207,219)
#DDD9E4
(221,217,228)
#E5E3ED
(229,227,237)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D899C; }

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

This text font color is #9D899C.


Background Color

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

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

This div background color is #9D899C.


Border color

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

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

This div border color is #9D899C.


Opacity

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

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

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

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

This text has shadow with #9D899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D899C on black background.


Color preview on white background

This text has color #9D899C on white background.



Black color preview on #9D899C background

This text has black color on #9D899C background.


White color preview on #9D899C background

This text has white color on #9D899C background.