COLOR #9C8CF0

HEX: #9C8CF0
RGB: (156,140,240)

Color info

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

RGB color model

#9C8CF0 color RGB value is (156,140,240).

  • red value is 156;
  • green value is 140;
  • blue value is 240.
RGB:
(156,140,240)
(61%,55%,94%)

RGB channels and saturation

R 156 of 255 = 61%
G 140 of 255 = 55%
B 240 of 255 = 94%

156
140
240

R + G + B ~ 70%. #9C8CF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 140 + 240 = 536 (100%)
R 156 of 536 ~ 29.1%
G 140 of 536 ~ 26.12%
B 240 of 536 ~ 44.78%

%29.1
%26.12
%44.78

CMYK color model

#9C8CF0 color CMYK value is (35,42,0,6).

  • cyan value is 35.00%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(35,42,0,6)
C35M42Y0K6 
(35%,42%,0%,6%)
(0.35/0.42/0.00/0.06)	

CMYK percentages

%35
%41.67
%0
%5.88

Codes

Color #9C8CF0 in popluar color models

9C8CF0
RGB156140240
HSL250°76.92%74.51%
HSB/HSV250°41.67%94.12%
CMYK35.00%41.67%0.00%
5.88%

Color #9C8CF0 in popluar number systems.

HEX9C8CF0
Decimal156140240
Binary100111001000110011110000
Octal234214360

Shades and tints

Shades of #9C8CF0

#9C8CF0
(156,140,240)
#8E80DB
(142,128,219)
#8074C6
(128,116,198)
#7268B1
(114,104,177)
#645C9C
(100,92,156)
#565087
(86,80,135)
#484472
(72,68,114)
#3A385D
(58,56,93)
#2C2C48
(44,44,72)
#1E2033
(30,32,51)
#10141E
(16,20,30)
#000000
(0,0,0)

Tints of #9C8CF0

#9C8CF0
(156,140,240)
#A596F1
(165,150,241)
#AEA0F2
(174,160,242)
#B7AAF3
(183,170,243)
#C0B4F4
(192,180,244)
#C9BEF5
(201,190,245)
#D2C8F6
(210,200,246)
#DBD2F7
(219,210,247)
#E4DCF8
(228,220,248)
#EDE6F9
(237,230,249)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8CF0; }

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

This text font color is #9C8CF0.


Background Color

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

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

This div background color is #9C8CF0.


Border color

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

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

This div border color is #9C8CF0.


Opacity

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

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

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

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

This text has shadow with #9C8CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8CF0 on black background.


Color preview on white background

This text has color #9C8CF0 on white background.



Black color preview on #9C8CF0 background

This text has black color on #9C8CF0 background.


White color preview on #9C8CF0 background

This text has white color on #9C8CF0 background.