COLOR #9D9599

HEX: #9D9599 RGB: (157,149,153)

Color info

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

RGB color model

#9D9599 color RGB value is (157,149,153).

RGB: (157,149,153) (62%, 58%, 60%)

RGB channels and saturation

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

157
149
153

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

Portions of RGB colors in percentages

R + G + B = 157 + 149 + 153 = 459 (100%)
R 157 of 459 ~ 34.2%
G 149 of 459 ~ 32.46%
B 153 of 459 ~ 33.33'%

%34.2
%32.46
%33.33

CMYK color model

#9D9599 color CMYK value is (0,5,3,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 2.55%
  • key color value is 38.43%

CMYK: (0,5,3,38)
C0M5Y3K38 (0%, 5%, 3%, 38%)
(0.00 / 0.05 / 0.03 / 0.38)

CMYK percentages

%0
%5.1
%2.55
%38.43

Codes

Color #9D9599 in popluar color models

9D 95 99
RGB 157 149 153
HSL 330° 3.92% 60.00%
HSB/HSV 330° 5.10% 61.57%
CMYK 0.00% 5.10% 2.55%
38.43%

Color #9D9599 in popluar number systems.

HEX 9D 95 99
Decimal 157 149 153
Binary 10011101 10010101 10011001
Octal 235 225 231

Shades and tints

Shades of #9D9599

#9D9599
(157,149,153)
#8F888C
(143,136,140)
#817B7F
(129,123,127)
#736E72
(115,110,114)
#656165
(101,97,101)
#575458
(87,84,88)
#49474B
(73,71,75)
#3B3A3E
(59,58,62)
#2D2D31
(45,45,49)
#1F2024
(31,32,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #9D9599

#9D9599
(157,149,153)
#A59EA2
(165,158,162)
#ADA7AB
(173,167,171)
#B5B0B4
(181,176,180)
#BDB9BD
(189,185,189)
#C5C2C6
(197,194,198)
#CDCBCF
(205,203,207)
#D5D4D8
(213,212,216)
#DDDDE1
(221,221,225)
#E5E6EA
(229,230,234)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9599; }

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

This text font color is #9D9599.

Background Color

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

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

This div background color is #9D9599.

Border color

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

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

This div border color is #9D9599.

Opacity

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

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

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

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

This text has shadow with #9D9599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9599.

Preview

Color preview on black background

This text has color #9D9599 on black background.


Color preview on white background

This text has color #9D9599 on white background.


Black color preview on #9D9599 background

This text has black color on #9D9599 background.


White color preview on #9D9599 background

This text has white color on #9D9599 background.


Related colors

Complementary color

Complementary color for #hex is #626A66.


I love getcolorcode.com

Triadic colors

1 #999D95 and #95999D with #9D9599 are triadic colors.

2 #99959D and #959D99 with #9D9599 are triadic colors.