COLOR #9CADBB

HEX: #9CADBB
RGB: (156,173,187)

Color info

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

RGB color model

#9CADBB color RGB value is (156,173,187).

  • red value is 156;
  • green value is 173;
  • blue value is 187.
RGB:
(156,173,187)
(61%,68%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 187 of 255 = 73%

156
173
187

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

Portions of RGB colors in percentages

R + G + B =
156 + 173 + 187 = 516 (100%)
R 156 of 516 ~ 30.23%
G 173 of 516 ~ 33.53%
B 187 of 516 ~ 36.24%

%30.23
%33.53
%36.24

CMYK color model

#9CADBB color CMYK value is (17,7,0,27).

  • cyan value is 16.58%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(17,7,0,27)
C17M7Y0K27 
(17%,7%,0%,27%)
(0.17/0.07/0.00/0.27)	

CMYK percentages

%16.58
%7.49
%0
%26.67

Codes

Color #9CADBB in popluar color models

9CADBB
RGB156173187
HSL207°18.56%67.25%
HSB/HSV207°16.58%73.33%
CMYK16.58%7.49%0.00%
26.67%

Color #9CADBB in popluar number systems.

HEX9CADBB
Decimal156173187
Binary100111001010110110111011
Octal234255273

Shades and tints

Shades of #9CADBB

#9CADBB
(156,173,187)
#8E9EAA
(142,158,170)
#808F99
(128,143,153)
#728088
(114,128,136)
#647177
(100,113,119)
#566266
(86,98,102)
#485355
(72,83,85)
#3A4444
(58,68,68)
#2C3533
(44,53,51)
#1E2622
(30,38,34)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9CADBB

#9CADBB
(156,173,187)
#A5B4C1
(165,180,193)
#AEBBC7
(174,187,199)
#B7C2CD
(183,194,205)
#C0C9D3
(192,201,211)
#C9D0D9
(201,208,217)
#D2D7DF
(210,215,223)
#DBDEE5
(219,222,229)
#E4E5EB
(228,229,235)
#EDECF1
(237,236,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CADBB; }

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

This text font color is #9CADBB.


Background Color

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

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

This div background color is #9CADBB.


Border color

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

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

This div border color is #9CADBB.


Opacity

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

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

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

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

This text has shadow with #9CADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CADBB on black background.


Color preview on white background

This text has color #9CADBB on white background.



Black color preview on #9CADBB background

This text has black color on #9CADBB background.


White color preview on #9CADBB background

This text has white color on #9CADBB background.