COLOR #9C9DE3

HEX: #9C9DE3
RGB: (156,157,227)

Color info

#9C9DE3 contains mainly blue color. Web safe color of #9C9DE3 is #9999CC (or #99C).

RGB color model

#9C9DE3 color RGB value is (156,157,227).

  • red value is 156;
  • green value is 157;
  • blue value is 227.
RGB:
(156,157,227)
(61%,62%,89%)

RGB channels and saturation

R 156 of 255 = 61%
G 157 of 255 = 62%
B 227 of 255 = 89%

156
157
227

R + G + B ~ 71%. #9C9DE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 157 + 227 = 540 (100%)
R 156 of 540 ~ 28.89%
G 157 of 540 ~ 29.07%
B 227 of 540 ~ 42.04%

%28.89
%29.07
%42.04

CMYK color model

#9C9DE3 color CMYK value is (31,31,0,11).

  • cyan value is 31.28%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(31,31,0,11)
C31M31Y0K11 
(31%,31%,0%,11%)
(0.31/0.31/0.00/0.11)	

CMYK percentages

%31.28
%30.84
%0
%10.98

Codes

Color #9C9DE3 in popluar color models

9C9DE3
RGB156157227
HSL239°55.91%75.10%
HSB/HSV239°31.28%89.02%
CMYK31.28%30.84%0.00%
10.98%

Color #9C9DE3 in popluar number systems.

HEX9C9DE3
Decimal156157227
Binary100111001001110111100011
Octal234235343

Shades and tints

Shades of #9C9DE3

#9C9DE3
(156,157,227)
#8E8FCF
(142,143,207)
#8081BB
(128,129,187)
#7273A7
(114,115,167)
#646593
(100,101,147)
#56577F
(86,87,127)
#48496B
(72,73,107)
#3A3B57
(58,59,87)
#2C2D43
(44,45,67)
#1E1F2F
(30,31,47)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #9C9DE3

#9C9DE3
(156,157,227)
#A5A5E5
(165,165,229)
#AEADE7
(174,173,231)
#B7B5E9
(183,181,233)
#C0BDEB
(192,189,235)
#C9C5ED
(201,197,237)
#D2CDEF
(210,205,239)
#DBD5F1
(219,213,241)
#E4DDF3
(228,221,243)
#EDE5F5
(237,229,245)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9DE3 color. Also use rgb(156,157,227) instead hex code.

Text Font Color

.myTextColor { color: #9C9DE3; }

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

This text font color is #9C9DE3.


Background Color

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

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

This div background color is #9C9DE3.


Border color

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

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

This div border color is #9C9DE3.


Opacity

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

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

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

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

This text has shadow with #9C9DE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9DE3 on black background.


Color preview on white background

This text has color #9C9DE3 on white background.



Black color preview on #9C9DE3 background

This text has black color on #9C9DE3 background.


White color preview on #9C9DE3 background

This text has white color on #9C9DE3 background.