COLOR #9DE2ED

HEX: #9DE2ED RGB: (157,226,237)

Color info

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

RGB color model

#9DE2ED color RGB value is (157,226,237).

RGB: (157,226,237) (62%, 89%, 93%)

RGB channels and saturation

R 157 of 255 = 62%
G 226 of 255 = 89%
B 237 of 255 = 93%

157
226
237

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

Portions of RGB colors in percentages

R + G + B = 157 + 226 + 237 = 620 (100%)
R 157 of 620 ~ 25.32%
G 226 of 620 ~ 36.45%
B 237 of 620 ~ 38.23'%

%25.32
%36.45
%38.23

CMYK color model

#9DE2ED color CMYK value is (34,5,0,7).

  • cyan value is 33.76%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (34,5,0,7) C34M5Y0K7 (34%,5%,0%,7%) (0.34/0.05/0.00/0.07) 

CMYK percentages

%33.76
%4.64
%0
%7.06

Codes

Color #9DE2ED in popluar color models

9D E2 ED
RGB 157 226 237
HSL 188° 68.97% 77.25%
HSB/HSV 188° 33.76% 92.94%
CMYK 33.76% 4.64% 0.00%
7.06%

Color #9DE2ED in popluar number systems.

HEX 9D E2 ED
Decimal 157 226 237
Binary 10011101 11100010 11101101
Octal 235 342 355

Shades and tints

Shades of #9DE2ED

#9DE2ED
(157,226,237)
#8FCED8
(143,206,216)
#81BAC3
(129,186,195)
#73A6AE
(115,166,174)
#659299
(101,146,153)
#577E84
(87,126,132)
#496A6F
(73,106,111)
#3B565A
(59,86,90)
#2D4245
(45,66,69)
#1F2E30
(31,46,48)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #9DE2ED

#9DE2ED
(157,226,237)
#A5E4EE
(165,228,238)
#ADE6EF
(173,230,239)
#B5E8F0
(181,232,240)
#BDEAF1
(189,234,241)
#C5ECF2
(197,236,242)
#CDEEF3
(205,238,243)
#D5F0F4
(213,240,244)
#DDF2F5
(221,242,245)
#E5F4F6
(229,244,246)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE2ED; }

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

This text font color is #9DE2ED.

Background Color

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

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

This div background color is #9DE2ED.

Border color

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

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

This div border color is #9DE2ED.

Opacity

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

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

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

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

This text has shadow with #9DE2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE2ED.

Preview

Color preview on black background

This text has color #9DE2ED on black background.


Color preview on white background

This text has color #9DE2ED on white background.


Black color preview on #9DE2ED background

This text has black color on #9DE2ED background.


White color preview on #9DE2ED background

This text has white color on #9DE2ED background.


Related colors

Complementary color

Complementary color for #hex is #621D12.


I love getcolorcode.com

Triadic colors

1 #ED9DE2 and #E2ED9D with #9DE2ED are triadic colors.

2 #EDE29D and #E29DED with #9DE2ED are triadic colors.