COLOR #9EE8C0

HEX: #9EE8C0
RGB: (158,232,192)

Color info

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

RGB color model

#9EE8C0 color RGB value is (158,232,192).

  • red value is 158;
  • green value is 232;
  • blue value is 192.
RGB:
(158,232,192)
(62%,91%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 232 of 255 = 91%
B 192 of 255 = 75%

158
232
192

R + G + B ~ 76%. #9EE8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 232 + 192 = 582 (100%)
R 158 of 582 ~ 27.15%
G 232 of 582 ~ 39.86%
B 192 of 582 ~ 32.99%

%27.15
%39.86
%32.99

CMYK color model

#9EE8C0 color CMYK value is (32,0,17,9).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 9.02%
CMYK:
(32,0,17,9)
C32M0Y17K9 
(32%,0%,17%,9%)
(0.32/0.00/0.17/0.09)	

CMYK percentages

%31.9
%0
%17.24
%9.02

Codes

Color #9EE8C0 in popluar color models

9EE8C0
RGB158232192
HSL148°61.67%76.47%
HSB/HSV148°31.90%90.98%
CMYK31.90%0.00%17.24%
9.02%

Color #9EE8C0 in popluar number systems.

HEX9EE8C0
Decimal158232192
Binary100111101110100011000000
Octal236350300

Shades and tints

Shades of #9EE8C0

#9EE8C0
(158,232,192)
#90D3AF
(144,211,175)
#82BE9E
(130,190,158)
#74A98D
(116,169,141)
#66947C
(102,148,124)
#587F6B
(88,127,107)
#4A6A5A
(74,106,90)
#3C5549
(60,85,73)
#2E4038
(46,64,56)
#202B27
(32,43,39)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #9EE8C0

#9EE8C0
(158,232,192)
#A6EAC5
(166,234,197)
#AEECCA
(174,236,202)
#B6EECF
(182,238,207)
#BEF0D4
(190,240,212)
#C6F2D9
(198,242,217)
#CEF4DE
(206,244,222)
#D6F6E3
(214,246,227)
#DEF8E8
(222,248,232)
#E6FAED
(230,250,237)
#EEFCF2
(238,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE8C0 color. Also use rgb(158,232,192) instead hex code.

Text Font Color

.myTextColor { color: #9EE8C0; }

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

This text font color is #9EE8C0.


Background Color

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

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

This div background color is #9EE8C0.


Border color

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

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

This div border color is #9EE8C0.


Opacity

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

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

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

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

This text has shadow with #9EE8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE8C0 on black background.


Color preview on white background

This text has color #9EE8C0 on white background.



Black color preview on #9EE8C0 background

This text has black color on #9EE8C0 background.


White color preview on #9EE8C0 background

This text has white color on #9EE8C0 background.