COLOR #9DA1D5

HEX: #9DA1D5 RGB: (157,161,213)

Color info

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

RGB color model

#9DA1D5 color RGB value is (157,161,213).

RGB: (157,161,213) (62%, 63%, 84%)

RGB channels and saturation

R 157 of 255 = 62%
G 161 of 255 = 63%
B 213 of 255 = 84%

157
161
213

R + G + B ~ 70%. #9DA1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 161 + 213 = 531 (100%)
R 157 of 531 ~ 29.57%
G 161 of 531 ~ 30.32%
B 213 of 531 ~ 40.11'%

%29.57
%30.32
%40.11

CMYK color model

#9DA1D5 color CMYK value is (26,24,0,16).

  • cyan value is 26.29%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (26,24,0,16)
C26M24Y0K16 (26%, 24%, 0%, 16%)
(0.26 / 0.24 / 0.00 / 0.16)

CMYK percentages

%26.29
%24.41
%0
%16.47

Codes

Color #9DA1D5 in popluar color models

9D A1 D5
RGB 157 161 213
HSL 236° 40.00% 72.55%
HSB/HSV 236° 26.29% 83.53%
CMYK 26.29% 24.41% 0.00%
16.47%

Color #9DA1D5 in popluar number systems.

HEX 9D A1 D5
Decimal 157 161 213
Binary 10011101 10100001 11010101
Octal 235 241 325

Shades and tints

Shades of #9DA1D5

#9DA1D5
(157,161,213)
#8F93C2
(143,147,194)
#8185AF
(129,133,175)
#73779C
(115,119,156)
#656989
(101,105,137)
#575B76
(87,91,118)
#494D63
(73,77,99)
#3B3F50
(59,63,80)
#2D313D
(45,49,61)
#1F232A
(31,35,42)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9DA1D5

#9DA1D5
(157,161,213)
#A5A9D8
(165,169,216)
#ADB1DB
(173,177,219)
#B5B9DE
(181,185,222)
#BDC1E1
(189,193,225)
#C5C9E4
(197,201,228)
#CDD1E7
(205,209,231)
#D5D9EA
(213,217,234)
#DDE1ED
(221,225,237)
#E5E9F0
(229,233,240)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA1D5 color. Also use rgb(157,161,213) instead hex code.

Text Font Color

.myTextColor { color: #9DA1D5; }

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

This text font color is #9DA1D5.

Background Color

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

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

This div background color is #9DA1D5.

Border color

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

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

This div border color is #9DA1D5.

Opacity

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

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

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

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

This text has shadow with #9DA1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA1D5.

Preview

Color preview on black background

This text has color #9DA1D5 on black background.


Color preview on white background

This text has color #9DA1D5 on white background.


Black color preview on #9DA1D5 background

This text has black color on #9DA1D5 background.


White color preview on #9DA1D5 background

This text has white color on #9DA1D5 background.


Related colors

Complementary color

Complementary color for #hex is #625E2A.


I love getcolorcode.com

Triadic colors

1 #D59DA1 and #A1D59D with #9DA1D5 are triadic colors.

2 #D5A19D and #A19DD5 with #9DA1D5 are triadic colors.