COLOR #9C9DE5

HEX: #9C9DE5
RGB: (156,157,229)

Color info

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

RGB color model

#9C9DE5 color RGB value is (156,157,229).

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

RGB channels and saturation

R 156 of 255 = 61%
G 157 of 255 = 62%
B 229 of 255 = 90%

156
157
229

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

Portions of RGB colors in percentages

R + G + B =
156 + 157 + 229 = 542 (100%)
R 156 of 542 ~ 28.78%
G 157 of 542 ~ 28.97%
B 229 of 542 ~ 42.25%

%28.78
%28.97
%42.25

CMYK color model

#9C9DE5 color CMYK value is (32,31,0,10).

  • cyan value is 31.88%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(32,31,0,10)
C32M31Y0K10 
(32%,31%,0%,10%)
(0.32/0.31/0.00/0.10)	

CMYK percentages

%31.88
%31.44
%0
%10.2

Codes

Color #9C9DE5 in popluar color models

9C9DE5
RGB156157229
HSL239°58.40%75.49%
HSB/HSV239°31.88%89.80%
CMYK31.88%31.44%0.00%
10.20%

Color #9C9DE5 in popluar number systems.

HEX9C9DE5
Decimal156157229
Binary100111001001110111100101
Octal234235345

Shades and tints

Shades of #9C9DE5

#9C9DE5
(156,157,229)
#8E8FD1
(142,143,209)
#8081BD
(128,129,189)
#7273A9
(114,115,169)
#646595
(100,101,149)
#565781
(86,87,129)
#48496D
(72,73,109)
#3A3B59
(58,59,89)
#2C2D45
(44,45,69)
#1E1F31
(30,31,49)
#10111D
(16,17,29)
#000000
(0,0,0)

Tints of #9C9DE5

#9C9DE5
(156,157,229)
#A5A5E7
(165,165,231)
#AEADE9
(174,173,233)
#B7B5EB
(183,181,235)
#C0BDED
(192,189,237)
#C9C5EF
(201,197,239)
#D2CDF1
(210,205,241)
#DBD5F3
(219,213,243)
#E4DDF5
(228,221,245)
#EDE5F7
(237,229,247)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9DE5; }

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

This text font color is #9C9DE5.


Background Color

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

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

This div background color is #9C9DE5.


Border color

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

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

This div border color is #9C9DE5.


Opacity

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

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

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

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

This text has shadow with #9C9DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9DE5 on black background.


Color preview on white background

This text has color #9C9DE5 on white background.



Black color preview on #9C9DE5 background

This text has black color on #9C9DE5 background.


White color preview on #9C9DE5 background

This text has white color on #9C9DE5 background.