COLOR #9EE2C2

HEX: #9EE2C2
RGB: (158,226,194)

Color info

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

RGB color model

#9EE2C2 color RGB value is (158,226,194).

  • red value is 158;
  • green value is 226;
  • blue value is 194.
RGB:
(158,226,194)
(62%,89%,76%)

RGB channels and saturation

R 158 of 255 = 62%
G 226 of 255 = 89%
B 194 of 255 = 76%

158
226
194

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

Portions of RGB colors in percentages

R + G + B =
158 + 226 + 194 = 578 (100%)
R 158 of 578 ~ 27.34%
G 226 of 578 ~ 39.1%
B 194 of 578 ~ 33.56%

%27.34
%39.1
%33.56

CMYK color model

#9EE2C2 color CMYK value is (30,0,14,11).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 11.37%
CMYK:
(30,0,14,11)
C30M0Y14K11 
(30%,0%,14%,11%)
(0.30/0.00/0.14/0.11)	

CMYK percentages

%30.09
%0
%14.16
%11.37

Codes

Color #9EE2C2 in popluar color models

9EE2C2
RGB158226194
HSL152°53.97%75.29%
HSB/HSV152°30.09%88.63%
CMYK30.09%0.00%14.16%
11.37%

Color #9EE2C2 in popluar number systems.

HEX9EE2C2
Decimal158226194
Binary100111101110001011000010
Octal236342302

Shades and tints

Shades of #9EE2C2

#9EE2C2
(158,226,194)
#90CEB1
(144,206,177)
#82BAA0
(130,186,160)
#74A68F
(116,166,143)
#66927E
(102,146,126)
#587E6D
(88,126,109)
#4A6A5C
(74,106,92)
#3C564B
(60,86,75)
#2E423A
(46,66,58)
#202E29
(32,46,41)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #9EE2C2

#9EE2C2
(158,226,194)
#A6E4C7
(166,228,199)
#AEE6CC
(174,230,204)
#B6E8D1
(182,232,209)
#BEEAD6
(190,234,214)
#C6ECDB
(198,236,219)
#CEEEE0
(206,238,224)
#D6F0E5
(214,240,229)
#DEF2EA
(222,242,234)
#E6F4EF
(230,244,239)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE2C2 color. Also use rgb(158,226,194) instead hex code.

Text Font Color

.myTextColor { color: #9EE2C2; }

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

This text font color is #9EE2C2.


Background Color

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

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

This div background color is #9EE2C2.


Border color

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

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

This div border color is #9EE2C2.


Opacity

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

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

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

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

This text has shadow with #9EE2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE2C2 on black background.


Color preview on white background

This text has color #9EE2C2 on white background.



Black color preview on #9EE2C2 background

This text has black color on #9EE2C2 background.


White color preview on #9EE2C2 background

This text has white color on #9EE2C2 background.