COLOR #9EF1D0

HEX: #9EF1D0 RGB: (158,241,208)

Color info

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

RGB color model

#9EF1D0 color RGB value is (158,241,208).

RGB: (158,241,208) (62%, 95%, 82%)

RGB channels and saturation

R 158 of 255 = 62%
G 241 of 255 = 95%
B 208 of 255 = 82%

158
241
208

R + G + B ~ 80%. #9EF1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 241 + 208 = 607 (100%)
R 158 of 607 ~ 26.03%
G 241 of 607 ~ 39.7%
B 208 of 607 ~ 34.27'%

%26.03
%39.7
%34.27

CMYK color model

#9EF1D0 color CMYK value is (34,0,14,5).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 13.69%
  • key color value is 5.49%

CMYK: (34,0,14,5)
C34M0Y14K5 (34%, 0%, 14%, 5%)
(0.34 / 0.00 / 0.14 / 0.05)

CMYK percentages

%34.44
%0
%13.69
%5.49

Codes

Color #9EF1D0 in popluar color models

9E F1 D0
RGB 158 241 208
HSL 156° 74.77% 78.24%
HSB/HSV 156° 34.44% 94.51%
CMYK 34.44% 0.00% 13.69%
5.49%

Color #9EF1D0 in popluar number systems.

HEX 9E F1 D0
Decimal 158 241 208
Binary 10011110 11110001 11010000
Octal 236 361 320

Shades and tints

Shades of #9EF1D0

#9EF1D0
(158,241,208)
#90DCBE
(144,220,190)
#82C7AC
(130,199,172)
#74B29A
(116,178,154)
#669D88
(102,157,136)
#588876
(88,136,118)
#4A7364
(74,115,100)
#3C5E52
(60,94,82)
#2E4940
(46,73,64)
#20342E
(32,52,46)
#121F1C
(18,31,28)
#000000
(0,0,0)

Tints of #9EF1D0

#9EF1D0
(158,241,208)
#A6F2D4
(166,242,212)
#AEF3D8
(174,243,216)
#B6F4DC
(182,244,220)
#BEF5E0
(190,245,224)
#C6F6E4
(198,246,228)
#CEF7E8
(206,247,232)
#D6F8EC
(214,248,236)
#DEF9F0
(222,249,240)
#E6FAF4
(230,250,244)
#EEFBF8
(238,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF1D0 color. Also use rgb(158,241,208) instead hex code.

Text Font Color

.myTextColor { color: #9EF1D0; }

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

This text font color is #9EF1D0.

Background Color

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

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

This div background color is #9EF1D0.

Border color

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

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

This div border color is #9EF1D0.

Opacity

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

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

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

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

This text has shadow with #9EF1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF1D0.

Preview

Color preview on black background

This text has color #9EF1D0 on black background.


Color preview on white background

This text has color #9EF1D0 on white background.


Black color preview on #9EF1D0 background

This text has black color on #9EF1D0 background.


White color preview on #9EF1D0 background

This text has white color on #9EF1D0 background.


Related colors

Complementary color

Complementary color for #hex is #610E2F.


I love getcolorcode.com

Triadic colors

1 #D09EF1 and #F1D09E with #9EF1D0 are triadic colors.

2 #D0F19E and #F19ED0 with #9EF1D0 are triadic colors.