COLOR #9CADE5

HEX: #9CADE5 RGB: (156,173,229)

Color info

#9CADE5 contains mainly green and blue colors. Web safe color of #9CADE5 is #9999CC (or #99C).

RGB color model

#9CADE5 color RGB value is (156,173,229).

RGB: (156,173,229) (61%, 68%, 90%)

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 229 of 255 = 90%

156
173
229

R + G + B ~ 73%. #9CADE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 173 + 229 = 558 (100%)
R 156 of 558 ~ 27.96%
G 173 of 558 ~ 31%
B 229 of 558 ~ 41.04'%

%27.96
%31
%41.04

CMYK color model

#9CADE5 color CMYK value is (32,24,0,10).

  • cyan value is 31.88%
  • magenta value is 24.45%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (32,24,0,10)
C32M24Y0K10 (32%, 24%, 0%, 10%)
(0.32 / 0.24 / 0.00 / 0.10)

CMYK percentages

%31.88
%24.45
%0
%10.2

Codes

Color #9CADE5 in popluar color models

9C AD E5
RGB 156 173 229
HSL 226° 58.40% 75.49%
HSB/HSV 226° 31.88% 89.80%
CMYK 31.88% 24.45% 0.00%
10.20%

Color #9CADE5 in popluar number systems.

HEX 9C AD E5
Decimal 156 173 229
Binary 10011100 10101101 11100101
Octal 234 255 345

Shades and tints

Shades of #9CADE5

#9CADE5
(156,173,229)
#8E9ED1
(142,158,209)
#808FBD
(128,143,189)
#7280A9
(114,128,169)
#647195
(100,113,149)
#566281
(86,98,129)
#48536D
(72,83,109)
#3A4459
(58,68,89)
#2C3545
(44,53,69)
#1E2631
(30,38,49)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #9CADE5

#9CADE5
(156,173,229)
#A5B4E7
(165,180,231)
#AEBBE9
(174,187,233)
#B7C2EB
(183,194,235)
#C0C9ED
(192,201,237)
#C9D0EF
(201,208,239)
#D2D7F1
(210,215,241)
#DBDEF3
(219,222,243)
#E4E5F5
(228,229,245)
#EDECF7
(237,236,247)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CADE5; }

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

This text font color is #9CADE5.

Background Color

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

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

This div background color is #9CADE5.

Border color

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

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

This div border color is #9CADE5.

Opacity

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

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

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

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

This text has shadow with #9CADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CADE5.

Preview

Color preview on black background

This text has color #9CADE5 on black background.


Color preview on white background

This text has color #9CADE5 on white background.


Black color preview on #9CADE5 background

This text has black color on #9CADE5 background.


White color preview on #9CADE5 background

This text has white color on #9CADE5 background.


Related colors

Complementary color

Complementary color for #hex is #63521A.


I love getcolorcode.com

Triadic colors

1 #E59CAD and #ADE59C with #9CADE5 are triadic colors.

2 #E5AD9C and #AD9CE5 with #9CADE5 are triadic colors.