COLOR #9DC5CD

HEX: #9DC5CD RGB: (157,197,205)

Color info

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

RGB color model

#9DC5CD color RGB value is (157,197,205).

RGB: (157,197,205) (62%, 77%, 80%)

RGB channels and saturation

R 157 of 255 = 62%
G 197 of 255 = 77%
B 205 of 255 = 80%

157
197
205

R + G + B ~ 73%. #9DC5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 197 + 205 = 559 (100%)
R 157 of 559 ~ 28.09%
G 197 of 559 ~ 35.24%
B 205 of 559 ~ 36.67'%

%28.09
%35.24
%36.67

CMYK color model

#9DC5CD color CMYK value is (23,4,0,20).

  • cyan value is 23.41%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (23,4,0,20)
C23M4Y0K20 (23%, 4%, 0%, 20%)
(0.23 / 0.04 / 0.00 / 0.20)

CMYK percentages

%23.41
%3.9
%0
%19.61

Codes

Color #9DC5CD in popluar color models

9D C5 CD
RGB 157 197 205
HSL 190° 32.43% 70.98%
HSB/HSV 190° 23.41% 80.39%
CMYK 23.41% 3.90% 0.00%
19.61%

Color #9DC5CD in popluar number systems.

HEX 9D C5 CD
Decimal 157 197 205
Binary 10011101 11000101 11001101
Octal 235 305 315

Shades and tints

Shades of #9DC5CD

#9DC5CD
(157,197,205)
#8FB4BB
(143,180,187)
#81A3A9
(129,163,169)
#739297
(115,146,151)
#658185
(101,129,133)
#577073
(87,112,115)
#495F61
(73,95,97)
#3B4E4F
(59,78,79)
#2D3D3D
(45,61,61)
#1F2C2B
(31,44,43)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #9DC5CD

#9DC5CD
(157,197,205)
#A5CAD1
(165,202,209)
#ADCFD5
(173,207,213)
#B5D4D9
(181,212,217)
#BDD9DD
(189,217,221)
#C5DEE1
(197,222,225)
#CDE3E5
(205,227,229)
#D5E8E9
(213,232,233)
#DDEDED
(221,237,237)
#E5F2F1
(229,242,241)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC5CD; }

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

This text font color is #9DC5CD.

Background Color

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

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

This div background color is #9DC5CD.

Border color

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

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

This div border color is #9DC5CD.

Opacity

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

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

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

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

This text has shadow with #9DC5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC5CD.

Preview

Color preview on black background

This text has color #9DC5CD on black background.


Color preview on white background

This text has color #9DC5CD on white background.


Black color preview on #9DC5CD background

This text has black color on #9DC5CD background.


White color preview on #9DC5CD background

This text has white color on #9DC5CD background.


Related colors

Complementary color

Complementary color for #hex is #623A32.


I love getcolorcode.com

Triadic colors

1 #CD9DC5 and #C5CD9D with #9DC5CD are triadic colors.

2 #CDC59D and #C59DCD with #9DC5CD are triadic colors.