COLOR #9EE3F7

HEX: #9EE3F7
RGB: (158,227,247)

Color info

#9EE3F7 contains mainly green and blue colors. Web safe color of #9EE3F7 is #99CCFF (or #9CF).

RGB color model

#9EE3F7 color RGB value is (158,227,247).

  • red value is 158;
  • green value is 227;
  • blue value is 247.
RGB:
(158,227,247)
(62%,89%,97%)

RGB channels and saturation

R 158 of 255 = 62%
G 227 of 255 = 89%
B 247 of 255 = 97%

158
227
247

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

Portions of RGB colors in percentages

R + G + B =
158 + 227 + 247 = 632 (100%)
R 158 of 632 ~ 25%
G 227 of 632 ~ 35.92%
B 247 of 632 ~ 39.08%

%25
%35.92
%39.08

CMYK color model

#9EE3F7 color CMYK value is (36,8,0,3).

  • cyan value is 36.03%
  • magenta value is 8.10%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(36,8,0,3)
C36M8Y0K3 
(36%,8%,0%,3%)
(0.36/0.08/0.00/0.03)	

CMYK percentages

%36.03
%8.1
%0
%3.14

Codes

Color #9EE3F7 in popluar color models

9EE3F7
RGB158227247
HSL193°84.76%79.41%
HSB/HSV193°36.03%96.86%
CMYK36.03%8.10%0.00%
3.14%

Color #9EE3F7 in popluar number systems.

HEX9EE3F7
Decimal158227247
Binary100111101110001111110111
Octal236343367

Shades and tints

Shades of #9EE3F7

#9EE3F7
(158,227,247)
#90CFE1
(144,207,225)
#82BBCB
(130,187,203)
#74A7B5
(116,167,181)
#66939F
(102,147,159)
#587F89
(88,127,137)
#4A6B73
(74,107,115)
#3C575D
(60,87,93)
#2E4347
(46,67,71)
#202F31
(32,47,49)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #9EE3F7

#9EE3F7
(158,227,247)
#A6E5F7
(166,229,247)
#AEE7F7
(174,231,247)
#B6E9F7
(182,233,247)
#BEEBF7
(190,235,247)
#C6EDF7
(198,237,247)
#CEEFF7
(206,239,247)
#D6F1F7
(214,241,247)
#DEF3F7
(222,243,247)
#E6F5F7
(230,245,247)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE3F7 color. Also use rgb(158,227,247) instead hex code.

Text Font Color

.myTextColor { color: #9EE3F7; }

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

This text font color is #9EE3F7.


Background Color

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

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

This div background color is #9EE3F7.


Border color

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

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

This div border color is #9EE3F7.


Opacity

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

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

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

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

This text has shadow with #9EE3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE3F7 on black background.


Color preview on white background

This text has color #9EE3F7 on white background.



Black color preview on #9EE3F7 background

This text has black color on #9EE3F7 background.


White color preview on #9EE3F7 background

This text has white color on #9EE3F7 background.