COLOR #9DE9DC

HEX: #9DE9DC RGB: (157,233,220)

Color info

#9DE9DC contains mainly green and blue colors. Web safe color of #9DE9DC is #99FFCC (or #9FC).

RGB color model

#9DE9DC color RGB value is (157,233,220).

RGB: (157,233,220) (62%, 91%, 86%)

RGB channels and saturation

R 157 of 255 = 62%
G 233 of 255 = 91%
B 220 of 255 = 86%

157
233
220

R + G + B ~ 80%. #9DE9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 233 + 220 = 610 (100%)
R 157 of 610 ~ 25.74%
G 233 of 610 ~ 38.2%
B 220 of 610 ~ 36.07'%

%25.74
%38.2
%36.07

CMYK color model

#9DE9DC color CMYK value is (33,0,6,9).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%

CMYK: (33,0,6,9)
C33M0Y6K9 (33%, 0%, 6%, 9%)
(0.33 / 0.00 / 0.06 / 0.09)

CMYK percentages

%32.62
%0
%5.58
%8.63

Codes

Color #9DE9DC in popluar color models

9D E9 DC
RGB 157 233 220
HSL 170° 63.33% 76.47%
HSB/HSV 170° 32.62% 91.37%
CMYK 32.62% 0.00% 5.58%
8.63%

Color #9DE9DC in popluar number systems.

HEX 9D E9 DC
Decimal 157 233 220
Binary 10011101 11101001 11011100
Octal 235 351 334

Shades and tints

Shades of #9DE9DC

#9DE9DC
(157,233,220)
#8FD4C8
(143,212,200)
#81BFB4
(129,191,180)
#73AAA0
(115,170,160)
#65958C
(101,149,140)
#578078
(87,128,120)
#496B64
(73,107,100)
#3B5650
(59,86,80)
#2D413C
(45,65,60)
#1F2C28
(31,44,40)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #9DE9DC

#9DE9DC
(157,233,220)
#A5EBDF
(165,235,223)
#ADEDE2
(173,237,226)
#B5EFE5
(181,239,229)
#BDF1E8
(189,241,232)
#C5F3EB
(197,243,235)
#CDF5EE
(205,245,238)
#D5F7F1
(213,247,241)
#DDF9F4
(221,249,244)
#E5FBF7
(229,251,247)
#EDFDFA
(237,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE9DC color. Also use rgb(157,233,220) instead hex code.

Text Font Color

.myTextColor { color: #9DE9DC; }

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

This text font color is #9DE9DC.

Background Color

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

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

This div background color is #9DE9DC.

Border color

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

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

This div border color is #9DE9DC.

Opacity

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

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

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

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

This text has shadow with #9DE9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE9DC.

Preview

Color preview on black background

This text has color #9DE9DC on black background.


Color preview on white background

This text has color #9DE9DC on white background.


Black color preview on #9DE9DC background

This text has black color on #9DE9DC background.


White color preview on #9DE9DC background

This text has white color on #9DE9DC background.


Related colors

Complementary color

Complementary color for #hex is #621623.


I love getcolorcode.com

Triadic colors

1 #DC9DE9 and #E9DC9D with #9DE9DC are triadic colors.

2 #DCE99D and #E99DDC with #9DE9DC are triadic colors.