COLOR #9EF4DF

HEX: #9EF4DF RGB: (158,244,223)

Color info

#9EF4DF contains mainly green and blue colors. Web safe color of #9EF4DF is #99FFCC (or #9FC).

RGB color model

#9EF4DF color RGB value is (158,244,223).

RGB: (158,244,223) (62%, 96%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 244 of 255 = 96%
B 223 of 255 = 87%

158
244
223

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

Portions of RGB colors in percentages

R + G + B = 158 + 244 + 223 = 625 (100%)
R 158 of 625 ~ 25.28%
G 244 of 625 ~ 39.04%
B 223 of 625 ~ 35.68'%

%25.28
%39.04
%35.68

CMYK color model

#9EF4DF color CMYK value is (35,0,9,4).

  • cyan value is 35.25%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%

CMYK: (35,0,9,4)
C35M0Y9K4 (35%, 0%, 9%, 4%)
(0.35 / 0.00 / 0.09 / 0.04)

CMYK percentages

%35.25
%0
%8.61
%4.31

Codes

Color #9EF4DF in popluar color models

9E F4 DF
RGB 158 244 223
HSL 165° 79.63% 78.82%
HSB/HSV 165° 35.25% 95.69%
CMYK 35.25% 0.00% 8.61%
4.31%

Color #9EF4DF in popluar number systems.

HEX 9E F4 DF
Decimal 158 244 223
Binary 10011110 11110100 11011111
Octal 236 364 337

Shades and tints

Shades of #9EF4DF

#9EF4DF
(158,244,223)
#90DECB
(144,222,203)
#82C8B7
(130,200,183)
#74B2A3
(116,178,163)
#669C8F
(102,156,143)
#58867B
(88,134,123)
#4A7067
(74,112,103)
#3C5A53
(60,90,83)
#2E443F
(46,68,63)
#202E2B
(32,46,43)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #9EF4DF

#9EF4DF
(158,244,223)
#A6F5E1
(166,245,225)
#AEF6E3
(174,246,227)
#B6F7E5
(182,247,229)
#BEF8E7
(190,248,231)
#C6F9E9
(198,249,233)
#CEFAEB
(206,250,235)
#D6FBED
(214,251,237)
#DEFCEF
(222,252,239)
#E6FDF1
(230,253,241)
#EEFEF3
(238,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF4DF color. Also use rgb(158,244,223) instead hex code.

Text Font Color

.myTextColor { color: #9EF4DF; }

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

This text font color is #9EF4DF.

Background Color

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

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

This div background color is #9EF4DF.

Border color

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

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

This div border color is #9EF4DF.

Opacity

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

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

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

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

This text has shadow with #9EF4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF4DF.

Preview

Color preview on black background

This text has color #9EF4DF on black background.


Color preview on white background

This text has color #9EF4DF on white background.


Black color preview on #9EF4DF background

This text has black color on #9EF4DF background.


White color preview on #9EF4DF background

This text has white color on #9EF4DF background.


Related colors

Complementary color

Complementary color for #hex is #610B20.


I love getcolorcode.com

Triadic colors

1 #DF9EF4 and #F4DF9E with #9EF4DF are triadic colors.

2 #DFF49E and #F49EDF with #9EF4DF are triadic colors.