COLOR #9D8FA8

HEX: #9D8FA8
RGB: (157,143,168)

Color info

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

RGB color model

#9D8FA8 color RGB value is (157,143,168).

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

RGB channels and saturation

R 157 of 255 = 62%
G 143 of 255 = 56%
B 168 of 255 = 66%

157
143
168

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

Portions of RGB colors in percentages

R + G + B =
157 + 143 + 168 = 468 (100%)
R 157 of 468 ~ 33.55%
G 143 of 468 ~ 30.56%
B 168 of 468 ~ 35.9%

%33.55
%30.56
%35.9

CMYK color model

#9D8FA8 color CMYK value is (7,15,0,34).

  • cyan value is 6.55%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(7,15,0,34)
C7M15Y0K34 
(7%,15%,0%,34%)
(0.07/0.15/0.00/0.34)	

CMYK percentages

%6.55
%14.88
%0
%34.12

Codes

Color #9D8FA8 in popluar color models

9D8FA8
RGB157143168
HSL274°12.56%60.98%
HSB/HSV274°14.88%65.88%
CMYK6.55%14.88%0.00%
34.12%

Color #9D8FA8 in popluar number systems.

HEX9D8FA8
Decimal157143168
Binary100111011000111110101000
Octal235217250

Shades and tints

Shades of #9D8FA8

#9D8FA8
(157,143,168)
#8F8299
(143,130,153)
#81758A
(129,117,138)
#73687B
(115,104,123)
#655B6C
(101,91,108)
#574E5D
(87,78,93)
#49414E
(73,65,78)
#3B343F
(59,52,63)
#2D2730
(45,39,48)
#1F1A21
(31,26,33)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #9D8FA8

#9D8FA8
(157,143,168)
#A599AF
(165,153,175)
#ADA3B6
(173,163,182)
#B5ADBD
(181,173,189)
#BDB7C4
(189,183,196)
#C5C1CB
(197,193,203)
#CDCBD2
(205,203,210)
#D5D5D9
(213,213,217)
#DDDFE0
(221,223,224)
#E5E9E7
(229,233,231)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8FA8; }

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

This text font color is #9D8FA8.


Background Color

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

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

This div background color is #9D8FA8.


Border color

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

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

This div border color is #9D8FA8.


Opacity

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

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

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

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

This text has shadow with #9D8FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8FA8 on black background.


Color preview on white background

This text has color #9D8FA8 on white background.



Black color preview on #9D8FA8 background

This text has black color on #9D8FA8 background.


White color preview on #9D8FA8 background

This text has white color on #9D8FA8 background.