COLOR #9DE7ED

HEX: #9DE7ED
RGB: (157,231,237)

Color info

#9DE7ED contains mainly green and blue colors. Web safe color of #9DE7ED is #99FFFF (or #9FF).

RGB color model

#9DE7ED color RGB value is (157,231,237).

  • red value is 157;
  • green value is 231;
  • blue value is 237.
RGB:
(157,231,237)
(62%,91%,93%)

RGB channels and saturation

R 157 of 255 = 62%
G 231 of 255 = 91%
B 237 of 255 = 93%

157
231
237

R + G + B ~ 82%. #9DE7ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 231 + 237 = 625 (100%)
R 157 of 625 ~ 25.12%
G 231 of 625 ~ 36.96%
B 237 of 625 ~ 37.92%

%25.12
%36.96
%37.92

CMYK color model

#9DE7ED color CMYK value is (34,3,0,7).

  • cyan value is 33.76%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(34,3,0,7)
C34M3Y0K7 
(34%,3%,0%,7%)
(0.34/0.03/0.00/0.07)	

CMYK percentages

%33.76
%2.53
%0
%7.06

Codes

Color #9DE7ED in popluar color models

9DE7ED
RGB157231237
HSL185°68.97%77.25%
HSB/HSV185°33.76%92.94%
CMYK33.76%2.53%0.00%
7.06%

Color #9DE7ED in popluar number systems.

HEX9DE7ED
Decimal157231237
Binary100111011110011111101101
Octal235347355

Shades and tints

Shades of #9DE7ED

#9DE7ED
(157,231,237)
#8FD2D8
(143,210,216)
#81BDC3
(129,189,195)
#73A8AE
(115,168,174)
#659399
(101,147,153)
#577E84
(87,126,132)
#49696F
(73,105,111)
#3B545A
(59,84,90)
#2D3F45
(45,63,69)
#1F2A30
(31,42,48)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #9DE7ED

#9DE7ED
(157,231,237)
#A5E9EE
(165,233,238)
#ADEBEF
(173,235,239)
#B5EDF0
(181,237,240)
#BDEFF1
(189,239,241)
#C5F1F2
(197,241,242)
#CDF3F3
(205,243,243)
#D5F5F4
(213,245,244)
#DDF7F5
(221,247,245)
#E5F9F6
(229,249,246)
#EDFBF7
(237,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE7ED; }

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

This text font color is #9DE7ED.


Background Color

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

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

This div background color is #9DE7ED.


Border color

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

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

This div border color is #9DE7ED.


Opacity

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

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

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

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

This text has shadow with #9DE7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE7ED on black background.


Color preview on white background

This text has color #9DE7ED on white background.



Black color preview on #9DE7ED background

This text has black color on #9DE7ED background.


White color preview on #9DE7ED background

This text has white color on #9DE7ED background.