COLOR #9CADD3

HEX: #9CADD3 RGB: (156,173,211)

Color info

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

RGB color model

#9CADD3 color RGB value is (156,173,211).

RGB: (156,173,211) (61%, 68%, 83%)

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 211 of 255 = 83%

156
173
211

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

Portions of RGB colors in percentages

R + G + B = 156 + 173 + 211 = 540 (100%)
R 156 of 540 ~ 28.89%
G 173 of 540 ~ 32.04%
B 211 of 540 ~ 39.07'%

%28.89
%32.04
%39.07

CMYK color model

#9CADD3 color CMYK value is (26,18,0,17).

  • cyan value is 26.07%
  • magenta value is 18.01%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (26,18,0,17) C26M18Y0K17 (26%,18%,0%,17%) (0.26/0.18/0.00/0.17) 

CMYK percentages

%26.07
%18.01
%0
%17.25

Codes

Color #9CADD3 in popluar color models

9C AD D3
RGB 156 173 211
HSL 221° 38.46% 71.96%
HSB/HSV 221° 26.07% 82.75%
CMYK 26.07% 18.01% 0.00%
17.25%

Color #9CADD3 in popluar number systems.

HEX 9C AD D3
Decimal 156 173 211
Binary 10011100 10101101 11010011
Octal 234 255 323

Shades and tints

Shades of #9CADD3

#9CADD3
(156,173,211)
#8E9EC0
(142,158,192)
#808FAD
(128,143,173)
#72809A
(114,128,154)
#647187
(100,113,135)
#566274
(86,98,116)
#485361
(72,83,97)
#3A444E
(58,68,78)
#2C353B
(44,53,59)
#1E2628
(30,38,40)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #9CADD3

#9CADD3
(156,173,211)
#A5B4D7
(165,180,215)
#AEBBDB
(174,187,219)
#B7C2DF
(183,194,223)
#C0C9E3
(192,201,227)
#C9D0E7
(201,208,231)
#D2D7EB
(210,215,235)
#DBDEEF
(219,222,239)
#E4E5F3
(228,229,243)
#EDECF7
(237,236,247)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CADD3; }

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

This text font color is #9CADD3.

Background Color

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

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

This div background color is #9CADD3.

Border color

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

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

This div border color is #9CADD3.

Opacity

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

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

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

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

This text has shadow with #9CADD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CADD3.

Preview

Color preview on black background

This text has color #9CADD3 on black background.


Color preview on white background

This text has color #9CADD3 on white background.


Black color preview on #9CADD3 background

This text has black color on #9CADD3 background.


White color preview on #9CADD3 background

This text has white color on #9CADD3 background.


Related colors

Complementary color

Complementary color for #hex is #63522C.


I love getcolorcode.com

Triadic colors

1 #D39CAD and #ADD39C with #9CADD3 are triadic colors.

2 #D3AD9C and #AD9CD3 with #9CADD3 are triadic colors.