COLOR #9D8FA3

HEX: #9D8FA3
RGB: (157,143,163)

Color info

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

RGB color model

#9D8FA3 color RGB value is (157,143,163).

  • red value is 157;
  • green value is 143;
  • blue value is 163.
RGB:
(157,143,163)
(62%,56%,64%)

RGB channels and saturation

R 157 of 255 = 62%
G 143 of 255 = 56%
B 163 of 255 = 64%

157
143
163

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

Portions of RGB colors in percentages

R + G + B =
157 + 143 + 163 = 463 (100%)
R 157 of 463 ~ 33.91%
G 143 of 463 ~ 30.89%
B 163 of 463 ~ 35.21%

%33.91
%30.89
%35.21

CMYK color model

#9D8FA3 color CMYK value is (4,12,0,36).

  • cyan value is 3.68%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(4,12,0,36)
C4M12Y0K36 
(4%,12%,0%,36%)
(0.04/0.12/0.00/0.36)	

CMYK percentages

%3.68
%12.27
%0
%36.08

Codes

Color #9D8FA3 in popluar color models

9D8FA3
RGB157143163
HSL282°9.80%60.00%
HSB/HSV282°12.27%63.92%
CMYK3.68%12.27%0.00%
36.08%

Color #9D8FA3 in popluar number systems.

HEX9D8FA3
Decimal157143163
Binary100111011000111110100011
Octal235217243

Shades and tints

Shades of #9D8FA3

#9D8FA3
(157,143,163)
#8F8295
(143,130,149)
#817587
(129,117,135)
#736879
(115,104,121)
#655B6B
(101,91,107)
#574E5D
(87,78,93)
#49414F
(73,65,79)
#3B3441
(59,52,65)
#2D2733
(45,39,51)
#1F1A25
(31,26,37)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #9D8FA3

#9D8FA3
(157,143,163)
#A599AB
(165,153,171)
#ADA3B3
(173,163,179)
#B5ADBB
(181,173,187)
#BDB7C3
(189,183,195)
#C5C1CB
(197,193,203)
#CDCBD3
(205,203,211)
#D5D5DB
(213,213,219)
#DDDFE3
(221,223,227)
#E5E9EB
(229,233,235)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8FA3 color. Also use rgb(157,143,163) instead hex code.

Text Font Color

.myTextColor { color: #9D8FA3; }

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

This text font color is #9D8FA3.


Background Color

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

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

This div background color is #9D8FA3.


Border color

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

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

This div border color is #9D8FA3.


Opacity

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

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

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

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

This text has shadow with #9D8FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8FA3 on black background.


Color preview on white background

This text has color #9D8FA3 on white background.



Black color preview on #9D8FA3 background

This text has black color on #9D8FA3 background.


White color preview on #9D8FA3 background

This text has white color on #9D8FA3 background.