COLOR #9DA1D1

HEX: #9DA1D1 RGB: (157,161,209)

Color info

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

RGB color model

#9DA1D1 color RGB value is (157,161,209).

RGB: (157,161,209) (62%, 63%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 161 of 255 = 63%
B 209 of 255 = 82%

157
161
209

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

Portions of RGB colors in percentages

R + G + B = 157 + 161 + 209 = 527 (100%)
R 157 of 527 ~ 29.79%
G 161 of 527 ~ 30.55%
B 209 of 527 ~ 39.66'%

%29.79
%30.55
%39.66

CMYK color model

#9DA1D1 color CMYK value is (25,23,0,18).

  • cyan value is 24.88%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (25,23,0,18)
C25M23Y0K18 (25%, 23%, 0%, 18%)
(0.25 / 0.23 / 0.00 / 0.18)

CMYK percentages

%24.88
%22.97
%0
%18.04

Codes

Color #9DA1D1 in popluar color models

9D A1 D1
RGB 157 161 209
HSL 235° 36.11% 71.76%
HSB/HSV 235° 24.88% 81.96%
CMYK 24.88% 22.97% 0.00%
18.04%

Color #9DA1D1 in popluar number systems.

HEX 9D A1 D1
Decimal 157 161 209
Binary 10011101 10100001 11010001
Octal 235 241 321

Shades and tints

Shades of #9DA1D1

#9DA1D1
(157,161,209)
#8F93BE
(143,147,190)
#8185AB
(129,133,171)
#737798
(115,119,152)
#656985
(101,105,133)
#575B72
(87,91,114)
#494D5F
(73,77,95)
#3B3F4C
(59,63,76)
#2D3139
(45,49,57)
#1F2326
(31,35,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DA1D1

#9DA1D1
(157,161,209)
#A5A9D5
(165,169,213)
#ADB1D9
(173,177,217)
#B5B9DD
(181,185,221)
#BDC1E1
(189,193,225)
#C5C9E5
(197,201,229)
#CDD1E9
(205,209,233)
#D5D9ED
(213,217,237)
#DDE1F1
(221,225,241)
#E5E9F5
(229,233,245)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA1D1; }

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

This text font color is #9DA1D1.

Background Color

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

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

This div background color is #9DA1D1.

Border color

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

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

This div border color is #9DA1D1.

Opacity

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

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

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

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

This text has shadow with #9DA1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA1D1.

Preview

Color preview on black background

This text has color #9DA1D1 on black background.


Color preview on white background

This text has color #9DA1D1 on white background.


Black color preview on #9DA1D1 background

This text has black color on #9DA1D1 background.


White color preview on #9DA1D1 background

This text has white color on #9DA1D1 background.


Related colors

Complementary color

Complementary color for #hex is #625E2E.


I love getcolorcode.com

Triadic colors

1 #D19DA1 and #A1D19D with #9DA1D1 are triadic colors.

2 #D1A19D and #A19DD1 with #9DA1D1 are triadic colors.