COLOR #9C94CD

HEX: #9C94CD
RGB: (156,148,205)

Color info

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

RGB color model

#9C94CD color RGB value is (156,148,205).

  • red value is 156;
  • green value is 148;
  • blue value is 205.
RGB:
(156,148,205)
(61%,58%,80%)

RGB channels and saturation

R 156 of 255 = 61%
G 148 of 255 = 58%
B 205 of 255 = 80%

156
148
205

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

Portions of RGB colors in percentages

R + G + B =
156 + 148 + 205 = 509 (100%)
R 156 of 509 ~ 30.65%
G 148 of 509 ~ 29.08%
B 205 of 509 ~ 40.28%

%30.65
%29.08
%40.28

CMYK color model

#9C94CD color CMYK value is (24,28,0,20).

  • cyan value is 23.90%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,28,0,20)
C24M28Y0K20 
(24%,28%,0%,20%)
(0.24/0.28/0.00/0.20)	

CMYK percentages

%23.9
%27.8
%0
%19.61

Codes

Color #9C94CD in popluar color models

9C94CD
RGB156148205
HSL248°36.31%69.22%
HSB/HSV248°27.80%80.39%
CMYK23.90%27.80%0.00%
19.61%

Color #9C94CD in popluar number systems.

HEX9C94CD
Decimal156148205
Binary100111001001010011001101
Octal234224315

Shades and tints

Shades of #9C94CD

#9C94CD
(156,148,205)
#8E87BB
(142,135,187)
#807AA9
(128,122,169)
#726D97
(114,109,151)
#646085
(100,96,133)
#565373
(86,83,115)
#484661
(72,70,97)
#3A394F
(58,57,79)
#2C2C3D
(44,44,61)
#1E1F2B
(30,31,43)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #9C94CD

#9C94CD
(156,148,205)
#A59DD1
(165,157,209)
#AEA6D5
(174,166,213)
#B7AFD9
(183,175,217)
#C0B8DD
(192,184,221)
#C9C1E1
(201,193,225)
#D2CAE5
(210,202,229)
#DBD3E9
(219,211,233)
#E4DCED
(228,220,237)
#EDE5F1
(237,229,241)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C94CD color. Also use rgb(156,148,205) instead hex code.

Text Font Color

.myTextColor { color: #9C94CD; }

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

This text font color is #9C94CD.


Background Color

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

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

This div background color is #9C94CD.


Border color

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

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

This div border color is #9C94CD.


Opacity

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

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

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

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

This text has shadow with #9C94CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C94CD on black background.


Color preview on white background

This text has color #9C94CD on white background.



Black color preview on #9C94CD background

This text has black color on #9C94CD background.


White color preview on #9C94CD background

This text has white color on #9C94CD background.