COLOR #9EFDE4

HEX: #9EFDE4 RGB: (158,253,228)

Color info

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

RGB color model

#9EFDE4 color RGB value is (158,253,228).

RGB: (158,253,228) (62%, 99%, 89%)

RGB channels and saturation

R 158 of 255 = 62%
G 253 of 255 = 99%
B 228 of 255 = 89%

158
253
228

R + G + B ~ 83%. #9EFDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 253 + 228 = 639 (100%)
R 158 of 639 ~ 24.73%
G 253 of 639 ~ 39.59%
B 228 of 639 ~ 35.68'%

%24.73
%39.59
%35.68

CMYK color model

#9EFDE4 color CMYK value is (38,0,10,1).

  • cyan value is 37.55%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 0.78%

CMYK: (38,0,10,1)
C38M0Y10K1 (38%, 0%, 10%, 1%)
(0.38 / 0.00 / 0.10 / 0.01)

CMYK percentages

%37.55
%0
%9.88
%0.78

Codes

Color #9EFDE4 in popluar color models

9E FD E4
RGB 158 253 228
HSL 164° 95.96% 80.59%
HSB/HSV 164° 37.55% 99.22%
CMYK 37.55% 0.00% 9.88%
0.78%

Color #9EFDE4 in popluar number systems.

HEX 9E FD E4
Decimal 158 253 228
Binary 10011110 11111101 11100100
Octal 236 375 344

Shades and tints

Shades of #9EFDE4

#9EFDE4
(158,253,228)
#90E6D0
(144,230,208)
#82CFBC
(130,207,188)
#74B8A8
(116,184,168)
#66A194
(102,161,148)
#588A80
(88,138,128)
#4A736C
(74,115,108)
#3C5C58
(60,92,88)
#2E4544
(46,69,68)
#202E30
(32,46,48)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #9EFDE4

#9EFDE4
(158,253,228)
#A6FDE6
(166,253,230)
#AEFDE8
(174,253,232)
#B6FDEA
(182,253,234)
#BEFDEC
(190,253,236)
#C6FDEE
(198,253,238)
#CEFDF0
(206,253,240)
#D6FDF2
(214,253,242)
#DEFDF4
(222,253,244)
#E6FDF6
(230,253,246)
#EEFDF8
(238,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFDE4 color. Also use rgb(158,253,228) instead hex code.

Text Font Color

.myTextColor { color: #9EFDE4; }

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

This text font color is #9EFDE4.

Background Color

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

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

This div background color is #9EFDE4.

Border color

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

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

This div border color is #9EFDE4.

Opacity

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

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

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

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

This text has shadow with #9EFDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EFDE4.

Preview

Color preview on black background

This text has color #9EFDE4 on black background.


Color preview on white background

This text has color #9EFDE4 on white background.


Black color preview on #9EFDE4 background

This text has black color on #9EFDE4 background.


White color preview on #9EFDE4 background

This text has white color on #9EFDE4 background.


Related colors

Complementary color

Complementary color for #hex is #61021B.


I love getcolorcode.com

Triadic colors

1 #E49EFD and #FDE49E with #9EFDE4 are triadic colors.

2 #E4FD9E and #FD9EE4 with #9EFDE4 are triadic colors.