COLOR #9D9499

HEX: #9D9499
RGB: (157,148,153)

Color info

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

RGB color model

#9D9499 color RGB value is (157,148,153).

  • red value is 157;
  • green value is 148;
  • blue value is 153.
RGB:
(157,148,153)
(62%,58%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 153 of 255 = 60%

157
148
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 148 + 153 = 458 (100%)
R 157 of 458 ~ 34.28%
G 148 of 458 ~ 32.31%
B 153 of 458 ~ 33.41%

%34.28
%32.31
%33.41

CMYK color model

#9D9499 color CMYK value is (0,6,3,38).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK:
(0,6,3,38)
C0M6Y3K38 
(0%,6%,3%,38%)
(0.00/0.06/0.03/0.38)	

CMYK percentages

%0
%5.73
%2.55
%38.43

Codes

Color #9D9499 in popluar color models

9D9499
RGB157148153
HSL327°4.39%59.80%
HSB/HSV327°5.73%61.57%
CMYK0.00%5.73%2.55%
38.43%

Color #9D9499 in popluar number systems.

HEX9D9499
Decimal157148153
Binary100111011001010010011001
Octal235224231

Shades and tints

Shades of #9D9499

#9D9499
(157,148,153)
#8F878C
(143,135,140)
#817A7F
(129,122,127)
#736D72
(115,109,114)
#656065
(101,96,101)
#575358
(87,83,88)
#49464B
(73,70,75)
#3B393E
(59,57,62)
#2D2C31
(45,44,49)
#1F1F24
(31,31,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #9D9499

#9D9499
(157,148,153)
#A59DA2
(165,157,162)
#ADA6AB
(173,166,171)
#B5AFB4
(181,175,180)
#BDB8BD
(189,184,189)
#C5C1C6
(197,193,198)
#CDCACF
(205,202,207)
#D5D3D8
(213,211,216)
#DDDCE1
(221,220,225)
#E5E5EA
(229,229,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9499; }

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

This text font color is #9D9499.


Background Color

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

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

This div background color is #9D9499.


Border color

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

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

This div border color is #9D9499.


Opacity

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

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

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

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

This text has shadow with #9D9499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9499 on black background.


Color preview on white background

This text has color #9D9499 on white background.



Black color preview on #9D9499 background

This text has black color on #9D9499 background.


White color preview on #9D9499 background

This text has white color on #9D9499 background.