COLOR #9D9E9B

HEX: #9D9E9B
RGB: (157,158,155)

Color info

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

RGB color model

#9D9E9B color RGB value is (157,158,155).

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

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 155 of 255 = 61%

157
158
155

R + G + B ~ 62%. #9D9E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 158 + 155 = 470 (100%)
R 157 of 470 ~ 33.4%
G 158 of 470 ~ 33.62%
B 155 of 470 ~ 32.98%

%33.4
%33.62
%32.98

CMYK color model

#9D9E9B color CMYK value is (1,0,2,38).

  • cyan value is 0.63%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(1,0,2,38)
C1M0Y2K38 
(1%,0%,2%,38%)
(0.01/0.00/0.02/0.38)	

CMYK percentages

%0.63
%0
%1.9
%38.04

Codes

Color #9D9E9B in popluar color models

9D9E9B
RGB157158155
HSL80°1.52%61.37%
HSB/HSV80°1.90%61.96%
CMYK0.63%0.00%1.90%
38.04%

Color #9D9E9B in popluar number systems.

HEX9D9E9B
Decimal157158155
Binary100111011001111010011011
Octal235236233

Shades and tints

Shades of #9D9E9B

#9D9E9B
(157,158,155)
#8F908D
(143,144,141)
#81827F
(129,130,127)
#737471
(115,116,113)
#656663
(101,102,99)
#575855
(87,88,85)
#494A47
(73,74,71)
#3B3C39
(59,60,57)
#2D2E2B
(45,46,43)
#1F201D
(31,32,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #9D9E9B

#9D9E9B
(157,158,155)
#A5A6A4
(165,166,164)
#ADAEAD
(173,174,173)
#B5B6B6
(181,182,182)
#BDBEBF
(189,190,191)
#C5C6C8
(197,198,200)
#CDCED1
(205,206,209)
#D5D6DA
(213,214,218)
#DDDEE3
(221,222,227)
#E5E6EC
(229,230,236)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9E9B; }

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

This text font color is #9D9E9B.


Background Color

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

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

This div background color is #9D9E9B.


Border color

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

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

This div border color is #9D9E9B.


Opacity

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

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

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

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

This text has shadow with #9D9E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9E9B on black background.


Color preview on white background

This text has color #9D9E9B on white background.



Black color preview on #9D9E9B background

This text has black color on #9D9E9B background.


White color preview on #9D9E9B background

This text has white color on #9D9E9B background.