COLOR #9CADB7

HEX: #9CADB7 RGB: (156,173,183)

Color info

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

RGB color model

#9CADB7 color RGB value is (156,173,183).

RGB: (156,173,183) (61%, 68%, 72%)

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 183 of 255 = 72%

156
173
183

R + G + B ~ 67%. #9CADB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 173 + 183 = 512 (100%)
R 156 of 512 ~ 30.47%
G 173 of 512 ~ 33.79%
B 183 of 512 ~ 35.74'%

%30.47
%33.79
%35.74

CMYK color model

#9CADB7 color CMYK value is (15,5,0,28).

  • cyan value is 14.75%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (15,5,0,28)
C15M5Y0K28 (15%, 5%, 0%, 28%)
(0.15 / 0.05 / 0.00 / 0.28)

CMYK percentages

%14.75
%5.46
%0
%28.24

Codes

Color #9CADB7 in popluar color models

9C AD B7
RGB 156 173 183
HSL 202° 15.79% 66.47%
HSB/HSV 202° 14.75% 71.76%
CMYK 14.75% 5.46% 0.00%
28.24%

Color #9CADB7 in popluar number systems.

HEX 9C AD B7
Decimal 156 173 183
Binary 10011100 10101101 10110111
Octal 234 255 267

Shades and tints

Shades of #9CADB7

#9CADB7
(156,173,183)
#8E9EA7
(142,158,167)
#808F97
(128,143,151)
#728087
(114,128,135)
#647177
(100,113,119)
#566267
(86,98,103)
#485357
(72,83,87)
#3A4447
(58,68,71)
#2C3537
(44,53,55)
#1E2627
(30,38,39)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #9CADB7

#9CADB7
(156,173,183)
#A5B4BD
(165,180,189)
#AEBBC3
(174,187,195)
#B7C2C9
(183,194,201)
#C0C9CF
(192,201,207)
#C9D0D5
(201,208,213)
#D2D7DB
(210,215,219)
#DBDEE1
(219,222,225)
#E4E5E7
(228,229,231)
#EDECED
(237,236,237)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CADB7; }

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

This text font color is #9CADB7.

Background Color

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

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

This div background color is #9CADB7.

Border color

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

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

This div border color is #9CADB7.

Opacity

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

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

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

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

This text has shadow with #9CADB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CADB7.

Preview

Color preview on black background

This text has color #9CADB7 on black background.


Color preview on white background

This text has color #9CADB7 on white background.


Black color preview on #9CADB7 background

This text has black color on #9CADB7 background.


White color preview on #9CADB7 background

This text has white color on #9CADB7 background.


Related colors

Complementary color

Complementary color for #hex is #635248.


I love getcolorcode.com

Triadic colors

1 #B79CAD and #ADB79C with #9CADB7 are triadic colors.

2 #B7AD9C and #AD9CB7 with #9CADB7 are triadic colors.