COLOR #9C8CD3

HEX: #9C8CD3
RGB: (156,140,211)

Color info

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

RGB color model

#9C8CD3 color RGB value is (156,140,211).

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

RGB channels and saturation

R 156 of 255 = 61%
G 140 of 255 = 55%
B 211 of 255 = 83%

156
140
211

R + G + B ~ 66%. #9C8CD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 140 + 211 = 507 (100%)
R 156 of 507 ~ 30.77%
G 140 of 507 ~ 27.61%
B 211 of 507 ~ 41.62%

%30.77
%27.61
%41.62

CMYK color model

#9C8CD3 color CMYK value is (26,34,0,17).

  • cyan value is 26.07%
  • magenta value is 33.65%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(26,34,0,17)
C26M34Y0K17 
(26%,34%,0%,17%)
(0.26/0.34/0.00/0.17)	

CMYK percentages

%26.07
%33.65
%0
%17.25

Codes

Color #9C8CD3 in popluar color models

9C8CD3
RGB156140211
HSL254°44.65%68.82%
HSB/HSV254°33.65%82.75%
CMYK26.07%33.65%0.00%
17.25%

Color #9C8CD3 in popluar number systems.

HEX9C8CD3
Decimal156140211
Binary100111001000110011010011
Octal234214323

Shades and tints

Shades of #9C8CD3

#9C8CD3
(156,140,211)
#8E80C0
(142,128,192)
#8074AD
(128,116,173)
#72689A
(114,104,154)
#645C87
(100,92,135)
#565074
(86,80,116)
#484461
(72,68,97)
#3A384E
(58,56,78)
#2C2C3B
(44,44,59)
#1E2028
(30,32,40)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #9C8CD3

#9C8CD3
(156,140,211)
#A596D7
(165,150,215)
#AEA0DB
(174,160,219)
#B7AADF
(183,170,223)
#C0B4E3
(192,180,227)
#C9BEE7
(201,190,231)
#D2C8EB
(210,200,235)
#DBD2EF
(219,210,239)
#E4DCF3
(228,220,243)
#EDE6F7
(237,230,247)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8CD3; }

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

This text font color is #9C8CD3.


Background Color

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

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

This div background color is #9C8CD3.


Border color

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

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

This div border color is #9C8CD3.


Opacity

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

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

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

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

This text has shadow with #9C8CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8CD3 on black background.


Color preview on white background

This text has color #9C8CD3 on white background.



Black color preview on #9C8CD3 background

This text has black color on #9C8CD3 background.


White color preview on #9C8CD3 background

This text has white color on #9C8CD3 background.