COLOR #9DE2EF

HEX: #9DE2EF
RGB: (157,226,239)

Color info

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

RGB color model

#9DE2EF color RGB value is (157,226,239).

  • red value is 157;
  • green value is 226;
  • blue value is 239.
RGB:
(157,226,239)
(62%,89%,94%)

RGB channels and saturation

R 157 of 255 = 62%
G 226 of 255 = 89%
B 239 of 255 = 94%

157
226
239

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

Portions of RGB colors in percentages

R + G + B =
157 + 226 + 239 = 622 (100%)
R 157 of 622 ~ 25.24%
G 226 of 622 ~ 36.33%
B 239 of 622 ~ 38.42%

%25.24
%36.33
%38.42

CMYK color model

#9DE2EF color CMYK value is (34,5,0,6).

  • cyan value is 34.31%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(34,5,0,6)
C34M5Y0K6 
(34%,5%,0%,6%)
(0.34/0.05/0.00/0.06)	

CMYK percentages

%34.31
%5.44
%0
%6.27

Codes

Color #9DE2EF in popluar color models

9DE2EF
RGB157226239
HSL190°71.93%77.65%
HSB/HSV190°34.31%93.73%
CMYK34.31%5.44%0.00%
6.27%

Color #9DE2EF in popluar number systems.

HEX9DE2EF
Decimal157226239
Binary100111011110001011101111
Octal235342357

Shades and tints

Shades of #9DE2EF

#9DE2EF
(157,226,239)
#8FCEDA
(143,206,218)
#81BAC5
(129,186,197)
#73A6B0
(115,166,176)
#65929B
(101,146,155)
#577E86
(87,126,134)
#496A71
(73,106,113)
#3B565C
(59,86,92)
#2D4247
(45,66,71)
#1F2E32
(31,46,50)
#111A1D
(17,26,29)
#000000
(0,0,0)

Tints of #9DE2EF

#9DE2EF
(157,226,239)
#A5E4F0
(165,228,240)
#ADE6F1
(173,230,241)
#B5E8F2
(181,232,242)
#BDEAF3
(189,234,243)
#C5ECF4
(197,236,244)
#CDEEF5
(205,238,245)
#D5F0F6
(213,240,246)
#DDF2F7
(221,242,247)
#E5F4F8
(229,244,248)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE2EF color. Also use rgb(157,226,239) instead hex code.

Text Font Color

.myTextColor { color: #9DE2EF; }

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

This text font color is #9DE2EF.


Background Color

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

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

This div background color is #9DE2EF.


Border color

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

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

This div border color is #9DE2EF.


Opacity

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

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

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

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

This text has shadow with #9DE2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE2EF on black background.


Color preview on white background

This text has color #9DE2EF on white background.



Black color preview on #9DE2EF background

This text has black color on #9DE2EF background.


White color preview on #9DE2EF background

This text has white color on #9DE2EF background.