COLOR #9D9FB2

HEX: #9D9FB2
RGB: (157,159,178)

Color info

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

RGB color model

#9D9FB2 color RGB value is (157,159,178).

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

RGB channels and saturation

R 157 of 255 = 62%
G 159 of 255 = 62%
B 178 of 255 = 70%

157
159
178

R + G + B ~ 65%. #9D9FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 159 + 178 = 494 (100%)
R 157 of 494 ~ 31.78%
G 159 of 494 ~ 32.19%
B 178 of 494 ~ 36.03%

%31.78
%32.19
%36.03

CMYK color model

#9D9FB2 color CMYK value is (12,11,0,30).

  • cyan value is 11.80%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(12,11,0,30)
C12M11Y0K30 
(12%,11%,0%,30%)
(0.12/0.11/0.00/0.30)	

CMYK percentages

%11.8
%10.67
%0
%30.2

Codes

Color #9D9FB2 in popluar color models

9D9FB2
RGB157159178
HSL234°12.00%65.69%
HSB/HSV234°11.80%69.80%
CMYK11.80%10.67%0.00%
30.20%

Color #9D9FB2 in popluar number systems.

HEX9D9FB2
Decimal157159178
Binary100111011001111110110010
Octal235237262

Shades and tints

Shades of #9D9FB2

#9D9FB2
(157,159,178)
#8F91A2
(143,145,162)
#818392
(129,131,146)
#737582
(115,117,130)
#656772
(101,103,114)
#575962
(87,89,98)
#494B52
(73,75,82)
#3B3D42
(59,61,66)
#2D2F32
(45,47,50)
#1F2122
(31,33,34)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9D9FB2

#9D9FB2
(157,159,178)
#A5A7B9
(165,167,185)
#ADAFC0
(173,175,192)
#B5B7C7
(181,183,199)
#BDBFCE
(189,191,206)
#C5C7D5
(197,199,213)
#CDCFDC
(205,207,220)
#D5D7E3
(213,215,227)
#DDDFEA
(221,223,234)
#E5E7F1
(229,231,241)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9FB2; }

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

This text font color is #9D9FB2.


Background Color

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

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

This div background color is #9D9FB2.


Border color

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

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

This div border color is #9D9FB2.


Opacity

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

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

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

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

This text has shadow with #9D9FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9FB2 on black background.


Color preview on white background

This text has color #9D9FB2 on white background.



Black color preview on #9D9FB2 background

This text has black color on #9D9FB2 background.


White color preview on #9D9FB2 background

This text has white color on #9D9FB2 background.