COLOR #9DD9DF

HEX: #9DD9DF RGB: (157,217,223)

Color info

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

RGB color model

#9DD9DF color RGB value is (157,217,223).

RGB: (157,217,223) (62%, 85%, 87%)

RGB channels and saturation

R 157 of 255 = 62%
G 217 of 255 = 85%
B 223 of 255 = 87%

157
217
223

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

Portions of RGB colors in percentages

R + G + B = 157 + 217 + 223 = 597 (100%)
R 157 of 597 ~ 26.3%
G 217 of 597 ~ 36.35%
B 223 of 597 ~ 37.35'%

%26.3
%36.35
%37.35

CMYK color model

#9DD9DF color CMYK value is (30,3,0,13).

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

CMYK: (30,3,0,13)
C30M3Y0K13 (30%, 3%, 0%, 13%)
(0.30 / 0.03 / 0.00 / 0.13)

CMYK percentages

%29.6
%2.69
%0
%12.55

Codes

Color #9DD9DF in popluar color models

9D D9 DF
RGB 157 217 223
HSL 185° 50.77% 74.51%
HSB/HSV 185° 29.60% 87.45%
CMYK 29.60% 2.69% 0.00%
12.55%

Color #9DD9DF in popluar number systems.

HEX 9D D9 DF
Decimal 157 217 223
Binary 10011101 11011001 11011111
Octal 235 331 337

Shades and tints

Shades of #9DD9DF

#9DD9DF
(157,217,223)
#8FC6CB
(143,198,203)
#81B3B7
(129,179,183)
#73A0A3
(115,160,163)
#658D8F
(101,141,143)
#577A7B
(87,122,123)
#496767
(73,103,103)
#3B5453
(59,84,83)
#2D413F
(45,65,63)
#1F2E2B
(31,46,43)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #9DD9DF

#9DD9DF
(157,217,223)
#A5DCE1
(165,220,225)
#ADDFE3
(173,223,227)
#B5E2E5
(181,226,229)
#BDE5E7
(189,229,231)
#C5E8E9
(197,232,233)
#CDEBEB
(205,235,235)
#D5EEED
(213,238,237)
#DDF1EF
(221,241,239)
#E5F4F1
(229,244,241)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD9DF; }

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

This text font color is #9DD9DF.

Background Color

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

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

This div background color is #9DD9DF.

Border color

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

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

This div border color is #9DD9DF.

Opacity

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

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

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

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

This text has shadow with #9DD9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD9DF.

Preview

Color preview on black background

This text has color #9DD9DF on black background.


Color preview on white background

This text has color #9DD9DF on white background.


Black color preview on #9DD9DF background

This text has black color on #9DD9DF background.


White color preview on #9DD9DF background

This text has white color on #9DD9DF background.


Related colors

Complementary color

Complementary color for #hex is #622620.


I love getcolorcode.com

Triadic colors

1 #DF9DD9 and #D9DF9D with #9DD9DF are triadic colors.

2 #DFD99D and #D99DDF with #9DD9DF are triadic colors.