COLOR #9DB1D1

HEX: #9DB1D1 RGB: (157,177,209)

Color info

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

RGB color model

#9DB1D1 color RGB value is (157,177,209).

RGB: (157,177,209) (62%, 69%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 177 of 255 = 69%
B 209 of 255 = 82%

157
177
209

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

Portions of RGB colors in percentages

R + G + B = 157 + 177 + 209 = 543 (100%)
R 157 of 543 ~ 28.91%
G 177 of 543 ~ 32.6%
B 209 of 543 ~ 38.49'%

%28.91
%32.6
%38.49

CMYK color model

#9DB1D1 color CMYK value is (25,15,0,18).

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

CMYK: (25,15,0,18)
C25M15Y0K18 (25%, 15%, 0%, 18%)
(0.25 / 0.15 / 0.00 / 0.18)

CMYK percentages

%24.88
%15.31
%0
%18.04

Codes

Color #9DB1D1 in popluar color models

9D B1 D1
RGB 157 177 209
HSL 217° 36.11% 71.76%
HSB/HSV 217° 24.88% 81.96%
CMYK 24.88% 15.31% 0.00%
18.04%

Color #9DB1D1 in popluar number systems.

HEX 9D B1 D1
Decimal 157 177 209
Binary 10011101 10110001 11010001
Octal 235 261 321

Shades and tints

Shades of #9DB1D1

#9DB1D1
(157,177,209)
#8FA1BE
(143,161,190)
#8191AB
(129,145,171)
#738198
(115,129,152)
#657185
(101,113,133)
#576172
(87,97,114)
#49515F
(73,81,95)
#3B414C
(59,65,76)
#2D3139
(45,49,57)
#1F2126
(31,33,38)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #9DB1D1

#9DB1D1
(157,177,209)
#A5B8D5
(165,184,213)
#ADBFD9
(173,191,217)
#B5C6DD
(181,198,221)
#BDCDE1
(189,205,225)
#C5D4E5
(197,212,229)
#CDDBE9
(205,219,233)
#D5E2ED
(213,226,237)
#DDE9F1
(221,233,241)
#E5F0F5
(229,240,245)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB1D1; }

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

This text font color is #9DB1D1.

Background Color

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

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

This div background color is #9DB1D1.

Border color

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

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

This div border color is #9DB1D1.

Opacity

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

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

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

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

This text has shadow with #9DB1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB1D1.

Preview

Color preview on black background

This text has color #9DB1D1 on black background.


Color preview on white background

This text has color #9DB1D1 on white background.


Black color preview on #9DB1D1 background

This text has black color on #9DB1D1 background.


White color preview on #9DB1D1 background

This text has white color on #9DB1D1 background.


Related colors

Complementary color

Complementary color for #hex is #624E2E.


I love getcolorcode.com

Triadic colors

1 #D19DB1 and #B1D19D with #9DB1D1 are triadic colors.

2 #D1B19D and #B19DD1 with #9DB1D1 are triadic colors.