COLOR #9EE9C7

HEX: #9EE9C7
RGB: (158,233,199)

Color info

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

RGB color model

#9EE9C7 color RGB value is (158,233,199).

  • red value is 158;
  • green value is 233;
  • blue value is 199.
RGB:
(158,233,199)
(62%,91%,78%)

RGB channels and saturation

R 158 of 255 = 62%
G 233 of 255 = 91%
B 199 of 255 = 78%

158
233
199

R + G + B ~ 77%. #9EE9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 233 + 199 = 590 (100%)
R 158 of 590 ~ 26.78%
G 233 of 590 ~ 39.49%
B 199 of 590 ~ 33.73%

%26.78
%39.49
%33.73

CMYK color model

#9EE9C7 color CMYK value is (32,0,15,9).

  • cyan value is 32.19%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(32,0,15,9)
C32M0Y15K9 
(32%,0%,15%,9%)
(0.32/0.00/0.15/0.09)	

CMYK percentages

%32.19
%0
%14.59
%8.63

Codes

Color #9EE9C7 in popluar color models

9EE9C7
RGB158233199
HSL153°63.03%76.67%
HSB/HSV153°32.19%91.37%
CMYK32.19%0.00%14.59%
8.63%

Color #9EE9C7 in popluar number systems.

HEX9EE9C7
Decimal158233199
Binary100111101110100111000111
Octal236351307

Shades and tints

Shades of #9EE9C7

#9EE9C7
(158,233,199)
#90D4B5
(144,212,181)
#82BFA3
(130,191,163)
#74AA91
(116,170,145)
#66957F
(102,149,127)
#58806D
(88,128,109)
#4A6B5B
(74,107,91)
#3C5649
(60,86,73)
#2E4137
(46,65,55)
#202C25
(32,44,37)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EE9C7

#9EE9C7
(158,233,199)
#A6EBCC
(166,235,204)
#AEEDD1
(174,237,209)
#B6EFD6
(182,239,214)
#BEF1DB
(190,241,219)
#C6F3E0
(198,243,224)
#CEF5E5
(206,245,229)
#D6F7EA
(214,247,234)
#DEF9EF
(222,249,239)
#E6FBF4
(230,251,244)
#EEFDF9
(238,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE9C7 color. Also use rgb(158,233,199) instead hex code.

Text Font Color

.myTextColor { color: #9EE9C7; }

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

This text font color is #9EE9C7.


Background Color

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

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

This div background color is #9EE9C7.


Border color

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

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

This div border color is #9EE9C7.


Opacity

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

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

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

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

This text has shadow with #9EE9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE9C7 on black background.


Color preview on white background

This text has color #9EE9C7 on white background.



Black color preview on #9EE9C7 background

This text has black color on #9EE9C7 background.


White color preview on #9EE9C7 background

This text has white color on #9EE9C7 background.