COLOR #9DC4DE

HEX: #9DC4DE RGB: (157,196,222)

Color info

#9DC4DE contains mainly green and blue colors. Web safe color of #9DC4DE is #99CCCC (or #9CC).

RGB color model

#9DC4DE color RGB value is (157,196,222).

RGB: (157,196,222) (62%, 77%, 87%)

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 222 of 255 = 87%

157
196
222

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

Portions of RGB colors in percentages

R + G + B = 157 + 196 + 222 = 575 (100%)
R 157 of 575 ~ 27.3%
G 196 of 575 ~ 34.09%
B 222 of 575 ~ 38.61'%

%27.3
%34.09
%38.61

CMYK color model

#9DC4DE color CMYK value is (29,12,0,13).

  • cyan value is 29.28%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (29,12,0,13)
C29M12Y0K13 (29%, 12%, 0%, 13%)
(0.29 / 0.12 / 0.00 / 0.13)

CMYK percentages

%29.28
%11.71
%0
%12.94

Codes

Color #9DC4DE in popluar color models

9D C4 DE
RGB 157 196 222
HSL 204° 49.62% 74.31%
HSB/HSV 204° 29.28% 87.06%
CMYK 29.28% 11.71% 0.00%
12.94%

Color #9DC4DE in popluar number systems.

HEX 9D C4 DE
Decimal 157 196 222
Binary 10011101 11000100 11011110
Octal 235 304 336

Shades and tints

Shades of #9DC4DE

#9DC4DE
(157,196,222)
#8FB3CA
(143,179,202)
#81A2B6
(129,162,182)
#7391A2
(115,145,162)
#65808E
(101,128,142)
#576F7A
(87,111,122)
#495E66
(73,94,102)
#3B4D52
(59,77,82)
#2D3C3E
(45,60,62)
#1F2B2A
(31,43,42)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #9DC4DE

#9DC4DE
(157,196,222)
#A5C9E1
(165,201,225)
#ADCEE4
(173,206,228)
#B5D3E7
(181,211,231)
#BDD8EA
(189,216,234)
#C5DDED
(197,221,237)
#CDE2F0
(205,226,240)
#D5E7F3
(213,231,243)
#DDECF6
(221,236,246)
#E5F1F9
(229,241,249)
#EDF6FC
(237,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC4DE color. Also use rgb(157,196,222) instead hex code.

Text Font Color

.myTextColor { color: #9DC4DE; }

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

This text font color is #9DC4DE.

Background Color

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

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

This div background color is #9DC4DE.

Border color

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

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

This div border color is #9DC4DE.

Opacity

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

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

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

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

This text has shadow with #9DC4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC4DE.

Preview

Color preview on black background

This text has color #9DC4DE on black background.


Color preview on white background

This text has color #9DC4DE on white background.


Black color preview on #9DC4DE background

This text has black color on #9DC4DE background.


White color preview on #9DC4DE background

This text has white color on #9DC4DE background.


Related colors

Complementary color

Complementary color for #hex is #623B21.


I love getcolorcode.com

Triadic colors

1 #DE9DC4 and #C4DE9D with #9DC4DE are triadic colors.

2 #DEC49D and #C49DDE with #9DC4DE are triadic colors.