COLOR #9DA9BD

HEX: #9DA9BD RGB: (157,169,189)

Color info

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

RGB color model

#9DA9BD color RGB value is (157,169,189).

RGB: (157,169,189) (62%, 66%, 74%)

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 189 of 255 = 74%

157
169
189

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

Portions of RGB colors in percentages

R + G + B = 157 + 169 + 189 = 515 (100%)
R 157 of 515 ~ 30.49%
G 169 of 515 ~ 32.82%
B 189 of 515 ~ 36.7'%

%30.49
%32.82
%36.7

CMYK color model

#9DA9BD color CMYK value is (17,11,0,26).

  • cyan value is 16.93%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (17,11,0,26)
C17M11Y0K26 (17%, 11%, 0%, 26%)
(0.17 / 0.11 / 0.00 / 0.26)

CMYK percentages

%16.93
%10.58
%0
%25.88

Codes

Color #9DA9BD in popluar color models

9D A9 BD
RGB 157 169 189
HSL 218° 19.51% 67.84%
HSB/HSV 218° 16.93% 74.12%
CMYK 16.93% 10.58% 0.00%
25.88%

Color #9DA9BD in popluar number systems.

HEX 9D A9 BD
Decimal 157 169 189
Binary 10011101 10101001 10111101
Octal 235 251 275

Shades and tints

Shades of #9DA9BD

#9DA9BD
(157,169,189)
#8F9AAC
(143,154,172)
#818B9B
(129,139,155)
#737C8A
(115,124,138)
#656D79
(101,109,121)
#575E68
(87,94,104)
#494F57
(73,79,87)
#3B4046
(59,64,70)
#2D3135
(45,49,53)
#1F2224
(31,34,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #9DA9BD

#9DA9BD
(157,169,189)
#A5B0C3
(165,176,195)
#ADB7C9
(173,183,201)
#B5BECF
(181,190,207)
#BDC5D5
(189,197,213)
#C5CCDB
(197,204,219)
#CDD3E1
(205,211,225)
#D5DAE7
(213,218,231)
#DDE1ED
(221,225,237)
#E5E8F3
(229,232,243)
#EDEFF9
(237,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA9BD color. Also use rgb(157,169,189) instead hex code.

Text Font Color

.myTextColor { color: #9DA9BD; }

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

This text font color is #9DA9BD.

Background Color

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

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

This div background color is #9DA9BD.

Border color

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

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

This div border color is #9DA9BD.

Opacity

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

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

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

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

This text has shadow with #9DA9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA9BD.

Preview

Color preview on black background

This text has color #9DA9BD on black background.


Color preview on white background

This text has color #9DA9BD on white background.


Black color preview on #9DA9BD background

This text has black color on #9DA9BD background.


White color preview on #9DA9BD background

This text has white color on #9DA9BD background.


Related colors

Complementary color

Complementary color for #hex is #625642.


I love getcolorcode.com

Triadic colors

1 #BD9DA9 and #A9BD9D with #9DA9BD are triadic colors.

2 #BDA99D and #A99DBD with #9DA9BD are triadic colors.