COLOR #9C9FCA

HEX: #9C9FCA
RGB: (156,159,202)

Color info

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

RGB color model

#9C9FCA color RGB value is (156,159,202).

  • red value is 156;
  • green value is 159;
  • blue value is 202.
RGB:
(156,159,202)
(61%,62%,79%)

RGB channels and saturation

R 156 of 255 = 61%
G 159 of 255 = 62%
B 202 of 255 = 79%

156
159
202

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

Portions of RGB colors in percentages

R + G + B =
156 + 159 + 202 = 517 (100%)
R 156 of 517 ~ 30.17%
G 159 of 517 ~ 30.75%
B 202 of 517 ~ 39.07%

%30.17
%30.75
%39.07

CMYK color model

#9C9FCA color CMYK value is (23,21,0,21).

  • cyan value is 22.77%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(23,21,0,21)
C23M21Y0K21 
(23%,21%,0%,21%)
(0.23/0.21/0.00/0.21)	

CMYK percentages

%22.77
%21.29
%0
%20.78

Codes

Color #9C9FCA in popluar color models

9C9FCA
RGB156159202
HSL236°30.26%70.20%
HSB/HSV236°22.77%79.22%
CMYK22.77%21.29%0.00%
20.78%

Color #9C9FCA in popluar number systems.

HEX9C9FCA
Decimal156159202
Binary100111001001111111001010
Octal234237312

Shades and tints

Shades of #9C9FCA

#9C9FCA
(156,159,202)
#8E91B8
(142,145,184)
#8083A6
(128,131,166)
#727594
(114,117,148)
#646782
(100,103,130)
#565970
(86,89,112)
#484B5E
(72,75,94)
#3A3D4C
(58,61,76)
#2C2F3A
(44,47,58)
#1E2128
(30,33,40)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #9C9FCA

#9C9FCA
(156,159,202)
#A5A7CE
(165,167,206)
#AEAFD2
(174,175,210)
#B7B7D6
(183,183,214)
#C0BFDA
(192,191,218)
#C9C7DE
(201,199,222)
#D2CFE2
(210,207,226)
#DBD7E6
(219,215,230)
#E4DFEA
(228,223,234)
#EDE7EE
(237,231,238)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9FCA; }

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

This text font color is #9C9FCA.


Background Color

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

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

This div background color is #9C9FCA.


Border color

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

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

This div border color is #9C9FCA.


Opacity

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

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

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

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

This text has shadow with #9C9FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9FCA on black background.


Color preview on white background

This text has color #9C9FCA on white background.



Black color preview on #9C9FCA background

This text has black color on #9C9FCA background.


White color preview on #9C9FCA background

This text has white color on #9C9FCA background.