COLOR #9EF3E7

HEX: #9EF3E7 RGB: (158,243,231)

Color info

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

RGB color model

#9EF3E7 color RGB value is (158,243,231).

RGB: (158,243,231) (62%, 95%, 91%)

RGB channels and saturation

R 158 of 255 = 62%
G 243 of 255 = 95%
B 231 of 255 = 91%

158
243
231

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

Portions of RGB colors in percentages

R + G + B = 158 + 243 + 231 = 632 (100%)
R 158 of 632 ~ 25%
G 243 of 632 ~ 38.45%
B 231 of 632 ~ 36.55'%

%25
%38.45
%36.55

CMYK color model

#9EF3E7 color CMYK value is (35,0,5,5).

  • cyan value is 34.98%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 4.71%
CMYK: (35,0,5,5) C35M0Y5K5 (35%,0%,5%,5%) (0.35/0.00/0.05/0.05) 

CMYK percentages

%34.98
%0
%4.94
%4.71

Codes

Color #9EF3E7 in popluar color models

9E F3 E7
RGB 158 243 231
HSL 172° 77.98% 78.63%
HSB/HSV 172° 34.98% 95.29%
CMYK 34.98% 0.00% 4.94%
4.71%

Color #9EF3E7 in popluar number systems.

HEX 9E F3 E7
Decimal 158 243 231
Binary 10011110 11110011 11100111
Octal 236 363 347

Shades and tints

Shades of #9EF3E7

#9EF3E7
(158,243,231)
#90DDD2
(144,221,210)
#82C7BD
(130,199,189)
#74B1A8
(116,177,168)
#669B93
(102,155,147)
#58857E
(88,133,126)
#4A6F69
(74,111,105)
#3C5954
(60,89,84)
#2E433F
(46,67,63)
#202D2A
(32,45,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #9EF3E7

#9EF3E7
(158,243,231)
#A6F4E9
(166,244,233)
#AEF5EB
(174,245,235)
#B6F6ED
(182,246,237)
#BEF7EF
(190,247,239)
#C6F8F1
(198,248,241)
#CEF9F3
(206,249,243)
#D6FAF5
(214,250,245)
#DEFBF7
(222,251,247)
#E6FCF9
(230,252,249)
#EEFDFB
(238,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF3E7 color. Also use rgb(158,243,231) instead hex code.

Text Font Color

.myTextColor { color: #9EF3E7; }

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

This text font color is #9EF3E7.

Background Color

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

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

This div background color is #9EF3E7.

Border color

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

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

This div border color is #9EF3E7.

Opacity

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

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

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

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

This text has shadow with #9EF3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF3E7.

Preview

Color preview on black background

This text has color #9EF3E7 on black background.


Color preview on white background

This text has color #9EF3E7 on white background.


Black color preview on #9EF3E7 background

This text has black color on #9EF3E7 background.


White color preview on #9EF3E7 background

This text has white color on #9EF3E7 background.


Related colors

Complementary color

Complementary color for #hex is #610C18.


I love getcolorcode.com

Triadic colors

1 #E79EF3 and #F3E79E with #9EF3E7 are triadic colors.

2 #E7F39E and #F39EE7 with #9EF3E7 are triadic colors.