COLOR #9C9ADE

HEX: #9C9ADE
RGB: (156,154,222)

Color info

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

RGB color model

#9C9ADE color RGB value is (156,154,222).

  • red value is 156;
  • green value is 154;
  • blue value is 222.
RGB:
(156,154,222)
(61%,60%,87%)

RGB channels and saturation

R 156 of 255 = 61%
G 154 of 255 = 60%
B 222 of 255 = 87%

156
154
222

R + G + B ~ 69%. #9C9ADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 154 + 222 = 532 (100%)
R 156 of 532 ~ 29.32%
G 154 of 532 ~ 28.95%
B 222 of 532 ~ 41.73%

%29.32
%28.95
%41.73

CMYK color model

#9C9ADE color CMYK value is (30,31,0,13).

  • cyan value is 29.73%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(30,31,0,13)
C30M31Y0K13 
(30%,31%,0%,13%)
(0.30/0.31/0.00/0.13)	

CMYK percentages

%29.73
%30.63
%0
%12.94

Codes

Color #9C9ADE in popluar color models

9C9ADE
RGB156154222
HSL242°50.75%73.73%
HSB/HSV242°30.63%87.06%
CMYK29.73%30.63%0.00%
12.94%

Color #9C9ADE in popluar number systems.

HEX9C9ADE
Decimal156154222
Binary100111001001101011011110
Octal234232336

Shades and tints

Shades of #9C9ADE

#9C9ADE
(156,154,222)
#8E8CCA
(142,140,202)
#807EB6
(128,126,182)
#7270A2
(114,112,162)
#64628E
(100,98,142)
#56547A
(86,84,122)
#484666
(72,70,102)
#3A3852
(58,56,82)
#2C2A3E
(44,42,62)
#1E1C2A
(30,28,42)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #9C9ADE

#9C9ADE
(156,154,222)
#A5A3E1
(165,163,225)
#AEACE4
(174,172,228)
#B7B5E7
(183,181,231)
#C0BEEA
(192,190,234)
#C9C7ED
(201,199,237)
#D2D0F0
(210,208,240)
#DBD9F3
(219,217,243)
#E4E2F6
(228,226,246)
#EDEBF9
(237,235,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9ADE color. Also use rgb(156,154,222) instead hex code.

Text Font Color

.myTextColor { color: #9C9ADE; }

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

This text font color is #9C9ADE.


Background Color

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

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

This div background color is #9C9ADE.


Border color

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

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

This div border color is #9C9ADE.


Opacity

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

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

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

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

This text has shadow with #9C9ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9ADE on black background.


Color preview on white background

This text has color #9C9ADE on white background.



Black color preview on #9C9ADE background

This text has black color on #9C9ADE background.


White color preview on #9C9ADE background

This text has white color on #9C9ADE background.