COLOR #9DA5CF

HEX: #9DA5CF RGB: (157,165,207)

Color info

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

RGB color model

#9DA5CF color RGB value is (157,165,207).

RGB: (157,165,207) (62%, 65%, 81%)

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 207 of 255 = 81%

157
165
207

R + G + B ~ 69%. #9DA5CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 165 + 207 = 529 (100%)
R 157 of 529 ~ 29.68%
G 165 of 529 ~ 31.19%
B 207 of 529 ~ 39.13'%

%29.68
%31.19
%39.13

CMYK color model

#9DA5CF color CMYK value is (24,20,0,19).

  • cyan value is 24.15%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (24,20,0,19) C24M20Y0K19 (24%,20%,0%,19%) (0.24/0.20/0.00/0.19) 

CMYK percentages

%24.15
%20.29
%0
%18.82

Codes

Color #9DA5CF in popluar color models

9D A5 CF
RGB 157 165 207
HSL 230° 34.25% 71.37%
HSB/HSV 230° 24.15% 81.18%
CMYK 24.15% 20.29% 0.00%
18.82%

Color #9DA5CF in popluar number systems.

HEX 9D A5 CF
Decimal 157 165 207
Binary 10011101 10100101 11001111
Octal 235 245 317

Shades and tints

Shades of #9DA5CF

#9DA5CF
(157,165,207)
#8F96BD
(143,150,189)
#8187AB
(129,135,171)
#737899
(115,120,153)
#656987
(101,105,135)
#575A75
(87,90,117)
#494B63
(73,75,99)
#3B3C51
(59,60,81)
#2D2D3F
(45,45,63)
#1F1E2D
(31,30,45)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #9DA5CF

#9DA5CF
(157,165,207)
#A5ADD3
(165,173,211)
#ADB5D7
(173,181,215)
#B5BDDB
(181,189,219)
#BDC5DF
(189,197,223)
#C5CDE3
(197,205,227)
#CDD5E7
(205,213,231)
#D5DDEB
(213,221,235)
#DDE5EF
(221,229,239)
#E5EDF3
(229,237,243)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA5CF; }

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

This text font color is #9DA5CF.

Background Color

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

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

This div background color is #9DA5CF.

Border color

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

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

This div border color is #9DA5CF.

Opacity

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

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

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

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

This text has shadow with #9DA5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA5CF.

Preview

Color preview on black background

This text has color #9DA5CF on black background.


Color preview on white background

This text has color #9DA5CF on white background.


Black color preview on #9DA5CF background

This text has black color on #9DA5CF background.


White color preview on #9DA5CF background

This text has white color on #9DA5CF background.


Related colors

Complementary color

Complementary color for #hex is #625A30.


I love getcolorcode.com

Triadic colors

1 #CF9DA5 and #A5CF9D with #9DA5CF are triadic colors.

2 #CFA59D and #A59DCF with #9DA5CF are triadic colors.