COLOR #9EE4CC

HEX: #9EE4CC
RGB: (158,228,204)

Color info

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

RGB color model

#9EE4CC color RGB value is (158,228,204).

  • red value is 158;
  • green value is 228;
  • blue value is 204.
RGB:
(158,228,204)
(62%,89%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 228 of 255 = 89%
B 204 of 255 = 80%

158
228
204

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

Portions of RGB colors in percentages

R + G + B =
158 + 228 + 204 = 590 (100%)
R 158 of 590 ~ 26.78%
G 228 of 590 ~ 38.64%
B 204 of 590 ~ 34.58%

%26.78
%38.64
%34.58

CMYK color model

#9EE4CC color CMYK value is (31,0,11,11).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(31,0,11,11)
C31M0Y11K11 
(31%,0%,11%,11%)
(0.31/0.00/0.11/0.11)	

CMYK percentages

%30.7
%0
%10.53
%10.59

Codes

Color #9EE4CC in popluar color models

9EE4CC
RGB158228204
HSL159°56.45%75.69%
HSB/HSV159°30.70%89.41%
CMYK30.70%0.00%10.53%
10.59%

Color #9EE4CC in popluar number systems.

HEX9EE4CC
Decimal158228204
Binary100111101110010011001100
Octal236344314

Shades and tints

Shades of #9EE4CC

#9EE4CC
(158,228,204)
#90D0BA
(144,208,186)
#82BCA8
(130,188,168)
#74A896
(116,168,150)
#669484
(102,148,132)
#588072
(88,128,114)
#4A6C60
(74,108,96)
#3C584E
(60,88,78)
#2E443C
(46,68,60)
#20302A
(32,48,42)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #9EE4CC

#9EE4CC
(158,228,204)
#A6E6D0
(166,230,208)
#AEE8D4
(174,232,212)
#B6EAD8
(182,234,216)
#BEECDC
(190,236,220)
#C6EEE0
(198,238,224)
#CEF0E4
(206,240,228)
#D6F2E8
(214,242,232)
#DEF4EC
(222,244,236)
#E6F6F0
(230,246,240)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE4CC color. Also use rgb(158,228,204) instead hex code.

Text Font Color

.myTextColor { color: #9EE4CC; }

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

This text font color is #9EE4CC.


Background Color

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

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

This div background color is #9EE4CC.


Border color

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

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

This div border color is #9EE4CC.


Opacity

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

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

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

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

This text has shadow with #9EE4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE4CC on black background.


Color preview on white background

This text has color #9EE4CC on white background.



Black color preview on #9EE4CC background

This text has black color on #9EE4CC background.


White color preview on #9EE4CC background

This text has white color on #9EE4CC background.