COLOR #9EEEE7

HEX: #9EEEE7
RGB: (158,238,231)

Color info

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

RGB color model

#9EEEE7 color RGB value is (158,238,231).

  • red value is 158;
  • green value is 238;
  • blue value is 231.
RGB:
(158,238,231)
(62%,93%,91%)

RGB channels and saturation

R 158 of 255 = 62%
G 238 of 255 = 93%
B 231 of 255 = 91%

158
238
231

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

Portions of RGB colors in percentages

R + G + B =
158 + 238 + 231 = 627 (100%)
R 158 of 627 ~ 25.2%
G 238 of 627 ~ 37.96%
B 231 of 627 ~ 36.84%

%25.2
%37.96
%36.84

CMYK color model

#9EEEE7 color CMYK value is (34,0,3,7).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(34,0,3,7)
C34M0Y3K7 
(34%,0%,3%,7%)
(0.34/0.00/0.03/0.07)	

CMYK percentages

%33.61
%0
%2.94
%6.67

Codes

Color #9EEEE7 in popluar color models

9EEEE7
RGB158238231
HSL175°70.18%77.65%
HSB/HSV175°33.61%93.33%
CMYK33.61%0.00%2.94%
6.67%

Color #9EEEE7 in popluar number systems.

HEX9EEEE7
Decimal158238231
Binary100111101110111011100111
Octal236356347

Shades and tints

Shades of #9EEEE7

#9EEEE7
(158,238,231)
#90D9D2
(144,217,210)
#82C4BD
(130,196,189)
#74AFA8
(116,175,168)
#669A93
(102,154,147)
#58857E
(88,133,126)
#4A7069
(74,112,105)
#3C5B54
(60,91,84)
#2E463F
(46,70,63)
#20312A
(32,49,42)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #9EEEE7

#9EEEE7
(158,238,231)
#A6EFE9
(166,239,233)
#AEF0EB
(174,240,235)
#B6F1ED
(182,241,237)
#BEF2EF
(190,242,239)
#C6F3F1
(198,243,241)
#CEF4F3
(206,244,243)
#D6F5F5
(214,245,245)
#DEF6F7
(222,246,247)
#E6F7F9
(230,247,249)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EEEE7; }

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

This text font color is #9EEEE7.


Background Color

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

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

This div background color is #9EEEE7.


Border color

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

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

This div border color is #9EEEE7.


Opacity

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

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

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

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

This text has shadow with #9EEEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEEE7 on black background.


Color preview on white background

This text has color #9EEEE7 on white background.



Black color preview on #9EEEE7 background

This text has black color on #9EEEE7 background.


White color preview on #9EEEE7 background

This text has white color on #9EEEE7 background.