COLOR #9DE9CE

HEX: #9DE9CE RGB: (157,233,206)

Color info

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

RGB color model

#9DE9CE color RGB value is (157,233,206).

RGB: (157,233,206) (62%, 91%, 81%)

RGB channels and saturation

R 157 of 255 = 62%
G 233 of 255 = 91%
B 206 of 255 = 81%

157
233
206

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

Portions of RGB colors in percentages

R + G + B = 157 + 233 + 206 = 596 (100%)
R 157 of 596 ~ 26.34%
G 233 of 596 ~ 39.09%
B 206 of 596 ~ 34.56'%

%26.34
%39.09
%34.56

CMYK color model

#9DE9CE color CMYK value is (33,0,12,9).

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

CMYK: (33,0,12,9)
C33M0Y12K9 (33%, 0%, 12%, 9%)
(0.33 / 0.00 / 0.12 / 0.09)

CMYK percentages

%32.62
%0
%11.59
%8.63

Codes

Color #9DE9CE in popluar color models

9D E9 CE
RGB 157 233 206
HSL 159° 63.33% 76.47%
HSB/HSV 159° 32.62% 91.37%
CMYK 32.62% 0.00% 11.59%
8.63%

Color #9DE9CE in popluar number systems.

HEX 9D E9 CE
Decimal 157 233 206
Binary 10011101 11101001 11001110
Octal 235 351 316

Shades and tints

Shades of #9DE9CE

#9DE9CE
(157,233,206)
#8FD4BC
(143,212,188)
#81BFAA
(129,191,170)
#73AA98
(115,170,152)
#659586
(101,149,134)
#578074
(87,128,116)
#496B62
(73,107,98)
#3B5650
(59,86,80)
#2D413E
(45,65,62)
#1F2C2C
(31,44,44)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #9DE9CE

#9DE9CE
(157,233,206)
#A5EBD2
(165,235,210)
#ADEDD6
(173,237,214)
#B5EFDA
(181,239,218)
#BDF1DE
(189,241,222)
#C5F3E2
(197,243,226)
#CDF5E6
(205,245,230)
#D5F7EA
(213,247,234)
#DDF9EE
(221,249,238)
#E5FBF2
(229,251,242)
#EDFDF6
(237,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE9CE; }

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

This text font color is #9DE9CE.

Background Color

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

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

This div background color is #9DE9CE.

Border color

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

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

This div border color is #9DE9CE.

Opacity

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

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

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

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

This text has shadow with #9DE9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE9CE.

Preview

Color preview on black background

This text has color #9DE9CE on black background.


Color preview on white background

This text has color #9DE9CE on white background.


Black color preview on #9DE9CE background

This text has black color on #9DE9CE background.


White color preview on #9DE9CE background

This text has white color on #9DE9CE background.


Related colors

Complementary color

Complementary color for #hex is #621631.


I love getcolorcode.com

Triadic colors

1 #CE9DE9 and #E9CE9D with #9DE9CE are triadic colors.

2 #CEE99D and #E99DCE with #9DE9CE are triadic colors.