COLOR #9CADDD

HEX: #9CADDD RGB: (156,173,221)

Color info

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

RGB color model

#9CADDD color RGB value is (156,173,221).

RGB: (156,173,221) (61%, 68%, 87%)

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 221 of 255 = 87%

156
173
221

R + G + B ~ 72%. #9CADDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 173 + 221 = 550 (100%)
R 156 of 550 ~ 28.36%
G 173 of 550 ~ 31.45%
B 221 of 550 ~ 40.18'%

%28.36
%31.45
%40.18

CMYK color model

#9CADDD color CMYK value is (29,22,0,13).

  • cyan value is 29.41%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (29,22,0,13)
C29M22Y0K13 (29%, 22%, 0%, 13%)
(0.29 / 0.22 / 0.00 / 0.13)

CMYK percentages

%29.41
%21.72
%0
%13.33

Codes

Color #9CADDD in popluar color models

9C AD DD
RGB 156 173 221
HSL 224° 48.87% 73.92%
HSB/HSV 224° 29.41% 86.67%
CMYK 29.41% 21.72% 0.00%
13.33%

Color #9CADDD in popluar number systems.

HEX 9C AD DD
Decimal 156 173 221
Binary 10011100 10101101 11011101
Octal 234 255 335

Shades and tints

Shades of #9CADDD

#9CADDD
(156,173,221)
#8E9EC9
(142,158,201)
#808FB5
(128,143,181)
#7280A1
(114,128,161)
#64718D
(100,113,141)
#566279
(86,98,121)
#485365
(72,83,101)
#3A4451
(58,68,81)
#2C353D
(44,53,61)
#1E2629
(30,38,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #9CADDD

#9CADDD
(156,173,221)
#A5B4E0
(165,180,224)
#AEBBE3
(174,187,227)
#B7C2E6
(183,194,230)
#C0C9E9
(192,201,233)
#C9D0EC
(201,208,236)
#D2D7EF
(210,215,239)
#DBDEF2
(219,222,242)
#E4E5F5
(228,229,245)
#EDECF8
(237,236,248)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CADDD; }

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

This text font color is #9CADDD.

Background Color

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

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

This div background color is #9CADDD.

Border color

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

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

This div border color is #9CADDD.

Opacity

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

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

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

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

This text has shadow with #9CADDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CADDD.

Preview

Color preview on black background

This text has color #9CADDD on black background.


Color preview on white background

This text has color #9CADDD on white background.


Black color preview on #9CADDD background

This text has black color on #9CADDD background.


White color preview on #9CADDD background

This text has white color on #9CADDD background.


Related colors

Complementary color

Complementary color for #hex is #635222.


I love getcolorcode.com

Triadic colors

1 #DD9CAD and #ADDD9C with #9CADDD are triadic colors.

2 #DDAD9C and #AD9CDD with #9CADDD are triadic colors.