COLOR #9DD9E1

HEX: #9DD9E1 RGB: (157,217,225)

Color info

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

RGB color model

#9DD9E1 color RGB value is (157,217,225).

RGB: (157,217,225) (62%, 85%, 88%)

RGB channels and saturation

R 157 of 255 = 62%
G 217 of 255 = 85%
B 225 of 255 = 88%

157
217
225

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

Portions of RGB colors in percentages

R + G + B = 157 + 217 + 225 = 599 (100%)
R 157 of 599 ~ 26.21%
G 217 of 599 ~ 36.23%
B 225 of 599 ~ 37.56'%

%26.21
%36.23
%37.56

CMYK color model

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

  • cyan value is 30.22%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (30,4,0,12) C30M4Y0K12 (30%,4%,0%,12%) (0.30/0.04/0.00/0.12) 

CMYK percentages

%30.22
%3.56
%0
%11.76

Codes

Color #9DD9E1 in popluar color models

9D D9 E1
RGB 157 217 225
HSL 187° 53.13% 74.90%
HSB/HSV 187° 30.22% 88.24%
CMYK 30.22% 3.56% 0.00%
11.76%

Color #9DD9E1 in popluar number systems.

HEX 9D D9 E1
Decimal 157 217 225
Binary 10011101 11011001 11100001
Octal 235 331 341

Shades and tints

Shades of #9DD9E1

#9DD9E1
(157,217,225)
#8FC6CD
(143,198,205)
#81B3B9
(129,179,185)
#73A0A5
(115,160,165)
#658D91
(101,141,145)
#577A7D
(87,122,125)
#496769
(73,103,105)
#3B5455
(59,84,85)
#2D4141
(45,65,65)
#1F2E2D
(31,46,45)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #9DD9E1

#9DD9E1
(157,217,225)
#A5DCE3
(165,220,227)
#ADDFE5
(173,223,229)
#B5E2E7
(181,226,231)
#BDE5E9
(189,229,233)
#C5E8EB
(197,232,235)
#CDEBED
(205,235,237)
#D5EEEF
(213,238,239)
#DDF1F1
(221,241,241)
#E5F4F3
(229,244,243)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD9E1; }

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

This text font color is #9DD9E1.

Background Color

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

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

This div background color is #9DD9E1.

Border color

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

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

This div border color is #9DD9E1.

Opacity

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

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

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

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

This text has shadow with #9DD9E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD9E1.

Preview

Color preview on black background

This text has color #9DD9E1 on black background.


Color preview on white background

This text has color #9DD9E1 on white background.


Black color preview on #9DD9E1 background

This text has black color on #9DD9E1 background.


White color preview on #9DD9E1 background

This text has white color on #9DD9E1 background.


Related colors

Complementary color

Complementary color for #hex is #62261E.


I love getcolorcode.com

Triadic colors

1 #E19DD9 and #D9E19D with #9DD9E1 are triadic colors.

2 #E1D99D and #D99DE1 with #9DD9E1 are triadic colors.