COLOR #9DC8D5

HEX: #9DC8D5 RGB: (157,200,213)

Color info

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

RGB color model

#9DC8D5 color RGB value is (157,200,213).

RGB: (157,200,213) (62%, 78%, 84%)

RGB channels and saturation

R 157 of 255 = 62%
G 200 of 255 = 78%
B 213 of 255 = 84%

157
200
213

R + G + B ~ 75%. #9DC8D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 200 + 213 = 570 (100%)
R 157 of 570 ~ 27.54%
G 200 of 570 ~ 35.09%
B 213 of 570 ~ 37.37'%

%27.54
%35.09
%37.37

CMYK color model

#9DC8D5 color CMYK value is (26,6,0,16).

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

CMYK: (26,6,0,16)
C26M6Y0K16 (26%, 6%, 0%, 16%)
(0.26 / 0.06 / 0.00 / 0.16)

CMYK percentages

%26.29
%6.1
%0
%16.47

Codes

Color #9DC8D5 in popluar color models

9D C8 D5
RGB 157 200 213
HSL 194° 40.00% 72.55%
HSB/HSV 194° 26.29% 83.53%
CMYK 26.29% 6.10% 0.00%
16.47%

Color #9DC8D5 in popluar number systems.

HEX 9D C8 D5
Decimal 157 200 213
Binary 10011101 11001000 11010101
Octal 235 310 325

Shades and tints

Shades of #9DC8D5

#9DC8D5
(157,200,213)
#8FB6C2
(143,182,194)
#81A4AF
(129,164,175)
#73929C
(115,146,156)
#658089
(101,128,137)
#576E76
(87,110,118)
#495C63
(73,92,99)
#3B4A50
(59,74,80)
#2D383D
(45,56,61)
#1F262A
(31,38,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #9DC8D5

#9DC8D5
(157,200,213)
#A5CDD8
(165,205,216)
#ADD2DB
(173,210,219)
#B5D7DE
(181,215,222)
#BDDCE1
(189,220,225)
#C5E1E4
(197,225,228)
#CDE6E7
(205,230,231)
#D5EBEA
(213,235,234)
#DDF0ED
(221,240,237)
#E5F5F0
(229,245,240)
#EDFAF3
(237,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC8D5; }

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

This text font color is #9DC8D5.

Background Color

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

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

This div background color is #9DC8D5.

Border color

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

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

This div border color is #9DC8D5.

Opacity

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

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

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

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

This text has shadow with #9DC8D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC8D5.

Preview

Color preview on black background

This text has color #9DC8D5 on black background.


Color preview on white background

This text has color #9DC8D5 on white background.


Black color preview on #9DC8D5 background

This text has black color on #9DC8D5 background.


White color preview on #9DC8D5 background

This text has white color on #9DC8D5 background.


Related colors

Complementary color

Complementary color for #hex is #62372A.


I love getcolorcode.com

Triadic colors

1 #D59DC8 and #C8D59D with #9DC8D5 are triadic colors.

2 #D5C89D and #C89DD5 with #9DC8D5 are triadic colors.