COLOR #9DCDE1

HEX: #9DCDE1 RGB: (157,205,225)

Color info

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

RGB color model

#9DCDE1 color RGB value is (157,205,225).

RGB: (157,205,225) (62%, 80%, 88%)

RGB channels and saturation

R 157 of 255 = 62%
G 205 of 255 = 80%
B 225 of 255 = 88%

157
205
225

R + G + B ~ 77%. #9DCDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 205 + 225 = 587 (100%)
R 157 of 587 ~ 26.75%
G 205 of 587 ~ 34.92%
B 225 of 587 ~ 38.33'%

%26.75
%34.92
%38.33

CMYK color model

#9DCDE1 color CMYK value is (30,9,0,12).

  • cyan value is 30.22%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (30,9,0,12)
C30M9Y0K12 (30%, 9%, 0%, 12%)
(0.30 / 0.09 / 0.00 / 0.12)

CMYK percentages

%30.22
%8.89
%0
%11.76

Codes

Color #9DCDE1 in popluar color models

9D CD E1
RGB 157 205 225
HSL 198° 53.13% 74.90%
HSB/HSV 198° 30.22% 88.24%
CMYK 30.22% 8.89% 0.00%
11.76%

Color #9DCDE1 in popluar number systems.

HEX 9D CD E1
Decimal 157 205 225
Binary 10011101 11001101 11100001
Octal 235 315 341

Shades and tints

Shades of #9DCDE1

#9DCDE1
(157,205,225)
#8FBBCD
(143,187,205)
#81A9B9
(129,169,185)
#7397A5
(115,151,165)
#658591
(101,133,145)
#57737D
(87,115,125)
#496169
(73,97,105)
#3B4F55
(59,79,85)
#2D3D41
(45,61,65)
#1F2B2D
(31,43,45)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #9DCDE1

#9DCDE1
(157,205,225)
#A5D1E3
(165,209,227)
#ADD5E5
(173,213,229)
#B5D9E7
(181,217,231)
#BDDDE9
(189,221,233)
#C5E1EB
(197,225,235)
#CDE5ED
(205,229,237)
#D5E9EF
(213,233,239)
#DDEDF1
(221,237,241)
#E5F1F3
(229,241,243)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCDE1; }

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

This text font color is #9DCDE1.

Background Color

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

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

This div background color is #9DCDE1.

Border color

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

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

This div border color is #9DCDE1.

Opacity

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

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

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

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

This text has shadow with #9DCDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCDE1.

Preview

Color preview on black background

This text has color #9DCDE1 on black background.


Color preview on white background

This text has color #9DCDE1 on white background.


Black color preview on #9DCDE1 background

This text has black color on #9DCDE1 background.


White color preview on #9DCDE1 background

This text has white color on #9DCDE1 background.


Related colors

Complementary color

Complementary color for #hex is #62321E.


I love getcolorcode.com

Triadic colors

1 #E19DCD and #CDE19D with #9DCDE1 are triadic colors.

2 #E1CD9D and #CD9DE1 with #9DCDE1 are triadic colors.