COLOR #9DA5C1

HEX: #9DA5C1
RGB: (157,165,193)

Color info

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

RGB color model

#9DA5C1 color RGB value is (157,165,193).

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

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 193 of 255 = 76%

157
165
193

R + G + B ~ 68%. #9DA5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 193 = 515 (100%)
R 157 of 515 ~ 30.49%
G 165 of 515 ~ 32.04%
B 193 of 515 ~ 37.48%

%30.49
%32.04
%37.48

CMYK color model

#9DA5C1 color CMYK value is (19,15,0,24).

  • cyan value is 18.65%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(19,15,0,24)
C19M15Y0K24 
(19%,15%,0%,24%)
(0.19/0.15/0.00/0.24)	

CMYK percentages

%18.65
%14.51
%0
%24.31

Codes

Color #9DA5C1 in popluar color models

9DA5C1
RGB157165193
HSL227°22.50%68.63%
HSB/HSV227°18.65%75.69%
CMYK18.65%14.51%0.00%
24.31%

Color #9DA5C1 in popluar number systems.

HEX9DA5C1
Decimal157165193
Binary100111011010010111000001
Octal235245301

Shades and tints

Shades of #9DA5C1

#9DA5C1
(157,165,193)
#8F96B0
(143,150,176)
#81879F
(129,135,159)
#73788E
(115,120,142)
#65697D
(101,105,125)
#575A6C
(87,90,108)
#494B5B
(73,75,91)
#3B3C4A
(59,60,74)
#2D2D39
(45,45,57)
#1F1E28
(31,30,40)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #9DA5C1

#9DA5C1
(157,165,193)
#A5ADC6
(165,173,198)
#ADB5CB
(173,181,203)
#B5BDD0
(181,189,208)
#BDC5D5
(189,197,213)
#C5CDDA
(197,205,218)
#CDD5DF
(205,213,223)
#D5DDE4
(213,221,228)
#DDE5E9
(221,229,233)
#E5EDEE
(229,237,238)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA5C1; }

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

This text font color is #9DA5C1.


Background Color

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

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

This div background color is #9DA5C1.


Border color

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

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

This div border color is #9DA5C1.


Opacity

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

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

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

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

This text has shadow with #9DA5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA5C1 on black background.


Color preview on white background

This text has color #9DA5C1 on white background.



Black color preview on #9DA5C1 background

This text has black color on #9DA5C1 background.


White color preview on #9DA5C1 background

This text has white color on #9DA5C1 background.