COLOR #9C8FCA

HEX: #9C8FCA
RGB: (156,143,202)

Color info

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

RGB color model

#9C8FCA color RGB value is (156,143,202).

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

RGB channels and saturation

R 156 of 255 = 61%
G 143 of 255 = 56%
B 202 of 255 = 79%

156
143
202

R + G + B ~ 65%. #9C8FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 143 + 202 = 501 (100%)
R 156 of 501 ~ 31.14%
G 143 of 501 ~ 28.54%
B 202 of 501 ~ 40.32%

%31.14
%28.54
%40.32

CMYK color model

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

  • cyan value is 22.77%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(23,29,0,21)
C23M29Y0K21 
(23%,29%,0%,21%)
(0.23/0.29/0.00/0.21)	

CMYK percentages

%22.77
%29.21
%0
%20.78

Codes

Color #9C8FCA in popluar color models

9C8FCA
RGB156143202
HSL253°35.76%67.65%
HSB/HSV253°29.21%79.22%
CMYK22.77%29.21%0.00%
20.78%

Color #9C8FCA in popluar number systems.

HEX9C8FCA
Decimal156143202
Binary100111001000111111001010
Octal234217312

Shades and tints

Shades of #9C8FCA

#9C8FCA
(156,143,202)
#8E82B8
(142,130,184)
#8075A6
(128,117,166)
#726894
(114,104,148)
#645B82
(100,91,130)
#564E70
(86,78,112)
#48415E
(72,65,94)
#3A344C
(58,52,76)
#2C273A
(44,39,58)
#1E1A28
(30,26,40)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #9C8FCA

#9C8FCA
(156,143,202)
#A599CE
(165,153,206)
#AEA3D2
(174,163,210)
#B7ADD6
(183,173,214)
#C0B7DA
(192,183,218)
#C9C1DE
(201,193,222)
#D2CBE2
(210,203,226)
#DBD5E6
(219,213,230)
#E4DFEA
(228,223,234)
#EDE9EE
(237,233,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8FCA; }

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

This text font color is #9C8FCA.


Background Color

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

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

This div background color is #9C8FCA.


Border color

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

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

This div border color is #9C8FCA.


Opacity

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

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

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

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

This text has shadow with #9C8FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8FCA on black background.


Color preview on white background

This text has color #9C8FCA on white background.



Black color preview on #9C8FCA background

This text has black color on #9C8FCA background.


White color preview on #9C8FCA background

This text has white color on #9C8FCA background.