COLOR #9DC5D1

HEX: #9DC5D1 RGB: (157,197,209)

Color info

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

RGB color model

#9DC5D1 color RGB value is (157,197,209).

RGB: (157,197,209) (62%, 77%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 197 of 255 = 77%
B 209 of 255 = 82%

157
197
209

R + G + B ~ 74%. #9DC5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 197 + 209 = 563 (100%)
R 157 of 563 ~ 27.89%
G 197 of 563 ~ 34.99%
B 209 of 563 ~ 37.12'%

%27.89
%34.99
%37.12

CMYK color model

#9DC5D1 color CMYK value is (25,6,0,18).

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

CMYK: (25,6,0,18)
C25M6Y0K18 (25%, 6%, 0%, 18%)
(0.25 / 0.06 / 0.00 / 0.18)

CMYK percentages

%24.88
%5.74
%0
%18.04

Codes

Color #9DC5D1 in popluar color models

9D C5 D1
RGB 157 197 209
HSL 194° 36.11% 71.76%
HSB/HSV 194° 24.88% 81.96%
CMYK 24.88% 5.74% 0.00%
18.04%

Color #9DC5D1 in popluar number systems.

HEX 9D C5 D1
Decimal 157 197 209
Binary 10011101 11000101 11010001
Octal 235 305 321

Shades and tints

Shades of #9DC5D1

#9DC5D1
(157,197,209)
#8FB4BE
(143,180,190)
#81A3AB
(129,163,171)
#739298
(115,146,152)
#658185
(101,129,133)
#577072
(87,112,114)
#495F5F
(73,95,95)
#3B4E4C
(59,78,76)
#2D3D39
(45,61,57)
#1F2C26
(31,44,38)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #9DC5D1

#9DC5D1
(157,197,209)
#A5CAD5
(165,202,213)
#ADCFD9
(173,207,217)
#B5D4DD
(181,212,221)
#BDD9E1
(189,217,225)
#C5DEE5
(197,222,229)
#CDE3E9
(205,227,233)
#D5E8ED
(213,232,237)
#DDEDF1
(221,237,241)
#E5F2F5
(229,242,245)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC5D1; }

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

This text font color is #9DC5D1.

Background Color

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

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

This div background color is #9DC5D1.

Border color

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

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

This div border color is #9DC5D1.

Opacity

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

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

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

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

This text has shadow with #9DC5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC5D1.

Preview

Color preview on black background

This text has color #9DC5D1 on black background.


Color preview on white background

This text has color #9DC5D1 on white background.


Black color preview on #9DC5D1 background

This text has black color on #9DC5D1 background.


White color preview on #9DC5D1 background

This text has white color on #9DC5D1 background.


Related colors

Complementary color

Complementary color for #hex is #623A2E.


I love getcolorcode.com

Triadic colors

1 #D19DC5 and #C5D19D with #9DC5D1 are triadic colors.

2 #D1C59D and #C59DD1 with #9DC5D1 are triadic colors.