COLOR #9D899B

HEX: #9D899B
RGB: (157,137,155)

Color info

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

RGB color model

#9D899B color RGB value is (157,137,155).

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

RGB channels and saturation

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

157
137
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 137 + 155 = 449 (100%)
R 157 of 449 ~ 34.97%
G 137 of 449 ~ 30.51%
B 155 of 449 ~ 34.52%

%34.97
%30.51
%34.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 1.27%
  • 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
%1.27
%38.43

Codes

Color #9D899B in popluar color models

9D899B
RGB157137155
HSL306°9.26%57.65%
HSB/HSV306°12.74%61.57%
CMYK0.00%12.74%1.27%
38.43%

Color #9D899B in popluar number systems.

HEX9D899B
Decimal157137155
Binary100111011000100110011011
Octal235211233

Shades and tints

Shades of #9D899B

#9D899B
(157,137,155)
#8F7D8D
(143,125,141)
#81717F
(129,113,127)
#736571
(115,101,113)
#655963
(101,89,99)
#574D55
(87,77,85)
#494147
(73,65,71)
#3B3539
(59,53,57)
#2D292B
(45,41,43)
#1F1D1D
(31,29,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #9D899B

#9D899B
(157,137,155)
#A593A4
(165,147,164)
#AD9DAD
(173,157,173)
#B5A7B6
(181,167,182)
#BDB1BF
(189,177,191)
#C5BBC8
(197,187,200)
#CDC5D1
(205,197,209)
#D5CFDA
(213,207,218)
#DDD9E3
(221,217,227)
#E5E3EC
(229,227,236)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D899B; }

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

This text font color is #9D899B.


Background Color

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

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

This div background color is #9D899B.


Border color

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

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

This div border color is #9D899B.


Opacity

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

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

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

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

This text has shadow with #9D899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D899B on black background.


Color preview on white background

This text has color #9D899B on white background.



Black color preview on #9D899B background

This text has black color on #9D899B background.


White color preview on #9D899B background

This text has white color on #9D899B background.