COLOR #9C9FDA

HEX: #9C9FDA
RGB: (156,159,218)

Color info

#9C9FDA contains mainly green and blue colors. Web safe color of #9C9FDA is #9999CC (or #99C).

RGB color model

#9C9FDA color RGB value is (156,159,218).

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

RGB channels and saturation

R 156 of 255 = 61%
G 159 of 255 = 62%
B 218 of 255 = 85%

156
159
218

R + G + B ~ 69%. #9C9FDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 159 + 218 = 533 (100%)
R 156 of 533 ~ 29.27%
G 159 of 533 ~ 29.83%
B 218 of 533 ~ 40.9%

%29.27
%29.83
%40.9

CMYK color model

#9C9FDA color CMYK value is (28,27,0,15).

  • cyan value is 28.44%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,27,0,15)
C28M27Y0K15 
(28%,27%,0%,15%)
(0.28/0.27/0.00/0.15)	

CMYK percentages

%28.44
%27.06
%0
%14.51

Codes

Color #9C9FDA in popluar color models

9C9FDA
RGB156159218
HSL237°45.59%73.33%
HSB/HSV237°28.44%85.49%
CMYK28.44%27.06%0.00%
14.51%

Color #9C9FDA in popluar number systems.

HEX9C9FDA
Decimal156159218
Binary100111001001111111011010
Octal234237332

Shades and tints

Shades of #9C9FDA

#9C9FDA
(156,159,218)
#8E91C7
(142,145,199)
#8083B4
(128,131,180)
#7275A1
(114,117,161)
#64678E
(100,103,142)
#56597B
(86,89,123)
#484B68
(72,75,104)
#3A3D55
(58,61,85)
#2C2F42
(44,47,66)
#1E212F
(30,33,47)
#10131C
(16,19,28)
#000000
(0,0,0)

Tints of #9C9FDA

#9C9FDA
(156,159,218)
#A5A7DD
(165,167,221)
#AEAFE0
(174,175,224)
#B7B7E3
(183,183,227)
#C0BFE6
(192,191,230)
#C9C7E9
(201,199,233)
#D2CFEC
(210,207,236)
#DBD7EF
(219,215,239)
#E4DFF2
(228,223,242)
#EDE7F5
(237,231,245)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9FDA; }

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

This text font color is #9C9FDA.


Background Color

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

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

This div background color is #9C9FDA.


Border color

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

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

This div border color is #9C9FDA.


Opacity

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

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

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

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

This text has shadow with #9C9FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9FDA on black background.


Color preview on white background

This text has color #9C9FDA on white background.



Black color preview on #9C9FDA background

This text has black color on #9C9FDA background.


White color preview on #9C9FDA background

This text has white color on #9C9FDA background.