COLOR #9D8495

HEX: #9D8495
RGB: (157,132,149)

Color info

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

RGB color model

#9D8495 color RGB value is (157,132,149).

  • red value is 157;
  • green value is 132;
  • blue value is 149.
RGB:
(157,132,149)
(62%,52%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 132 of 255 = 52%
B 149 of 255 = 58%

157
132
149

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

Portions of RGB colors in percentages

R + G + B =
157 + 132 + 149 = 438 (100%)
R 157 of 438 ~ 35.84%
G 132 of 438 ~ 30.14%
B 149 of 438 ~ 34.02%

%35.84
%30.14
%34.02

CMYK color model

#9D8495 color CMYK value is (0,16,5,38).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 5.10%
  • key color value is 38.43%
CMYK:
(0,16,5,38)
C0M16Y5K38 
(0%,16%,5%,38%)
(0.00/0.16/0.05/0.38)	

CMYK percentages

%0
%15.92
%5.1
%38.43

Codes

Color #9D8495 in popluar color models

9D8495
RGB157132149
HSL319°11.31%56.67%
HSB/HSV319°15.92%61.57%
CMYK0.00%15.92%5.10%
38.43%

Color #9D8495 in popluar number systems.

HEX9D8495
Decimal157132149
Binary100111011000010010010101
Octal235204225

Shades and tints

Shades of #9D8495

#9D8495
(157,132,149)
#8F7888
(143,120,136)
#816C7B
(129,108,123)
#73606E
(115,96,110)
#655461
(101,84,97)
#574854
(87,72,84)
#493C47
(73,60,71)
#3B303A
(59,48,58)
#2D242D
(45,36,45)
#1F1820
(31,24,32)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #9D8495

#9D8495
(157,132,149)
#A58F9E
(165,143,158)
#AD9AA7
(173,154,167)
#B5A5B0
(181,165,176)
#BDB0B9
(189,176,185)
#C5BBC2
(197,187,194)
#CDC6CB
(205,198,203)
#D5D1D4
(213,209,212)
#DDDCDD
(221,220,221)
#E5E7E6
(229,231,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8495; }

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

This text font color is #9D8495.


Background Color

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

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

This div background color is #9D8495.


Border color

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

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

This div border color is #9D8495.


Opacity

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

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

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

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

This text has shadow with #9D8495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8495 on black background.


Color preview on white background

This text has color #9D8495 on white background.



Black color preview on #9D8495 background

This text has black color on #9D8495 background.


White color preview on #9D8495 background

This text has white color on #9D8495 background.