COLOR #9CE0F7

HEX: #9CE0F7
RGB: (156,224,247)

Color info

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

RGB color model

#9CE0F7 color RGB value is (156,224,247).

  • red value is 156;
  • green value is 224;
  • blue value is 247.
RGB:
(156,224,247)
(61%,88%,97%)

RGB channels and saturation

R 156 of 255 = 61%
G 224 of 255 = 88%
B 247 of 255 = 97%

156
224
247

R + G + B ~ 82%. #9CE0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 224 + 247 = 627 (100%)
R 156 of 627 ~ 24.88%
G 224 of 627 ~ 35.73%
B 247 of 627 ~ 39.39%

%24.88
%35.73
%39.39

CMYK color model

#9CE0F7 color CMYK value is (37,9,0,3).

  • cyan value is 36.84%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(37,9,0,3)
C37M9Y0K3 
(37%,9%,0%,3%)
(0.37/0.09/0.00/0.03)	

CMYK percentages

%36.84
%9.31
%0
%3.14

Codes

Color #9CE0F7 in popluar color models

9CE0F7
RGB156224247
HSL195°85.05%79.02%
HSB/HSV195°36.84%96.86%
CMYK36.84%9.31%0.00%
3.14%

Color #9CE0F7 in popluar number systems.

HEX9CE0F7
Decimal156224247
Binary100111001110000011110111
Octal234340367

Shades and tints

Shades of #9CE0F7

#9CE0F7
(156,224,247)
#8ECCE1
(142,204,225)
#80B8CB
(128,184,203)
#72A4B5
(114,164,181)
#64909F
(100,144,159)
#567C89
(86,124,137)
#486873
(72,104,115)
#3A545D
(58,84,93)
#2C4047
(44,64,71)
#1E2C31
(30,44,49)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #9CE0F7

#9CE0F7
(156,224,247)
#A5E2F7
(165,226,247)
#AEE4F7
(174,228,247)
#B7E6F7
(183,230,247)
#C0E8F7
(192,232,247)
#C9EAF7
(201,234,247)
#D2ECF7
(210,236,247)
#DBEEF7
(219,238,247)
#E4F0F7
(228,240,247)
#EDF2F7
(237,242,247)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE0F7 color. Also use rgb(156,224,247) instead hex code.

Text Font Color

.myTextColor { color: #9CE0F7; }

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

This text font color is #9CE0F7.


Background Color

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

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

This div background color is #9CE0F7.


Border color

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

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

This div border color is #9CE0F7.


Opacity

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

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

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

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

This text has shadow with #9CE0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE0F7 on black background.


Color preview on white background

This text has color #9CE0F7 on white background.



Black color preview on #9CE0F7 background

This text has black color on #9CE0F7 background.


White color preview on #9CE0F7 background

This text has white color on #9CE0F7 background.