COLOR #9C9CCC

HEX: #9C9CCC
RGB: (156,156,204)

Color info

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

RGB color model

#9C9CCC color RGB value is (156,156,204).

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

RGB channels and saturation

R 156 of 255 = 61%
G 156 of 255 = 61%
B 204 of 255 = 80%

156
156
204

R + G + B ~ 67%. #9C9CCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 156 + 204 = 516 (100%)
R 156 of 516 ~ 30.23%
G 156 of 516 ~ 30.23%
B 204 of 516 ~ 39.53%

%30.23
%30.23
%39.53

CMYK color model

#9C9CCC color CMYK value is (24,24,0,20).

  • cyan value is 23.53%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(24,24,0,20)
C24M24Y0K20 
(24%,24%,0%,20%)
(0.24/0.24/0.00/0.20)	

CMYK percentages

%23.53
%23.53
%0
%20

Codes

Color #9C9CCC in popluar color models

9C9CCC
RGB156156204
HSL240°32.00%70.59%
HSB/HSV240°23.53%80.00%
CMYK23.53%23.53%0.00%
20.00%

Color #9C9CCC in popluar number systems.

HEX9C9CCC
Decimal156156204
Binary100111001001110011001100
Octal234234314

Shades and tints

Shades of #9C9CCC

#9C9CCC
(156,156,204)
#8E8EBA
(142,142,186)
#8080A8
(128,128,168)
#727296
(114,114,150)
#646484
(100,100,132)
#565672
(86,86,114)
#484860
(72,72,96)
#3A3A4E
(58,58,78)
#2C2C3C
(44,44,60)
#1E1E2A
(30,30,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #9C9CCC

#9C9CCC
(156,156,204)
#A5A5D0
(165,165,208)
#AEAED4
(174,174,212)
#B7B7D8
(183,183,216)
#C0C0DC
(192,192,220)
#C9C9E0
(201,201,224)
#D2D2E4
(210,210,228)
#DBDBE8
(219,219,232)
#E4E4EC
(228,228,236)
#EDEDF0
(237,237,240)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9CCC; }

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

This text font color is #9C9CCC.


Background Color

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

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

This div background color is #9C9CCC.


Border color

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

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

This div border color is #9C9CCC.


Opacity

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

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

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

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

This text has shadow with #9C9CCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9CCC on black background.


Color preview on white background

This text has color #9C9CCC on white background.



Black color preview on #9C9CCC background

This text has black color on #9C9CCC background.


White color preview on #9C9CCC background

This text has white color on #9C9CCC background.