COLOR #9D8A99

HEX: #9D8A99 RGB: (157,138,153)

Color info

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

RGB color model

#9D8A99 color RGB value is (157,138,153).

RGB: (157,138,153) (62%, 54%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 138 of 255 = 54%
B 153 of 255 = 60%

157
138
153

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

Portions of RGB colors in percentages

R + G + B = 157 + 138 + 153 = 448 (100%)
R 157 of 448 ~ 35.04%
G 138 of 448 ~ 30.8%
B 153 of 448 ~ 34.15'%

%35.04
%30.8
%34.15

CMYK color model

#9D8A99 color CMYK value is (0,12,3,38).

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

CMYK: (0,12,3,38)
C0M12Y3K38 (0%, 12%, 3%, 38%)
(0.00 / 0.12 / 0.03 / 0.38)

CMYK percentages

%0
%12.1
%2.55
%38.43

Codes

Color #9D8A99 in popluar color models

9D 8A 99
RGB 157 138 153
HSL 313° 8.84% 57.84%
HSB/HSV 313° 12.10% 61.57%
CMYK 0.00% 12.10% 2.55%
38.43%

Color #9D8A99 in popluar number systems.

HEX 9D 8A 99
Decimal 157 138 153
Binary 10011101 10001010 10011001
Octal 235 212 231

Shades and tints

Shades of #9D8A99

#9D8A99
(157,138,153)
#8F7E8C
(143,126,140)
#81727F
(129,114,127)
#736672
(115,102,114)
#655A65
(101,90,101)
#574E58
(87,78,88)
#49424B
(73,66,75)
#3B363E
(59,54,62)
#2D2A31
(45,42,49)
#1F1E24
(31,30,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #9D8A99

#9D8A99
(157,138,153)
#A594A2
(165,148,162)
#AD9EAB
(173,158,171)
#B5A8B4
(181,168,180)
#BDB2BD
(189,178,189)
#C5BCC6
(197,188,198)
#CDC6CF
(205,198,207)
#D5D0D8
(213,208,216)
#DDDAE1
(221,218,225)
#E5E4EA
(229,228,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8A99; }

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

This text font color is #9D8A99.

Background Color

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

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

This div background color is #9D8A99.

Border color

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

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

This div border color is #9D8A99.

Opacity

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

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

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

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

This text has shadow with #9D8A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8A99.

Preview

Color preview on black background

This text has color #9D8A99 on black background.


Color preview on white background

This text has color #9D8A99 on white background.


Black color preview on #9D8A99 background

This text has black color on #9D8A99 background.


White color preview on #9D8A99 background

This text has white color on #9D8A99 background.


Related colors

Complementary color

Complementary color for #hex is #627566.


I love getcolorcode.com

Triadic colors

1 #999D8A and #8A999D with #9D8A99 are triadic colors.

2 #998A9D and #8A9D99 with #9D8A99 are triadic colors.