COLOR #9D999B

HEX: #9D999B RGB: (157,153,155)

Color info

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

RGB color model

#9D999B color RGB value is (157,153,155).

RGB: (157,153,155) (62%, 60%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 155 of 255 = 61%

157
153
155

R + G + B ~ 61%. #9D999B is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 153 + 155 = 465 (100%)
R 157 of 465 ~ 33.76%
G 153 of 465 ~ 32.9%
B 155 of 465 ~ 33.33'%

%33.76
%32.9
%33.33

CMYK color model

#9D999B color CMYK value is (0,3,1,38).

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

CMYK: (0,3,1,38)
C0M3Y1K38 (0%, 3%, 1%, 38%)
(0.00 / 0.03 / 0.01 / 0.38)

CMYK percentages

%0
%2.55
%1.27
%38.43

Codes

Color #9D999B in popluar color models

9D 99 9B
RGB 157 153 155
HSL 330° 2.00% 60.78%
HSB/HSV 330° 2.55% 61.57%
CMYK 0.00% 2.55% 1.27%
38.43%

Color #9D999B in popluar number systems.

HEX 9D 99 9B
Decimal 157 153 155
Binary 10011101 10011001 10011011
Octal 235 231 233

Shades and tints

Shades of #9D999B

#9D999B
(157,153,155)
#8F8C8D
(143,140,141)
#817F7F
(129,127,127)
#737271
(115,114,113)
#656563
(101,101,99)
#575855
(87,88,85)
#494B47
(73,75,71)
#3B3E39
(59,62,57)
#2D312B
(45,49,43)
#1F241D
(31,36,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #9D999B

#9D999B
(157,153,155)
#A5A2A4
(165,162,164)
#ADABAD
(173,171,173)
#B5B4B6
(181,180,182)
#BDBDBF
(189,189,191)
#C5C6C8
(197,198,200)
#CDCFD1
(205,207,209)
#D5D8DA
(213,216,218)
#DDE1E3
(221,225,227)
#E5EAEC
(229,234,236)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D999B; }

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

This text font color is #9D999B.

Background Color

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

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

This div background color is #9D999B.

Border color

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

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

This div border color is #9D999B.

Opacity

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

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

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

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

This text has shadow with #9D999B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D999B.

Preview

Color preview on black background

This text has color #9D999B on black background.


Color preview on white background

This text has color #9D999B on white background.


Black color preview on #9D999B background

This text has black color on #9D999B background.


White color preview on #9D999B background

This text has white color on #9D999B background.


Related colors

Complementary color

Complementary color for #hex is #626664.


I love getcolorcode.com

Triadic colors

1 #9B9D99 and #999B9D with #9D999B are triadic colors.

2 #9B999D and #999D9B with #9D999B are triadic colors.