COLOR #9C8ABA

HEX: #9C8ABA
RGB: (156,138,186)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
138
186

R + G + B ~ 63%. #9C8ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 138 + 186 = 480 (100%)
R 156 of 480 ~ 32.5%
G 138 of 480 ~ 28.75%
B 186 of 480 ~ 38.75%

%32.5
%28.75
%38.75

CMYK color model

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

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

CMYK percentages

%16.13
%25.81
%0
%27.06

Codes

Color #9C8ABA in popluar color models

9C8ABA
RGB156138186
HSL263°25.81%63.53%
HSB/HSV263°25.81%72.94%
CMYK16.13%25.81%0.00%
27.06%

Color #9C8ABA in popluar number systems.

HEX9C8ABA
Decimal156138186
Binary100111001000101010111010
Octal234212272

Shades and tints

Shades of #9C8ABA

#9C8ABA
(156,138,186)
#8E7EAA
(142,126,170)
#80729A
(128,114,154)
#72668A
(114,102,138)
#645A7A
(100,90,122)
#564E6A
(86,78,106)
#48425A
(72,66,90)
#3A364A
(58,54,74)
#2C2A3A
(44,42,58)
#1E1E2A
(30,30,42)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #9C8ABA

#9C8ABA
(156,138,186)
#A594C0
(165,148,192)
#AE9EC6
(174,158,198)
#B7A8CC
(183,168,204)
#C0B2D2
(192,178,210)
#C9BCD8
(201,188,216)
#D2C6DE
(210,198,222)
#DBD0E4
(219,208,228)
#E4DAEA
(228,218,234)
#EDE4F0
(237,228,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8ABA; }

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

This text font color is #9C8ABA.


Background Color

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

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

This div background color is #9C8ABA.


Border color

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

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

This div border color is #9C8ABA.


Opacity

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

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

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

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

This text has shadow with #9C8ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8ABA on black background.


Color preview on white background

This text has color #9C8ABA on white background.



Black color preview on #9C8ABA background

This text has black color on #9C8ABA background.


White color preview on #9C8ABA background

This text has white color on #9C8ABA background.