COLOR #9DC7D4

HEX: #9DC7D4 RGB: (157,199,212)

Color info

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

RGB color model

#9DC7D4 color RGB value is (157,199,212).

RGB: (157,199,212) (62%, 78%, 83%)

RGB channels and saturation

R 157 of 255 = 62%
G 199 of 255 = 78%
B 212 of 255 = 83%

157
199
212

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

Portions of RGB colors in percentages

R + G + B = 157 + 199 + 212 = 568 (100%)
R 157 of 568 ~ 27.64%
G 199 of 568 ~ 35.04%
B 212 of 568 ~ 37.32'%

%27.64
%35.04
%37.32

CMYK color model

#9DC7D4 color CMYK value is (26,6,0,17).

  • cyan value is 25.94%
  • magenta value is 6.13%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (26,6,0,17)
C26M6Y0K17 (26%, 6%, 0%, 17%)
(0.26 / 0.06 / 0.00 / 0.17)

CMYK percentages

%25.94
%6.13
%0
%16.86

Codes

Color #9DC7D4 in popluar color models

9D C7 D4
RGB 157 199 212
HSL 194° 39.01% 72.35%
HSB/HSV 194° 25.94% 83.14%
CMYK 25.94% 6.13% 0.00%
16.86%

Color #9DC7D4 in popluar number systems.

HEX 9D C7 D4
Decimal 157 199 212
Binary 10011101 11000111 11010100
Octal 235 307 324

Shades and tints

Shades of #9DC7D4

#9DC7D4
(157,199,212)
#8FB5C1
(143,181,193)
#81A3AE
(129,163,174)
#73919B
(115,145,155)
#657F88
(101,127,136)
#576D75
(87,109,117)
#495B62
(73,91,98)
#3B494F
(59,73,79)
#2D373C
(45,55,60)
#1F2529
(31,37,41)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #9DC7D4

#9DC7D4
(157,199,212)
#A5CCD7
(165,204,215)
#ADD1DA
(173,209,218)
#B5D6DD
(181,214,221)
#BDDBE0
(189,219,224)
#C5E0E3
(197,224,227)
#CDE5E6
(205,229,230)
#D5EAE9
(213,234,233)
#DDEFEC
(221,239,236)
#E5F4EF
(229,244,239)
#EDF9F2
(237,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC7D4 color. Also use rgb(157,199,212) instead hex code.

Text Font Color

.myTextColor { color: #9DC7D4; }

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

This text font color is #9DC7D4.

Background Color

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

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

This div background color is #9DC7D4.

Border color

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

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

This div border color is #9DC7D4.

Opacity

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

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

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

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

This text has shadow with #9DC7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC7D4.

Preview

Color preview on black background

This text has color #9DC7D4 on black background.


Color preview on white background

This text has color #9DC7D4 on white background.


Black color preview on #9DC7D4 background

This text has black color on #9DC7D4 background.


White color preview on #9DC7D4 background

This text has white color on #9DC7D4 background.


Related colors

Complementary color

Complementary color for #hex is #62382B.


I love getcolorcode.com

Triadic colors

1 #D49DC7 and #C7D49D with #9DC7D4 are triadic colors.

2 #D4C79D and #C79DD4 with #9DC7D4 are triadic colors.