COLOR #9C9FF2

HEX: #9C9FF2
RGB: (156,159,242)

Color info

#9C9FF2 contains mainly blue color. Web safe color of #9C9FF2 is #9999FF (or #99F).

RGB color model

#9C9FF2 color RGB value is (156,159,242).

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

RGB channels and saturation

R 156 of 255 = 61%
G 159 of 255 = 62%
B 242 of 255 = 95%

156
159
242

R + G + B ~ 73%. #9C9FF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 159 + 242 = 557 (100%)
R 156 of 557 ~ 28.01%
G 159 of 557 ~ 28.55%
B 242 of 557 ~ 43.45%

%28.01
%28.55
%43.45

CMYK color model

#9C9FF2 color CMYK value is (36,34,0,5).

  • cyan value is 35.54%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(36,34,0,5)
C36M34Y0K5 
(36%,34%,0%,5%)
(0.36/0.34/0.00/0.05)	

CMYK percentages

%35.54
%34.3
%0
%5.1

Codes

Color #9C9FF2 in popluar color models

9C9FF2
RGB156159242
HSL238°76.79%78.04%
HSB/HSV238°35.54%94.90%
CMYK35.54%34.30%0.00%
5.10%

Color #9C9FF2 in popluar number systems.

HEX9C9FF2
Decimal156159242
Binary100111001001111111110010
Octal234237362

Shades and tints

Shades of #9C9FF2

#9C9FF2
(156,159,242)
#8E91DC
(142,145,220)
#8083C6
(128,131,198)
#7275B0
(114,117,176)
#64679A
(100,103,154)
#565984
(86,89,132)
#484B6E
(72,75,110)
#3A3D58
(58,61,88)
#2C2F42
(44,47,66)
#1E212C
(30,33,44)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #9C9FF2

#9C9FF2
(156,159,242)
#A5A7F3
(165,167,243)
#AEAFF4
(174,175,244)
#B7B7F5
(183,183,245)
#C0BFF6
(192,191,246)
#C9C7F7
(201,199,247)
#D2CFF8
(210,207,248)
#DBD7F9
(219,215,249)
#E4DFFA
(228,223,250)
#EDE7FB
(237,231,251)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9FF2; }

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

This text font color is #9C9FF2.


Background Color

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

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

This div background color is #9C9FF2.


Border color

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

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

This div border color is #9C9FF2.


Opacity

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

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

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

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

This text has shadow with #9C9FF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9FF2 on black background.


Color preview on white background

This text has color #9C9FF2 on white background.



Black color preview on #9C9FF2 background

This text has black color on #9C9FF2 background.


White color preview on #9C9FF2 background

This text has white color on #9C9FF2 background.