COLOR #9DA5DC

HEX: #9DA5DC
RGB: (157,165,220)

Color info

#9DA5DC contains mainly green and blue colors. Web safe color of #9DA5DC is #9999CC (or #99C).

RGB color model

#9DA5DC color RGB value is (157,165,220).

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

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 220 of 255 = 86%

157
165
220

R + G + B ~ 71%. #9DA5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 220 = 542 (100%)
R 157 of 542 ~ 28.97%
G 165 of 542 ~ 30.44%
B 220 of 542 ~ 40.59%

%28.97
%30.44
%40.59

CMYK color model

#9DA5DC color CMYK value is (29,25,0,14).

  • cyan value is 28.64%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(29,25,0,14)
C29M25Y0K14 
(29%,25%,0%,14%)
(0.29/0.25/0.00/0.14)	

CMYK percentages

%28.64
%25
%0
%13.73

Codes

Color #9DA5DC in popluar color models

9DA5DC
RGB157165220
HSL232°47.37%73.92%
HSB/HSV232°28.64%86.27%
CMYK28.64%25.00%0.00%
13.73%

Color #9DA5DC in popluar number systems.

HEX9DA5DC
Decimal157165220
Binary100111011010010111011100
Octal235245334

Shades and tints

Shades of #9DA5DC

#9DA5DC
(157,165,220)
#8F96C8
(143,150,200)
#8187B4
(129,135,180)
#7378A0
(115,120,160)
#65698C
(101,105,140)
#575A78
(87,90,120)
#494B64
(73,75,100)
#3B3C50
(59,60,80)
#2D2D3C
(45,45,60)
#1F1E28
(31,30,40)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #9DA5DC

#9DA5DC
(157,165,220)
#A5ADDF
(165,173,223)
#ADB5E2
(173,181,226)
#B5BDE5
(181,189,229)
#BDC5E8
(189,197,232)
#C5CDEB
(197,205,235)
#CDD5EE
(205,213,238)
#D5DDF1
(213,221,241)
#DDE5F4
(221,229,244)
#E5EDF7
(229,237,247)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA5DC; }

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

This text font color is #9DA5DC.


Background Color

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

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

This div background color is #9DA5DC.


Border color

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

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

This div border color is #9DA5DC.


Opacity

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

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

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

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

This text has shadow with #9DA5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA5DC on black background.


Color preview on white background

This text has color #9DA5DC on white background.



Black color preview on #9DA5DC background

This text has black color on #9DA5DC background.


White color preview on #9DA5DC background

This text has white color on #9DA5DC background.