COLOR #9D9299

HEX: #9D9299 RGB: (157,146,153)

Color info

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

RGB color model

#9D9299 color RGB value is (157,146,153).

RGB: (157,146,153) (62%, 57%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 146 of 255 = 57%
B 153 of 255 = 60%

157
146
153

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

Portions of RGB colors in percentages

R + G + B = 157 + 146 + 153 = 456 (100%)
R 157 of 456 ~ 34.43%
G 146 of 456 ~ 32.02%
B 153 of 456 ~ 33.55'%

%34.43
%32.02
%33.55

CMYK color model

#9D9299 color CMYK value is (0,7,3,38).

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

CMYK: (0,7,3,38)
C0M7Y3K38 (0%, 7%, 3%, 38%)
(0.00 / 0.07 / 0.03 / 0.38)

CMYK percentages

%0
%7.01
%2.55
%38.43

Codes

Color #9D9299 in popluar color models

9D 92 99
RGB 157 146 153
HSL 322° 5.31% 59.41%
HSB/HSV 322° 7.01% 61.57%
CMYK 0.00% 7.01% 2.55%
38.43%

Color #9D9299 in popluar number systems.

HEX 9D 92 99
Decimal 157 146 153
Binary 10011101 10010010 10011001
Octal 235 222 231

Shades and tints

Shades of #9D9299

#9D9299
(157,146,153)
#8F858C
(143,133,140)
#81787F
(129,120,127)
#736B72
(115,107,114)
#655E65
(101,94,101)
#575158
(87,81,88)
#49444B
(73,68,75)
#3B373E
(59,55,62)
#2D2A31
(45,42,49)
#1F1D24
(31,29,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #9D9299

#9D9299
(157,146,153)
#A59BA2
(165,155,162)
#ADA4AB
(173,164,171)
#B5ADB4
(181,173,180)
#BDB6BD
(189,182,189)
#C5BFC6
(197,191,198)
#CDC8CF
(205,200,207)
#D5D1D8
(213,209,216)
#DDDAE1
(221,218,225)
#E5E3EA
(229,227,234)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9299; }

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

This text font color is #9D9299.

Background Color

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

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

This div background color is #9D9299.

Border color

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

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

This div border color is #9D9299.

Opacity

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

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

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

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

This text has shadow with #9D9299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9299.

Preview

Color preview on black background

This text has color #9D9299 on black background.


Color preview on white background

This text has color #9D9299 on white background.


Black color preview on #9D9299 background

This text has black color on #9D9299 background.


White color preview on #9D9299 background

This text has white color on #9D9299 background.


Related colors

Complementary color

Complementary color for #hex is #626D66.


I love getcolorcode.com

Triadic colors

1 #999D92 and #92999D with #9D9299 are triadic colors.

2 #99929D and #929D99 with #9D9299 are triadic colors.