COLOR #9EEED7

HEX: #9EEED7
RGB: (158,238,215)

Color info

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

RGB color model

#9EEED7 color RGB value is (158,238,215).

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

RGB channels and saturation

R 158 of 255 = 62%
G 238 of 255 = 93%
B 215 of 255 = 84%

158
238
215

R + G + B ~ 80%. #9EEED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 238 + 215 = 611 (100%)
R 158 of 611 ~ 25.86%
G 238 of 611 ~ 38.95%
B 215 of 611 ~ 35.19%

%25.86
%38.95
%35.19

CMYK color model

#9EEED7 color CMYK value is (34,0,10,7).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(34,0,10,7)
C34M0Y10K7 
(34%,0%,10%,7%)
(0.34/0.00/0.10/0.07)	

CMYK percentages

%33.61
%0
%9.66
%6.67

Codes

Color #9EEED7 in popluar color models

9EEED7
RGB158238215
HSL163°70.18%77.65%
HSB/HSV163°33.61%93.33%
CMYK33.61%0.00%9.66%
6.67%

Color #9EEED7 in popluar number systems.

HEX9EEED7
Decimal158238215
Binary100111101110111011010111
Octal236356327

Shades and tints

Shades of #9EEED7

#9EEED7
(158,238,215)
#90D9C4
(144,217,196)
#82C4B1
(130,196,177)
#74AF9E
(116,175,158)
#669A8B
(102,154,139)
#588578
(88,133,120)
#4A7065
(74,112,101)
#3C5B52
(60,91,82)
#2E463F
(46,70,63)
#20312C
(32,49,44)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #9EEED7

#9EEED7
(158,238,215)
#A6EFDA
(166,239,218)
#AEF0DD
(174,240,221)
#B6F1E0
(182,241,224)
#BEF2E3
(190,242,227)
#C6F3E6
(198,243,230)
#CEF4E9
(206,244,233)
#D6F5EC
(214,245,236)
#DEF6EF
(222,246,239)
#E6F7F2
(230,247,242)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EEED7; }

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

This text font color is #9EEED7.


Background Color

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

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

This div background color is #9EEED7.


Border color

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

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

This div border color is #9EEED7.


Opacity

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

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

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

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

This text has shadow with #9EEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEED7 on black background.


Color preview on white background

This text has color #9EEED7 on white background.



Black color preview on #9EEED7 background

This text has black color on #9EEED7 background.


White color preview on #9EEED7 background

This text has white color on #9EEED7 background.