COLOR #9CE2EE

HEX: #9CE2EE
RGB: (156,226,238)

Color info

#9CE2EE contains mainly green and blue colors. Web safe color of #9CE2EE is #99CCFF (or #9CF).

RGB color model

#9CE2EE color RGB value is (156,226,238).

  • red value is 156;
  • green value is 226;
  • blue value is 238.
RGB:
(156,226,238)
(61%,89%,93%)

RGB channels and saturation

R 156 of 255 = 61%
G 226 of 255 = 89%
B 238 of 255 = 93%

156
226
238

R + G + B ~ 81%. #9CE2EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 226 + 238 = 620 (100%)
R 156 of 620 ~ 25.16%
G 226 of 620 ~ 36.45%
B 238 of 620 ~ 38.39%

%25.16
%36.45
%38.39

CMYK color model

#9CE2EE color CMYK value is (34,5,0,7).

  • cyan value is 34.45%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(34,5,0,7)
C34M5Y0K7 
(34%,5%,0%,7%)
(0.34/0.05/0.00/0.07)	

CMYK percentages

%34.45
%5.04
%0
%6.67

Codes

Color #9CE2EE in popluar color models

9CE2EE
RGB156226238
HSL189°70.69%77.25%
HSB/HSV189°34.45%93.33%
CMYK34.45%5.04%0.00%
6.67%

Color #9CE2EE in popluar number systems.

HEX9CE2EE
Decimal156226238
Binary100111001110001011101110
Octal234342356

Shades and tints

Shades of #9CE2EE

#9CE2EE
(156,226,238)
#8ECED9
(142,206,217)
#80BAC4
(128,186,196)
#72A6AF
(114,166,175)
#64929A
(100,146,154)
#567E85
(86,126,133)
#486A70
(72,106,112)
#3A565B
(58,86,91)
#2C4246
(44,66,70)
#1E2E31
(30,46,49)
#101A1C
(16,26,28)
#000000
(0,0,0)

Tints of #9CE2EE

#9CE2EE
(156,226,238)
#A5E4EF
(165,228,239)
#AEE6F0
(174,230,240)
#B7E8F1
(183,232,241)
#C0EAF2
(192,234,242)
#C9ECF3
(201,236,243)
#D2EEF4
(210,238,244)
#DBF0F5
(219,240,245)
#E4F2F6
(228,242,246)
#EDF4F7
(237,244,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE2EE color. Also use rgb(156,226,238) instead hex code.

Text Font Color

.myTextColor { color: #9CE2EE; }

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

This text font color is #9CE2EE.


Background Color

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

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

This div background color is #9CE2EE.


Border color

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

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

This div border color is #9CE2EE.


Opacity

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

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

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

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

This text has shadow with #9CE2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE2EE on black background.


Color preview on white background

This text has color #9CE2EE on white background.



Black color preview on #9CE2EE background

This text has black color on #9CE2EE background.


White color preview on #9CE2EE background

This text has white color on #9CE2EE background.