COLOR #9EE5C8

HEX: #9EE5C8
RGB: (158,229,200)

Color info

#9EE5C8 contains mainly green and blue colors. Web safe color of #9EE5C8 is #99CCCC (or #9CC).

RGB color model

#9EE5C8 color RGB value is (158,229,200).

  • red value is 158;
  • green value is 229;
  • blue value is 200.
RGB:
(158,229,200)
(62%,90%,78%)

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 200 of 255 = 78%

158
229
200

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

Portions of RGB colors in percentages

R + G + B =
158 + 229 + 200 = 587 (100%)
R 158 of 587 ~ 26.92%
G 229 of 587 ~ 39.01%
B 200 of 587 ~ 34.07%

%26.92
%39.01
%34.07

CMYK color model

#9EE5C8 color CMYK value is (31,0,13,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 10.20%
CMYK:
(31,0,13,10)
C31M0Y13K10 
(31%,0%,13%,10%)
(0.31/0.00/0.13/0.10)	

CMYK percentages

%31
%0
%12.66
%10.2

Codes

Color #9EE5C8 in popluar color models

9EE5C8
RGB158229200
HSL155°57.72%75.88%
HSB/HSV155°31.00%89.80%
CMYK31.00%0.00%12.66%
10.20%

Color #9EE5C8 in popluar number systems.

HEX9EE5C8
Decimal158229200
Binary100111101110010111001000
Octal236345310

Shades and tints

Shades of #9EE5C8

#9EE5C8
(158,229,200)
#90D1B6
(144,209,182)
#82BDA4
(130,189,164)
#74A992
(116,169,146)
#669580
(102,149,128)
#58816E
(88,129,110)
#4A6D5C
(74,109,92)
#3C594A
(60,89,74)
#2E4538
(46,69,56)
#203126
(32,49,38)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #9EE5C8

#9EE5C8
(158,229,200)
#A6E7CD
(166,231,205)
#AEE9D2
(174,233,210)
#B6EBD7
(182,235,215)
#BEEDDC
(190,237,220)
#C6EFE1
(198,239,225)
#CEF1E6
(206,241,230)
#D6F3EB
(214,243,235)
#DEF5F0
(222,245,240)
#E6F7F5
(230,247,245)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE5C8 color. Also use rgb(158,229,200) instead hex code.

Text Font Color

.myTextColor { color: #9EE5C8; }

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

This text font color is #9EE5C8.


Background Color

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

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

This div background color is #9EE5C8.


Border color

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

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

This div border color is #9EE5C8.


Opacity

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

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

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

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

This text has shadow with #9EE5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE5C8 on black background.


Color preview on white background

This text has color #9EE5C8 on white background.



Black color preview on #9EE5C8 background

This text has black color on #9EE5C8 background.


White color preview on #9EE5C8 background

This text has white color on #9EE5C8 background.