COLOR #9C8CC0

HEX: #9C8CC0
RGB: (156,140,192)

Color info

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

RGB color model

#9C8CC0 color RGB value is (156,140,192).

  • red value is 156;
  • green value is 140;
  • blue value is 192.
RGB:
(156,140,192)
(61%,55%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 140 of 255 = 55%
B 192 of 255 = 75%

156
140
192

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

Portions of RGB colors in percentages

R + G + B =
156 + 140 + 192 = 488 (100%)
R 156 of 488 ~ 31.97%
G 140 of 488 ~ 28.69%
B 192 of 488 ~ 39.34%

%31.97
%28.69
%39.34

CMYK color model

#9C8CC0 color CMYK value is (19,27,0,25).

  • cyan value is 18.75%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(19,27,0,25)
C19M27Y0K25 
(19%,27%,0%,25%)
(0.19/0.27/0.00/0.25)	

CMYK percentages

%18.75
%27.08
%0
%24.71

Codes

Color #9C8CC0 in popluar color models

9C8CC0
RGB156140192
HSL258°29.21%65.10%
HSB/HSV258°27.08%75.29%
CMYK18.75%27.08%0.00%
24.71%

Color #9C8CC0 in popluar number systems.

HEX9C8CC0
Decimal156140192
Binary100111001000110011000000
Octal234214300

Shades and tints

Shades of #9C8CC0

#9C8CC0
(156,140,192)
#8E80AF
(142,128,175)
#80749E
(128,116,158)
#72688D
(114,104,141)
#645C7C
(100,92,124)
#56506B
(86,80,107)
#48445A
(72,68,90)
#3A3849
(58,56,73)
#2C2C38
(44,44,56)
#1E2027
(30,32,39)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #9C8CC0

#9C8CC0
(156,140,192)
#A596C5
(165,150,197)
#AEA0CA
(174,160,202)
#B7AACF
(183,170,207)
#C0B4D4
(192,180,212)
#C9BED9
(201,190,217)
#D2C8DE
(210,200,222)
#DBD2E3
(219,210,227)
#E4DCE8
(228,220,232)
#EDE6ED
(237,230,237)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8CC0; }

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

This text font color is #9C8CC0.


Background Color

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

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

This div background color is #9C8CC0.


Border color

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

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

This div border color is #9C8CC0.


Opacity

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

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

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

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

This text has shadow with #9C8CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8CC0 on black background.


Color preview on white background

This text has color #9C8CC0 on white background.



Black color preview on #9C8CC0 background

This text has black color on #9C8CC0 background.


White color preview on #9C8CC0 background

This text has white color on #9C8CC0 background.