COLOR #9DC7ED

HEX: #9DC7ED RGB: (157,199,237)

Color info

#9DC7ED contains mainly green and blue colors. Web safe color of #9DC7ED is #99CCFF (or #9CF).

RGB color model

#9DC7ED color RGB value is (157,199,237).

RGB: (157,199,237) (62%, 78%, 93%)

RGB channels and saturation

R 157 of 255 = 62%
G 199 of 255 = 78%
B 237 of 255 = 93%

157
199
237

R + G + B ~ 78%. #9DC7ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 199 + 237 = 593 (100%)
R 157 of 593 ~ 26.48%
G 199 of 593 ~ 33.56%
B 237 of 593 ~ 39.97'%

%26.48
%33.56
%39.97

CMYK color model

#9DC7ED color CMYK value is (34,16,0,7).

  • cyan value is 33.76%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (34,16,0,7) C34M16Y0K7 (34%,16%,0%,7%) (0.34/0.16/0.00/0.07) 

CMYK percentages

%33.76
%16.03
%0
%7.06

Codes

Color #9DC7ED in popluar color models

9D C7 ED
RGB 157 199 237
HSL 209° 68.97% 77.25%
HSB/HSV 209° 33.76% 92.94%
CMYK 33.76% 16.03% 0.00%
7.06%

Color #9DC7ED in popluar number systems.

HEX 9D C7 ED
Decimal 157 199 237
Binary 10011101 11000111 11101101
Octal 235 307 355

Shades and tints

Shades of #9DC7ED

#9DC7ED
(157,199,237)
#8FB5D8
(143,181,216)
#81A3C3
(129,163,195)
#7391AE
(115,145,174)
#657F99
(101,127,153)
#576D84
(87,109,132)
#495B6F
(73,91,111)
#3B495A
(59,73,90)
#2D3745
(45,55,69)
#1F2530
(31,37,48)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #9DC7ED

#9DC7ED
(157,199,237)
#A5CCEE
(165,204,238)
#ADD1EF
(173,209,239)
#B5D6F0
(181,214,240)
#BDDBF1
(189,219,241)
#C5E0F2
(197,224,242)
#CDE5F3
(205,229,243)
#D5EAF4
(213,234,244)
#DDEFF5
(221,239,245)
#E5F4F6
(229,244,246)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC7ED; }

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

This text font color is #9DC7ED.

Background Color

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

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

This div background color is #9DC7ED.

Border color

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

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

This div border color is #9DC7ED.

Opacity

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

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

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

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

This text has shadow with #9DC7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC7ED.

Preview

Color preview on black background

This text has color #9DC7ED on black background.


Color preview on white background

This text has color #9DC7ED on white background.


Black color preview on #9DC7ED background

This text has black color on #9DC7ED background.


White color preview on #9DC7ED background

This text has white color on #9DC7ED background.


Related colors

Complementary color

Complementary color for #hex is #623812.


I love getcolorcode.com

Triadic colors

1 #ED9DC7 and #C7ED9D with #9DC7ED are triadic colors.

2 #EDC79D and #C79DED with #9DC7ED are triadic colors.