COLOR #9D8590

HEX: #9D8590 RGB: (157,133,144)

Color info

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

RGB color model

#9D8590 color RGB value is (157,133,144).

RGB: (157,133,144) (62%, 52%, 56%)

RGB channels and saturation

R 157 of 255 = 62%
G 133 of 255 = 52%
B 144 of 255 = 56%

157
133
144

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

Portions of RGB colors in percentages

R + G + B = 157 + 133 + 144 = 434 (100%)
R 157 of 434 ~ 36.18%
G 133 of 434 ~ 30.65%
B 144 of 434 ~ 33.18'%

%36.18
%30.65
%33.18

CMYK color model

#9D8590 color CMYK value is (0,15,8,38).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 8.28%
  • key color value is 38.43%

CMYK: (0,15,8,38)
C0M15Y8K38 (0%, 15%, 8%, 38%)
(0.00 / 0.15 / 0.08 / 0.38)

CMYK percentages

%0
%15.29
%8.28
%38.43

Codes

Color #9D8590 in popluar color models

9D 85 90
RGB 157 133 144
HSL 333° 10.91% 56.86%
HSB/HSV 333° 15.29% 61.57%
CMYK 0.00% 15.29% 8.28%
38.43%

Color #9D8590 in popluar number systems.

HEX 9D 85 90
Decimal 157 133 144
Binary 10011101 10000101 10010000
Octal 235 205 220

Shades and tints

Shades of #9D8590

#9D8590
(157,133,144)
#8F7983
(143,121,131)
#816D76
(129,109,118)
#736169
(115,97,105)
#65555C
(101,85,92)
#57494F
(87,73,79)
#493D42
(73,61,66)
#3B3135
(59,49,53)
#2D2528
(45,37,40)
#1F191B
(31,25,27)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #9D8590

#9D8590
(157,133,144)
#A5909A
(165,144,154)
#AD9BA4
(173,155,164)
#B5A6AE
(181,166,174)
#BDB1B8
(189,177,184)
#C5BCC2
(197,188,194)
#CDC7CC
(205,199,204)
#D5D2D6
(213,210,214)
#DDDDE0
(221,221,224)
#E5E8EA
(229,232,234)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8590 color. Also use rgb(157,133,144) instead hex code.

Text Font Color

.myTextColor { color: #9D8590; }

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

This text font color is #9D8590.

Background Color

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

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

This div background color is #9D8590.

Border color

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

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

This div border color is #9D8590.

Opacity

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

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

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

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

This text has shadow with #9D8590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8590.

Preview

Color preview on black background

This text has color #9D8590 on black background.


Color preview on white background

This text has color #9D8590 on white background.


Black color preview on #9D8590 background

This text has black color on #9D8590 background.


White color preview on #9D8590 background

This text has white color on #9D8590 background.


Related colors

Complementary color

Complementary color for #hex is #627A6F.


I love getcolorcode.com

Triadic colors

1 #909D85 and #85909D with #9D8590 are triadic colors.

2 #90859D and #859D90 with #9D8590 are triadic colors.