COLOR #9C9CBA

HEX: #9C9CBA
RGB: (156,156,186)

Color info

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

RGB color model

#9C9CBA color RGB value is (156,156,186).

  • red value is 156;
  • green value is 156;
  • blue value is 186.
RGB:
(156,156,186)
(61%,61%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 156 of 255 = 61%
B 186 of 255 = 73%

156
156
186

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

Portions of RGB colors in percentages

R + G + B =
156 + 156 + 186 = 498 (100%)
R 156 of 498 ~ 31.33%
G 156 of 498 ~ 31.33%
B 186 of 498 ~ 37.35%

%31.33
%31.33
%37.35

CMYK color model

#9C9CBA color CMYK value is (16,16,0,27).

  • cyan value is 16.13%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(16,16,0,27)
C16M16Y0K27 
(16%,16%,0%,27%)
(0.16/0.16/0.00/0.27)	

CMYK percentages

%16.13
%16.13
%0
%27.06

Codes

Color #9C9CBA in popluar color models

9C9CBA
RGB156156186
HSL240°17.86%67.06%
HSB/HSV240°16.13%72.94%
CMYK16.13%16.13%0.00%
27.06%

Color #9C9CBA in popluar number systems.

HEX9C9CBA
Decimal156156186
Binary100111001001110010111010
Octal234234272

Shades and tints

Shades of #9C9CBA

#9C9CBA
(156,156,186)
#8E8EAA
(142,142,170)
#80809A
(128,128,154)
#72728A
(114,114,138)
#64647A
(100,100,122)
#56566A
(86,86,106)
#48485A
(72,72,90)
#3A3A4A
(58,58,74)
#2C2C3A
(44,44,58)
#1E1E2A
(30,30,42)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #9C9CBA

#9C9CBA
(156,156,186)
#A5A5C0
(165,165,192)
#AEAEC6
(174,174,198)
#B7B7CC
(183,183,204)
#C0C0D2
(192,192,210)
#C9C9D8
(201,201,216)
#D2D2DE
(210,210,222)
#DBDBE4
(219,219,228)
#E4E4EA
(228,228,234)
#EDEDF0
(237,237,240)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9CBA; }

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

This text font color is #9C9CBA.


Background Color

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

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

This div background color is #9C9CBA.


Border color

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

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

This div border color is #9C9CBA.


Opacity

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

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

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

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

This text has shadow with #9C9CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9CBA on black background.


Color preview on white background

This text has color #9C9CBA on white background.



Black color preview on #9C9CBA background

This text has black color on #9C9CBA background.


White color preview on #9C9CBA background

This text has white color on #9C9CBA background.