COLOR #9DE5E7

HEX: #9DE5E7 RGB: (157,229,231)

Color info

#9DE5E7 contains mainly green and blue colors. Web safe color of #9DE5E7 is #99CCFF (or #9CF).

RGB color model

#9DE5E7 color RGB value is (157,229,231).

RGB: (157,229,231) (62%, 90%, 91%)

RGB channels and saturation

R 157 of 255 = 62%
G 229 of 255 = 90%
B 231 of 255 = 91%

157
229
231

R + G + B ~ 81%. #9DE5E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 229 + 231 = 617 (100%)
R 157 of 617 ~ 25.45%
G 229 of 617 ~ 37.12%
B 231 of 617 ~ 37.44'%

%25.45
%37.12
%37.44

CMYK color model

#9DE5E7 color CMYK value is (32,1,0,9).

  • cyan value is 32.03%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (32,1,0,9)
C32M1Y0K9 (32%, 1%, 0%, 9%)
(0.32 / 0.01 / 0.00 / 0.09)

CMYK percentages

%32.03
%0.87
%0
%9.41

Codes

Color #9DE5E7 in popluar color models

9D E5 E7
RGB 157 229 231
HSL 182° 60.66% 76.08%
HSB/HSV 182° 32.03% 90.59%
CMYK 32.03% 0.87% 0.00%
9.41%

Color #9DE5E7 in popluar number systems.

HEX 9D E5 E7
Decimal 157 229 231
Binary 10011101 11100101 11100111
Octal 235 345 347

Shades and tints

Shades of #9DE5E7

#9DE5E7
(157,229,231)
#8FD1D2
(143,209,210)
#81BDBD
(129,189,189)
#73A9A8
(115,169,168)
#659593
(101,149,147)
#57817E
(87,129,126)
#496D69
(73,109,105)
#3B5954
(59,89,84)
#2D453F
(45,69,63)
#1F312A
(31,49,42)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #9DE5E7

#9DE5E7
(157,229,231)
#A5E7E9
(165,231,233)
#ADE9EB
(173,233,235)
#B5EBED
(181,235,237)
#BDEDEF
(189,237,239)
#C5EFF1
(197,239,241)
#CDF1F3
(205,241,243)
#D5F3F5
(213,243,245)
#DDF5F7
(221,245,247)
#E5F7F9
(229,247,249)
#EDF9FB
(237,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE5E7 color. Also use rgb(157,229,231) instead hex code.

Text Font Color

.myTextColor { color: #9DE5E7; }

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

This text font color is #9DE5E7.

Background Color

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

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

This div background color is #9DE5E7.

Border color

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

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

This div border color is #9DE5E7.

Opacity

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

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

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

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

This text has shadow with #9DE5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE5E7.

Preview

Color preview on black background

This text has color #9DE5E7 on black background.


Color preview on white background

This text has color #9DE5E7 on white background.


Black color preview on #9DE5E7 background

This text has black color on #9DE5E7 background.


White color preview on #9DE5E7 background

This text has white color on #9DE5E7 background.


Related colors

Complementary color

Complementary color for #hex is #621A18.


I love getcolorcode.com

Triadic colors

1 #E79DE5 and #E5E79D with #9DE5E7 are triadic colors.

2 #E7E59D and #E59DE7 with #9DE5E7 are triadic colors.