COLOR #9EF3ED

HEX: #9EF3ED
RGB: (158,243,237)

Color info

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

RGB color model

#9EF3ED color RGB value is (158,243,237).

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

RGB channels and saturation

R 158 of 255 = 62%
G 243 of 255 = 95%
B 237 of 255 = 93%

158
243
237

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

Portions of RGB colors in percentages

R + G + B =
158 + 243 + 237 = 638 (100%)
R 158 of 638 ~ 24.76%
G 243 of 638 ~ 38.09%
B 237 of 638 ~ 37.15%

%24.76
%38.09
%37.15

CMYK color model

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

  • cyan value is 34.98%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(35,0,2,5)
C35M0Y2K5 
(35%,0%,2%,5%)
(0.35/0.00/0.02/0.05)	

CMYK percentages

%34.98
%0
%2.47
%4.71

Codes

Color #9EF3ED in popluar color models

9EF3ED
RGB158243237
HSL176°77.98%78.63%
HSB/HSV176°34.98%95.29%
CMYK34.98%0.00%2.47%
4.71%

Color #9EF3ED in popluar number systems.

HEX9EF3ED
Decimal158243237
Binary100111101111001111101101
Octal236363355

Shades and tints

Shades of #9EF3ED

#9EF3ED
(158,243,237)
#90DDD8
(144,221,216)
#82C7C3
(130,199,195)
#74B1AE
(116,177,174)
#669B99
(102,155,153)
#588584
(88,133,132)
#4A6F6F
(74,111,111)
#3C595A
(60,89,90)
#2E4345
(46,67,69)
#202D30
(32,45,48)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #9EF3ED

#9EF3ED
(158,243,237)
#A6F4EE
(166,244,238)
#AEF5EF
(174,245,239)
#B6F6F0
(182,246,240)
#BEF7F1
(190,247,241)
#C6F8F2
(198,248,242)
#CEF9F3
(206,249,243)
#D6FAF4
(214,250,244)
#DEFBF5
(222,251,245)
#E6FCF6
(230,252,246)
#EEFDF7
(238,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF3ED; }

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

This text font color is #9EF3ED.


Background Color

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

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

This div background color is #9EF3ED.


Border color

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

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

This div border color is #9EF3ED.


Opacity

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

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

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

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

This text has shadow with #9EF3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF3ED on black background.


Color preview on white background

This text has color #9EF3ED on white background.



Black color preview on #9EF3ED background

This text has black color on #9EF3ED background.


White color preview on #9EF3ED background

This text has white color on #9EF3ED background.