COLOR #9C9FB1

HEX: #9C9FB1
RGB: (156,159,177)

Color info

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

RGB color model

#9C9FB1 color RGB value is (156,159,177).

  • red value is 156;
  • green value is 159;
  • blue value is 177.
RGB:
(156,159,177)
(61%,62%,69%)

RGB channels and saturation

R 156 of 255 = 61%
G 159 of 255 = 62%
B 177 of 255 = 69%

156
159
177

R + G + B ~ 64%. #9C9FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 159 + 177 = 492 (100%)
R 156 of 492 ~ 31.71%
G 159 of 492 ~ 32.32%
B 177 of 492 ~ 35.98%

%31.71
%32.32
%35.98

CMYK color model

#9C9FB1 color CMYK value is (12,10,0,31).

  • cyan value is 11.86%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(12,10,0,31)
C12M10Y0K31 
(12%,10%,0%,31%)
(0.12/0.10/0.00/0.31)	

CMYK percentages

%11.86
%10.17
%0
%30.59

Codes

Color #9C9FB1 in popluar color models

9C9FB1
RGB156159177
HSL231°11.86%65.29%
HSB/HSV231°11.86%69.41%
CMYK11.86%10.17%0.00%
30.59%

Color #9C9FB1 in popluar number systems.

HEX9C9FB1
Decimal156159177
Binary100111001001111110110001
Octal234237261

Shades and tints

Shades of #9C9FB1

#9C9FB1
(156,159,177)
#8E91A1
(142,145,161)
#808391
(128,131,145)
#727581
(114,117,129)
#646771
(100,103,113)
#565961
(86,89,97)
#484B51
(72,75,81)
#3A3D41
(58,61,65)
#2C2F31
(44,47,49)
#1E2121
(30,33,33)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #9C9FB1

#9C9FB1
(156,159,177)
#A5A7B8
(165,167,184)
#AEAFBF
(174,175,191)
#B7B7C6
(183,183,198)
#C0BFCD
(192,191,205)
#C9C7D4
(201,199,212)
#D2CFDB
(210,207,219)
#DBD7E2
(219,215,226)
#E4DFE9
(228,223,233)
#EDE7F0
(237,231,240)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9FB1 color. Also use rgb(156,159,177) instead hex code.

Text Font Color

.myTextColor { color: #9C9FB1; }

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

This text font color is #9C9FB1.


Background Color

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

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

This div background color is #9C9FB1.


Border color

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

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

This div border color is #9C9FB1.


Opacity

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

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

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

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

This text has shadow with #9C9FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9FB1 on black background.


Color preview on white background

This text has color #9C9FB1 on white background.



Black color preview on #9C9FB1 background

This text has black color on #9C9FB1 background.


White color preview on #9C9FB1 background

This text has white color on #9C9FB1 background.