COLOR #9C9BB1

HEX: #9C9BB1
RGB: (156,155,177)

Color info

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

RGB color model

#9C9BB1 color RGB value is (156,155,177).

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

RGB channels and saturation

R 156 of 255 = 61%
G 155 of 255 = 61%
B 177 of 255 = 69%

156
155
177

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

Portions of RGB colors in percentages

R + G + B =
156 + 155 + 177 = 488 (100%)
R 156 of 488 ~ 31.97%
G 155 of 488 ~ 31.76%
B 177 of 488 ~ 36.27%

%31.97
%31.76
%36.27

CMYK color model

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

  • cyan value is 11.86%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(12,12,0,31)
C12M12Y0K31 
(12%,12%,0%,31%)
(0.12/0.12/0.00/0.31)	

CMYK percentages

%11.86
%12.43
%0
%30.59

Codes

Color #9C9BB1 in popluar color models

9C9BB1
RGB156155177
HSL243°12.36%65.10%
HSB/HSV243°12.43%69.41%
CMYK11.86%12.43%0.00%
30.59%

Color #9C9BB1 in popluar number systems.

HEX9C9BB1
Decimal156155177
Binary100111001001101110110001
Octal234233261

Shades and tints

Shades of #9C9BB1

#9C9BB1
(156,155,177)
#8E8DA1
(142,141,161)
#807F91
(128,127,145)
#727181
(114,113,129)
#646371
(100,99,113)
#565561
(86,85,97)
#484751
(72,71,81)
#3A3941
(58,57,65)
#2C2B31
(44,43,49)
#1E1D21
(30,29,33)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #9C9BB1

#9C9BB1
(156,155,177)
#A5A4B8
(165,164,184)
#AEADBF
(174,173,191)
#B7B6C6
(183,182,198)
#C0BFCD
(192,191,205)
#C9C8D4
(201,200,212)
#D2D1DB
(210,209,219)
#DBDAE2
(219,218,226)
#E4E3E9
(228,227,233)
#EDECF0
(237,236,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9BB1; }

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

This text font color is #9C9BB1.


Background Color

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

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

This div background color is #9C9BB1.


Border color

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

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

This div border color is #9C9BB1.


Opacity

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

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

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

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

This text has shadow with #9C9BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9BB1 on black background.


Color preview on white background

This text has color #9C9BB1 on white background.



Black color preview on #9C9BB1 background

This text has black color on #9C9BB1 background.


White color preview on #9C9BB1 background

This text has white color on #9C9BB1 background.