COLOR #9D9FC6

HEX: #9D9FC6
RGB: (157,159,198)

Color info

#9D9FC6 contains red, green and blue colors in about the same proportion. Web safe color of #9D9FC6 is #9999CC (or #99C).

RGB color model

#9D9FC6 color RGB value is (157,159,198).

  • red value is 157;
  • green value is 159;
  • blue value is 198.
RGB:
(157,159,198)
(62%,62%,78%)

RGB channels and saturation

R 157 of 255 = 62%
G 159 of 255 = 62%
B 198 of 255 = 78%

157
159
198

R + G + B ~ 67%. #9D9FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 159 + 198 = 514 (100%)
R 157 of 514 ~ 30.54%
G 159 of 514 ~ 30.93%
B 198 of 514 ~ 38.52%

%30.54
%30.93
%38.52

CMYK color model

#9D9FC6 color CMYK value is (21,20,0,22).

  • cyan value is 20.71%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(21,20,0,22)
C21M20Y0K22 
(21%,20%,0%,22%)
(0.21/0.20/0.00/0.22)	

CMYK percentages

%20.71
%19.7
%0
%22.35

Codes

Color #9D9FC6 in popluar color models

9D9FC6
RGB157159198
HSL237°26.45%69.61%
HSB/HSV237°20.71%77.65%
CMYK20.71%19.70%0.00%
22.35%

Color #9D9FC6 in popluar number systems.

HEX9D9FC6
Decimal157159198
Binary100111011001111111000110
Octal235237306

Shades and tints

Shades of #9D9FC6

#9D9FC6
(157,159,198)
#8F91B4
(143,145,180)
#8183A2
(129,131,162)
#737590
(115,117,144)
#65677E
(101,103,126)
#57596C
(87,89,108)
#494B5A
(73,75,90)
#3B3D48
(59,61,72)
#2D2F36
(45,47,54)
#1F2124
(31,33,36)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9D9FC6

#9D9FC6
(157,159,198)
#A5A7CB
(165,167,203)
#ADAFD0
(173,175,208)
#B5B7D5
(181,183,213)
#BDBFDA
(189,191,218)
#C5C7DF
(197,199,223)
#CDCFE4
(205,207,228)
#D5D7E9
(213,215,233)
#DDDFEE
(221,223,238)
#E5E7F3
(229,231,243)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9FC6 color. Also use rgb(157,159,198) instead hex code.

Text Font Color

.myTextColor { color: #9D9FC6; }

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

This text font color is #9D9FC6.


Background Color

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

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

This div background color is #9D9FC6.


Border color

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

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

This div border color is #9D9FC6.


Opacity

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

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

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

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

This text has shadow with #9D9FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9FC6 on black background.


Color preview on white background

This text has color #9D9FC6 on white background.



Black color preview on #9D9FC6 background

This text has black color on #9D9FC6 background.


White color preview on #9D9FC6 background

This text has white color on #9D9FC6 background.