COLOR #9DA5AB

HEX: #9DA5AB RGB: (157,165,171)

Color info

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

RGB color model

#9DA5AB color RGB value is (157,165,171).

RGB: (157,165,171) (62%, 65%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 171 of 255 = 67%

157
165
171

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

Portions of RGB colors in percentages

R + G + B = 157 + 165 + 171 = 493 (100%)
R 157 of 493 ~ 31.85%
G 165 of 493 ~ 33.47%
B 171 of 493 ~ 34.69'%

%31.85
%33.47
%34.69

CMYK color model

#9DA5AB color CMYK value is (8,4,0,33).

  • cyan value is 8.19%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (8,4,0,33)
C8M4Y0K33 (8%, 4%, 0%, 33%)
(0.08 / 0.04 / 0.00 / 0.33)

CMYK percentages

%8.19
%3.51
%0
%32.94

Codes

Color #9DA5AB in popluar color models

9D A5 AB
RGB 157 165 171
HSL 206° 7.69% 64.31%
HSB/HSV 206° 8.19% 67.06%
CMYK 8.19% 3.51% 0.00%
32.94%

Color #9DA5AB in popluar number systems.

HEX 9D A5 AB
Decimal 157 165 171
Binary 10011101 10100101 10101011
Octal 235 245 253

Shades and tints

Shades of #9DA5AB

#9DA5AB
(157,165,171)
#8F969C
(143,150,156)
#81878D
(129,135,141)
#73787E
(115,120,126)
#65696F
(101,105,111)
#575A60
(87,90,96)
#494B51
(73,75,81)
#3B3C42
(59,60,66)
#2D2D33
(45,45,51)
#1F1E24
(31,30,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #9DA5AB

#9DA5AB
(157,165,171)
#A5ADB2
(165,173,178)
#ADB5B9
(173,181,185)
#B5BDC0
(181,189,192)
#BDC5C7
(189,197,199)
#C5CDCE
(197,205,206)
#CDD5D5
(205,213,213)
#D5DDDC
(213,221,220)
#DDE5E3
(221,229,227)
#E5EDEA
(229,237,234)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA5AB; }

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

This text font color is #9DA5AB.

Background Color

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

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

This div background color is #9DA5AB.

Border color

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

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

This div border color is #9DA5AB.

Opacity

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

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

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

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

This text has shadow with #9DA5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA5AB.

Preview

Color preview on black background

This text has color #9DA5AB on black background.


Color preview on white background

This text has color #9DA5AB on white background.


Black color preview on #9DA5AB background

This text has black color on #9DA5AB background.


White color preview on #9DA5AB background

This text has white color on #9DA5AB background.


Related colors

Complementary color

Complementary color for #hex is #625A54.


I love getcolorcode.com

Triadic colors

1 #AB9DA5 and #A5AB9D with #9DA5AB are triadic colors.

2 #ABA59D and #A59DAB with #9DA5AB are triadic colors.