COLOR #9EF3E1

HEX: #9EF3E1
RGB: (158,243,225)

Color info

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

RGB color model

#9EF3E1 color RGB value is (158,243,225).

  • red value is 158;
  • green value is 243;
  • blue value is 225.
RGB:
(158,243,225)
(62%,95%,88%)

RGB channels and saturation

R 158 of 255 = 62%
G 243 of 255 = 95%
B 225 of 255 = 88%

158
243
225

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

Portions of RGB colors in percentages

R + G + B =
158 + 243 + 225 = 626 (100%)
R 158 of 626 ~ 25.24%
G 243 of 626 ~ 38.82%
B 225 of 626 ~ 35.94%

%25.24
%38.82
%35.94

CMYK color model

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

  • cyan value is 34.98%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 4.71%
CMYK:
(35,0,7,5)
C35M0Y7K5 
(35%,0%,7%,5%)
(0.35/0.00/0.07/0.05)	

CMYK percentages

%34.98
%0
%7.41
%4.71

Codes

Color #9EF3E1 in popluar color models

9EF3E1
RGB158243225
HSL167°77.98%78.63%
HSB/HSV167°34.98%95.29%
CMYK34.98%0.00%7.41%
4.71%

Color #9EF3E1 in popluar number systems.

HEX9EF3E1
Decimal158243225
Binary100111101111001111100001
Octal236363341

Shades and tints

Shades of #9EF3E1

#9EF3E1
(158,243,225)
#90DDCD
(144,221,205)
#82C7B9
(130,199,185)
#74B1A5
(116,177,165)
#669B91
(102,155,145)
#58857D
(88,133,125)
#4A6F69
(74,111,105)
#3C5955
(60,89,85)
#2E4341
(46,67,65)
#202D2D
(32,45,45)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #9EF3E1

#9EF3E1
(158,243,225)
#A6F4E3
(166,244,227)
#AEF5E5
(174,245,229)
#B6F6E7
(182,246,231)
#BEF7E9
(190,247,233)
#C6F8EB
(198,248,235)
#CEF9ED
(206,249,237)
#D6FAEF
(214,250,239)
#DEFBF1
(222,251,241)
#E6FCF3
(230,252,243)
#EEFDF5
(238,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF3E1; }

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

This text font color is #9EF3E1.


Background Color

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

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

This div background color is #9EF3E1.


Border color

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

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

This div border color is #9EF3E1.


Opacity

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

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

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

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

This text has shadow with #9EF3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF3E1 on black background.


Color preview on white background

This text has color #9EF3E1 on white background.



Black color preview on #9EF3E1 background

This text has black color on #9EF3E1 background.


White color preview on #9EF3E1 background

This text has white color on #9EF3E1 background.