COLOR #9CADA3

HEX: #9CADA3
RGB: (156,173,163)

Color info

#9CADA3 contains red, green and blue colors in about the same proportion. Web safe color of #9CADA3 is #999999 (or #999).

RGB color model

#9CADA3 color RGB value is (156,173,163).

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

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 163 of 255 = 64%

156
173
163

R + G + B ~ 64%. #9CADA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 173 + 163 = 492 (100%)
R 156 of 492 ~ 31.71%
G 173 of 492 ~ 35.16%
B 163 of 492 ~ 33.13%

%31.71
%35.16
%33.13

CMYK color model

#9CADA3 color CMYK value is (10,0,6,32).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 5.78%
  • key color value is 32.16%
CMYK:
(10,0,6,32)
C10M0Y6K32 
(10%,0%,6%,32%)
(0.10/0.00/0.06/0.32)	

CMYK percentages

%9.83
%0
%5.78
%32.16

Codes

Color #9CADA3 in popluar color models

9CADA3
RGB156173163
HSL145°9.39%64.51%
HSB/HSV145°9.83%67.84%
CMYK9.83%0.00%5.78%
32.16%

Color #9CADA3 in popluar number systems.

HEX9CADA3
Decimal156173163
Binary100111001010110110100011
Octal234255243

Shades and tints

Shades of #9CADA3

#9CADA3
(156,173,163)
#8E9E95
(142,158,149)
#808F87
(128,143,135)
#728079
(114,128,121)
#64716B
(100,113,107)
#56625D
(86,98,93)
#48534F
(72,83,79)
#3A4441
(58,68,65)
#2C3533
(44,53,51)
#1E2625
(30,38,37)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #9CADA3

#9CADA3
(156,173,163)
#A5B4AB
(165,180,171)
#AEBBB3
(174,187,179)
#B7C2BB
(183,194,187)
#C0C9C3
(192,201,195)
#C9D0CB
(201,208,203)
#D2D7D3
(210,215,211)
#DBDEDB
(219,222,219)
#E4E5E3
(228,229,227)
#EDECEB
(237,236,235)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CADA3; }

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

This text font color is #9CADA3.


Background Color

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

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

This div background color is #9CADA3.


Border color

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

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

This div border color is #9CADA3.


Opacity

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

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

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

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

This text has shadow with #9CADA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CADA3 on black background.


Color preview on white background

This text has color #9CADA3 on white background.



Black color preview on #9CADA3 background

This text has black color on #9CADA3 background.


White color preview on #9CADA3 background

This text has white color on #9CADA3 background.