COLOR #9EF8ED

HEX: #9EF8ED RGB: (158,248,237)

Color info

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

RGB color model

#9EF8ED color RGB value is (158,248,237).

RGB: (158,248,237) (62%, 97%, 93%)

RGB channels and saturation

R 158 of 255 = 62%
G 248 of 255 = 97%
B 237 of 255 = 93%

158
248
237

R + G + B ~ 84%. #9EF8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 248 + 237 = 643 (100%)
R 158 of 643 ~ 24.57%
G 248 of 643 ~ 38.57%
B 237 of 643 ~ 36.86'%

%24.57
%38.57
%36.86

CMYK color model

#9EF8ED color CMYK value is (36,0,4,3).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 2.75%

CMYK: (36,0,4,3)
C36M0Y4K3 (36%, 0%, 4%, 3%)
(0.36 / 0.00 / 0.04 / 0.03)

CMYK percentages

%36.29
%0
%4.44
%2.75

Codes

Color #9EF8ED in popluar color models

9E F8 ED
RGB 158 248 237
HSL 173° 86.54% 79.61%
HSB/HSV 173° 36.29% 97.25%
CMYK 36.29% 0.00% 4.44%
2.75%

Color #9EF8ED in popluar number systems.

HEX 9E F8 ED
Decimal 158 248 237
Binary 10011110 11111000 11101101
Octal 236 370 355

Shades and tints

Shades of #9EF8ED

#9EF8ED
(158,248,237)
#90E2D8
(144,226,216)
#82CCC3
(130,204,195)
#74B6AE
(116,182,174)
#66A099
(102,160,153)
#588A84
(88,138,132)
#4A746F
(74,116,111)
#3C5E5A
(60,94,90)
#2E4845
(46,72,69)
#203230
(32,50,48)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #9EF8ED

#9EF8ED
(158,248,237)
#A6F8EE
(166,248,238)
#AEF8EF
(174,248,239)
#B6F8F0
(182,248,240)
#BEF8F1
(190,248,241)
#C6F8F2
(198,248,242)
#CEF8F3
(206,248,243)
#D6F8F4
(214,248,244)
#DEF8F5
(222,248,245)
#E6F8F6
(230,248,246)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF8ED color. Also use rgb(158,248,237) instead hex code.

Text Font Color

.myTextColor { color: #9EF8ED; }

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

This text font color is #9EF8ED.

Background Color

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

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

This div background color is #9EF8ED.

Border color

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

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

This div border color is #9EF8ED.

Opacity

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

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

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

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

This text has shadow with #9EF8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF8ED.

Preview

Color preview on black background

This text has color #9EF8ED on black background.


Color preview on white background

This text has color #9EF8ED on white background.


Black color preview on #9EF8ED background

This text has black color on #9EF8ED background.


White color preview on #9EF8ED background

This text has white color on #9EF8ED background.


Related colors

Complementary color

Complementary color for #hex is #610712.


I love getcolorcode.com

Triadic colors

1 #ED9EF8 and #F8ED9E with #9EF8ED are triadic colors.

2 #EDF89E and #F89EED with #9EF8ED are triadic colors.