COLOR #9D8CA7

HEX: #9D8CA7
RGB: (157,140,167)

Color info

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

RGB color model

#9D8CA7 color RGB value is (157,140,167).

  • red value is 157;
  • green value is 140;
  • blue value is 167.
RGB:
(157,140,167)
(62%,55%,65%)

RGB channels and saturation

R 157 of 255 = 62%
G 140 of 255 = 55%
B 167 of 255 = 65%

157
140
167

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

Portions of RGB colors in percentages

R + G + B =
157 + 140 + 167 = 464 (100%)
R 157 of 464 ~ 33.84%
G 140 of 464 ~ 30.17%
B 167 of 464 ~ 35.99%

%33.84
%30.17
%35.99

CMYK color model

#9D8CA7 color CMYK value is (6,16,0,35).

  • cyan value is 5.99%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(6,16,0,35)
C6M16Y0K35 
(6%,16%,0%,35%)
(0.06/0.16/0.00/0.35)	

CMYK percentages

%5.99
%16.17
%0
%34.51

Codes

Color #9D8CA7 in popluar color models

9D8CA7
RGB157140167
HSL278°13.30%60.20%
HSB/HSV278°16.17%65.49%
CMYK5.99%16.17%0.00%
34.51%

Color #9D8CA7 in popluar number systems.

HEX9D8CA7
Decimal157140167
Binary100111011000110010100111
Octal235214247

Shades and tints

Shades of #9D8CA7

#9D8CA7
(157,140,167)
#8F8098
(143,128,152)
#817489
(129,116,137)
#73687A
(115,104,122)
#655C6B
(101,92,107)
#57505C
(87,80,92)
#49444D
(73,68,77)
#3B383E
(59,56,62)
#2D2C2F
(45,44,47)
#1F2020
(31,32,32)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #9D8CA7

#9D8CA7
(157,140,167)
#A596AF
(165,150,175)
#ADA0B7
(173,160,183)
#B5AABF
(181,170,191)
#BDB4C7
(189,180,199)
#C5BECF
(197,190,207)
#CDC8D7
(205,200,215)
#D5D2DF
(213,210,223)
#DDDCE7
(221,220,231)
#E5E6EF
(229,230,239)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8CA7 color. Also use rgb(157,140,167) instead hex code.

Text Font Color

.myTextColor { color: #9D8CA7; }

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

This text font color is #9D8CA7.


Background Color

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

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

This div background color is #9D8CA7.


Border color

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

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

This div border color is #9D8CA7.


Opacity

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

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

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

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

This text has shadow with #9D8CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8CA7 on black background.


Color preview on white background

This text has color #9D8CA7 on white background.



Black color preview on #9D8CA7 background

This text has black color on #9D8CA7 background.


White color preview on #9D8CA7 background

This text has white color on #9D8CA7 background.