COLOR #9CADB5

HEX: #9CADB5
RGB: (156,173,181)

Color info

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

RGB color model

#9CADB5 color RGB value is (156,173,181).

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

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 181 of 255 = 71%

156
173
181

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

Portions of RGB colors in percentages

R + G + B =
156 + 173 + 181 = 510 (100%)
R 156 of 510 ~ 30.59%
G 173 of 510 ~ 33.92%
B 181 of 510 ~ 35.49%

%30.59
%33.92
%35.49

CMYK color model

#9CADB5 color CMYK value is (14,4,0,29).

  • cyan value is 13.81%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(14,4,0,29)
C14M4Y0K29 
(14%,4%,0%,29%)
(0.14/0.04/0.00/0.29)	

CMYK percentages

%13.81
%4.42
%0
%29.02

Codes

Color #9CADB5 in popluar color models

9CADB5
RGB156173181
HSL199°14.45%66.08%
HSB/HSV199°13.81%70.98%
CMYK13.81%4.42%0.00%
29.02%

Color #9CADB5 in popluar number systems.

HEX9CADB5
Decimal156173181
Binary100111001010110110110101
Octal234255265

Shades and tints

Shades of #9CADB5

#9CADB5
(156,173,181)
#8E9EA5
(142,158,165)
#808F95
(128,143,149)
#728085
(114,128,133)
#647175
(100,113,117)
#566265
(86,98,101)
#485355
(72,83,85)
#3A4445
(58,68,69)
#2C3535
(44,53,53)
#1E2625
(30,38,37)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #9CADB5

#9CADB5
(156,173,181)
#A5B4BB
(165,180,187)
#AEBBC1
(174,187,193)
#B7C2C7
(183,194,199)
#C0C9CD
(192,201,205)
#C9D0D3
(201,208,211)
#D2D7D9
(210,215,217)
#DBDEDF
(219,222,223)
#E4E5E5
(228,229,229)
#EDECEB
(237,236,235)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CADB5; }

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

This text font color is #9CADB5.


Background Color

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

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

This div background color is #9CADB5.


Border color

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

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

This div border color is #9CADB5.


Opacity

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

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

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

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

This text has shadow with #9CADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CADB5 on black background.


Color preview on white background

This text has color #9CADB5 on white background.



Black color preview on #9CADB5 background

This text has black color on #9CADB5 background.


White color preview on #9CADB5 background

This text has white color on #9CADB5 background.