COLOR #9DADA5

HEX: #9DADA5
RGB: (157,173,165)

Color info

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

RGB color model

#9DADA5 color RGB value is (157,173,165).

  • red value is 157;
  • green value is 173;
  • blue value is 165.
RGB:
(157,173,165)
(62%,68%,65%)

RGB channels and saturation

R 157 of 255 = 62%
G 173 of 255 = 68%
B 165 of 255 = 65%

157
173
165

R + G + B ~ 65%. #9DADA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 173 + 165 = 495 (100%)
R 157 of 495 ~ 31.72%
G 173 of 495 ~ 34.95%
B 165 of 495 ~ 33.33%

%31.72
%34.95
%33.33

CMYK color model

#9DADA5 color CMYK value is (9,0,5,32).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(9,0,5,32)
C9M0Y5K32 
(9%,0%,5%,32%)
(0.09/0.00/0.05/0.32)	

CMYK percentages

%9.25
%0
%4.62
%32.16

Codes

Color #9DADA5 in popluar color models

9DADA5
RGB157173165
HSL150°8.89%64.71%
HSB/HSV150°9.25%67.84%
CMYK9.25%0.00%4.62%
32.16%

Color #9DADA5 in popluar number systems.

HEX9DADA5
Decimal157173165
Binary100111011010110110100101
Octal235255245

Shades and tints

Shades of #9DADA5

#9DADA5
(157,173,165)
#8F9E96
(143,158,150)
#818F87
(129,143,135)
#738078
(115,128,120)
#657169
(101,113,105)
#57625A
(87,98,90)
#49534B
(73,83,75)
#3B443C
(59,68,60)
#2D352D
(45,53,45)
#1F261E
(31,38,30)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #9DADA5

#9DADA5
(157,173,165)
#A5B4AD
(165,180,173)
#ADBBB5
(173,187,181)
#B5C2BD
(181,194,189)
#BDC9C5
(189,201,197)
#C5D0CD
(197,208,205)
#CDD7D5
(205,215,213)
#D5DEDD
(213,222,221)
#DDE5E5
(221,229,229)
#E5ECED
(229,236,237)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DADA5 color. Also use rgb(157,173,165) instead hex code.

Text Font Color

.myTextColor { color: #9DADA5; }

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

This text font color is #9DADA5.


Background Color

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

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

This div background color is #9DADA5.


Border color

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

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

This div border color is #9DADA5.


Opacity

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

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

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

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

This text has shadow with #9DADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DADA5 on black background.


Color preview on white background

This text has color #9DADA5 on white background.



Black color preview on #9DADA5 background

This text has black color on #9DADA5 background.


White color preview on #9DADA5 background

This text has white color on #9DADA5 background.