COLOR #9C9CCD

HEX: #9C9CCD RGB: (156,156,205)

Color info

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

RGB color model

#9C9CCD color RGB value is (156,156,205).

RGB: (156,156,205) (61%, 61%, 80%)

RGB channels and saturation

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

156
156
205

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

Portions of RGB colors in percentages

R + G + B = 156 + 156 + 205 = 517 (100%)
R 156 of 517 ~ 30.17%
G 156 of 517 ~ 30.17%
B 205 of 517 ~ 39.65'%

%30.17
%30.17
%39.65

CMYK color model

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

  • cyan value is 23.90%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (24,24,0,20)
C24M24Y0K20 (24%, 24%, 0%, 20%)
(0.24 / 0.24 / 0.00 / 0.20)

CMYK percentages

%23.9
%23.9
%0
%19.61

Codes

Color #9C9CCD in popluar color models

9C 9C CD
RGB 156 156 205
HSL 240° 32.89% 70.78%
HSB/HSV 240° 23.90% 80.39%
CMYK 23.90% 23.90% 0.00%
19.61%

Color #9C9CCD in popluar number systems.

HEX 9C 9C CD
Decimal 156 156 205
Binary 10011100 10011100 11001101
Octal 234 234 315

Shades and tints

Shades of #9C9CCD

#9C9CCD
(156,156,205)
#8E8EBB
(142,142,187)
#8080A9
(128,128,169)
#727297
(114,114,151)
#646485
(100,100,133)
#565673
(86,86,115)
#484861
(72,72,97)
#3A3A4F
(58,58,79)
#2C2C3D
(44,44,61)
#1E1E2B
(30,30,43)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #9C9CCD

#9C9CCD
(156,156,205)
#A5A5D1
(165,165,209)
#AEAED5
(174,174,213)
#B7B7D9
(183,183,217)
#C0C0DD
(192,192,221)
#C9C9E1
(201,201,225)
#D2D2E5
(210,210,229)
#DBDBE9
(219,219,233)
#E4E4ED
(228,228,237)
#EDEDF1
(237,237,241)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9CCD; }

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

This text font color is #9C9CCD.

Background Color

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

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

This div background color is #9C9CCD.

Border color

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

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

This div border color is #9C9CCD.

Opacity

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

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

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

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

This text has shadow with #9C9CCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C9CCD.

Preview

Color preview on black background

This text has color #9C9CCD on black background.


Color preview on white background

This text has color #9C9CCD on white background.


Black color preview on #9C9CCD background

This text has black color on #9C9CCD background.


White color preview on #9C9CCD background

This text has white color on #9C9CCD background.


Related colors

Complementary color

Complementary color for #hex is #636332.


I love getcolorcode.com