COLOR #9DD1DF

HEX: #9DD1DF RGB: (157,209,223)

Color info

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

RGB color model

#9DD1DF color RGB value is (157,209,223).

RGB: (157,209,223) (62%, 82%, 87%)

RGB channels and saturation

R 157 of 255 = 62%
G 209 of 255 = 82%
B 223 of 255 = 87%

157
209
223

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

Portions of RGB colors in percentages

R + G + B = 157 + 209 + 223 = 589 (100%)
R 157 of 589 ~ 26.66%
G 209 of 589 ~ 35.48%
B 223 of 589 ~ 37.86'%

%26.66
%35.48
%37.86

CMYK color model

#9DD1DF color CMYK value is (30,6,0,13).

  • cyan value is 29.60%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (30,6,0,13)
C30M6Y0K13 (30%, 6%, 0%, 13%)
(0.30 / 0.06 / 0.00 / 0.13)

CMYK percentages

%29.6
%6.28
%0
%12.55

Codes

Color #9DD1DF in popluar color models

9D D1 DF
RGB 157 209 223
HSL 193° 50.77% 74.51%
HSB/HSV 193° 29.60% 87.45%
CMYK 29.60% 6.28% 0.00%
12.55%

Color #9DD1DF in popluar number systems.

HEX 9D D1 DF
Decimal 157 209 223
Binary 10011101 11010001 11011111
Octal 235 321 337

Shades and tints

Shades of #9DD1DF

#9DD1DF
(157,209,223)
#8FBECB
(143,190,203)
#81ABB7
(129,171,183)
#7398A3
(115,152,163)
#65858F
(101,133,143)
#57727B
(87,114,123)
#495F67
(73,95,103)
#3B4C53
(59,76,83)
#2D393F
(45,57,63)
#1F262B
(31,38,43)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #9DD1DF

#9DD1DF
(157,209,223)
#A5D5E1
(165,213,225)
#ADD9E3
(173,217,227)
#B5DDE5
(181,221,229)
#BDE1E7
(189,225,231)
#C5E5E9
(197,229,233)
#CDE9EB
(205,233,235)
#D5EDED
(213,237,237)
#DDF1EF
(221,241,239)
#E5F5F1
(229,245,241)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD1DF color. Also use rgb(157,209,223) instead hex code.

Text Font Color

.myTextColor { color: #9DD1DF; }

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

This text font color is #9DD1DF.

Background Color

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

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

This div background color is #9DD1DF.

Border color

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

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

This div border color is #9DD1DF.

Opacity

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

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

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

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

This text has shadow with #9DD1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD1DF.

Preview

Color preview on black background

This text has color #9DD1DF on black background.


Color preview on white background

This text has color #9DD1DF on white background.


Black color preview on #9DD1DF background

This text has black color on #9DD1DF background.


White color preview on #9DD1DF background

This text has white color on #9DD1DF background.


Related colors

Complementary color

Complementary color for #hex is #622E20.


I love getcolorcode.com

Triadic colors

1 #DF9DD1 and #D1DF9D with #9DD1DF are triadic colors.

2 #DFD19D and #D19DDF with #9DD1DF are triadic colors.