COLOR #9C9ABA

HEX: #9C9ABA
RGB: (156,154,186)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
154
186

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

Portions of RGB colors in percentages

R + G + B =
156 + 154 + 186 = 496 (100%)
R 156 of 496 ~ 31.45%
G 154 of 496 ~ 31.05%
B 186 of 496 ~ 37.5%

%31.45
%31.05
%37.5

CMYK color model

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

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

CMYK percentages

%16.13
%17.2
%0
%27.06

Codes

Color #9C9ABA in popluar color models

9C9ABA
RGB156154186
HSL244°18.82%66.67%
HSB/HSV244°17.20%72.94%
CMYK16.13%17.20%0.00%
27.06%

Color #9C9ABA in popluar number systems.

HEX9C9ABA
Decimal156154186
Binary100111001001101010111010
Octal234232272

Shades and tints

Shades of #9C9ABA

#9C9ABA
(156,154,186)
#8E8CAA
(142,140,170)
#807E9A
(128,126,154)
#72708A
(114,112,138)
#64627A
(100,98,122)
#56546A
(86,84,106)
#48465A
(72,70,90)
#3A384A
(58,56,74)
#2C2A3A
(44,42,58)
#1E1C2A
(30,28,42)
#100E1A
(16,14,26)
#000000
(0,0,0)

Tints of #9C9ABA

#9C9ABA
(156,154,186)
#A5A3C0
(165,163,192)
#AEACC6
(174,172,198)
#B7B5CC
(183,181,204)
#C0BED2
(192,190,210)
#C9C7D8
(201,199,216)
#D2D0DE
(210,208,222)
#DBD9E4
(219,217,228)
#E4E2EA
(228,226,234)
#EDEBF0
(237,235,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9ABA; }

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

This text font color is #9C9ABA.


Background Color

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

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

This div background color is #9C9ABA.


Border color

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

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

This div border color is #9C9ABA.


Opacity

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

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

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

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

This text has shadow with #9C9ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9ABA on black background.


Color preview on white background

This text has color #9C9ABA on white background.



Black color preview on #9C9ABA background

This text has black color on #9C9ABA background.


White color preview on #9C9ABA background

This text has white color on #9C9ABA background.