COLOR #9DE6EC

HEX: #9DE6EC
RGB: (157,230,236)

Color info

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

RGB color model

#9DE6EC color RGB value is (157,230,236).

  • red value is 157;
  • green value is 230;
  • blue value is 236.
RGB:
(157,230,236)
(62%,90%,93%)

RGB channels and saturation

R 157 of 255 = 62%
G 230 of 255 = 90%
B 236 of 255 = 93%

157
230
236

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

Portions of RGB colors in percentages

R + G + B =
157 + 230 + 236 = 623 (100%)
R 157 of 623 ~ 25.2%
G 230 of 623 ~ 36.92%
B 236 of 623 ~ 37.88%

%25.2
%36.92
%37.88

CMYK color model

#9DE6EC color CMYK value is (33,3,0,7).

  • cyan value is 33.47%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(33,3,0,7)
C33M3Y0K7 
(33%,3%,0%,7%)
(0.33/0.03/0.00/0.07)	

CMYK percentages

%33.47
%2.54
%0
%7.45

Codes

Color #9DE6EC in popluar color models

9DE6EC
RGB157230236
HSL185°67.52%77.06%
HSB/HSV185°33.47%92.55%
CMYK33.47%2.54%0.00%
7.45%

Color #9DE6EC in popluar number systems.

HEX9DE6EC
Decimal157230236
Binary100111011110011011101100
Octal235346354

Shades and tints

Shades of #9DE6EC

#9DE6EC
(157,230,236)
#8FD2D7
(143,210,215)
#81BEC2
(129,190,194)
#73AAAD
(115,170,173)
#659698
(101,150,152)
#578283
(87,130,131)
#496E6E
(73,110,110)
#3B5A59
(59,90,89)
#2D4644
(45,70,68)
#1F322F
(31,50,47)
#111E1A
(17,30,26)
#000000
(0,0,0)

Tints of #9DE6EC

#9DE6EC
(157,230,236)
#A5E8ED
(165,232,237)
#ADEAEE
(173,234,238)
#B5ECEF
(181,236,239)
#BDEEF0
(189,238,240)
#C5F0F1
(197,240,241)
#CDF2F2
(205,242,242)
#D5F4F3
(213,244,243)
#DDF6F4
(221,246,244)
#E5F8F5
(229,248,245)
#EDFAF6
(237,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE6EC color. Also use rgb(157,230,236) instead hex code.

Text Font Color

.myTextColor { color: #9DE6EC; }

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

This text font color is #9DE6EC.


Background Color

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

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

This div background color is #9DE6EC.


Border color

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

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

This div border color is #9DE6EC.


Opacity

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

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

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

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

This text has shadow with #9DE6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE6EC on black background.


Color preview on white background

This text has color #9DE6EC on white background.



Black color preview on #9DE6EC background

This text has black color on #9DE6EC background.


White color preview on #9DE6EC background

This text has white color on #9DE6EC background.