COLOR #9DA5CA

HEX: #9DA5CA RGB: (157,165,202)

Color info

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

RGB color model

#9DA5CA color RGB value is (157,165,202).

RGB: (157,165,202) (62%, 65%, 79%)

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 202 of 255 = 79%

157
165
202

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

Portions of RGB colors in percentages

R + G + B = 157 + 165 + 202 = 524 (100%)
R 157 of 524 ~ 29.96%
G 165 of 524 ~ 31.49%
B 202 of 524 ~ 38.55'%

%29.96
%31.49
%38.55

CMYK color model

#9DA5CA color CMYK value is (22,18,0,21).

  • cyan value is 22.28%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (22,18,0,21)
C22M18Y0K21 (22%, 18%, 0%, 21%)
(0.22 / 0.18 / 0.00 / 0.21)

CMYK percentages

%22.28
%18.32
%0
%20.78

Codes

Color #9DA5CA in popluar color models

9D A5 CA
RGB 157 165 202
HSL 229° 29.80% 70.39%
HSB/HSV 229° 22.28% 79.22%
CMYK 22.28% 18.32% 0.00%
20.78%

Color #9DA5CA in popluar number systems.

HEX 9D A5 CA
Decimal 157 165 202
Binary 10011101 10100101 11001010
Octal 235 245 312

Shades and tints

Shades of #9DA5CA

#9DA5CA
(157,165,202)
#8F96B8
(143,150,184)
#8187A6
(129,135,166)
#737894
(115,120,148)
#656982
(101,105,130)
#575A70
(87,90,112)
#494B5E
(73,75,94)
#3B3C4C
(59,60,76)
#2D2D3A
(45,45,58)
#1F1E28
(31,30,40)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #9DA5CA

#9DA5CA
(157,165,202)
#A5ADCE
(165,173,206)
#ADB5D2
(173,181,210)
#B5BDD6
(181,189,214)
#BDC5DA
(189,197,218)
#C5CDDE
(197,205,222)
#CDD5E2
(205,213,226)
#D5DDE6
(213,221,230)
#DDE5EA
(221,229,234)
#E5EDEE
(229,237,238)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA5CA; }

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

This text font color is #9DA5CA.

Background Color

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

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

This div background color is #9DA5CA.

Border color

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

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

This div border color is #9DA5CA.

Opacity

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

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

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

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

This text has shadow with #9DA5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA5CA.

Preview

Color preview on black background

This text has color #9DA5CA on black background.


Color preview on white background

This text has color #9DA5CA on white background.


Black color preview on #9DA5CA background

This text has black color on #9DA5CA background.


White color preview on #9DA5CA background

This text has white color on #9DA5CA background.


Related colors

Complementary color

Complementary color for #hex is #625A35.


I love getcolorcode.com

Triadic colors

1 #CA9DA5 and #A5CA9D with #9DA5CA are triadic colors.

2 #CAA59D and #A59DCA with #9DA5CA are triadic colors.