COLOR #9CE8F6

HEX: #9CE8F6 RGB: (156,232,246)

Color info

#9CE8F6 contains mainly green and blue colors. Web safe color of #9CE8F6 is #99FFFF (or #9FF).

RGB color model

#9CE8F6 color RGB value is (156,232,246).

RGB: (156,232,246) (61%, 91%, 96%)

RGB channels and saturation

R 156 of 255 = 61%
G 232 of 255 = 91%
B 246 of 255 = 96%

156
232
246

R + G + B ~ 83%. #9CE8F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 232 + 246 = 634 (100%)
R 156 of 634 ~ 24.61%
G 232 of 634 ~ 36.59%
B 246 of 634 ~ 38.8'%

%24.61
%36.59
%38.8

CMYK color model

#9CE8F6 color CMYK value is (37,6,0,4).

  • cyan value is 36.59%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (37,6,0,4) C37M6Y0K4 (37%,6%,0%,4%) (0.37/0.06/0.00/0.04) 

CMYK percentages

%36.59
%5.69
%0
%3.53

Codes

Color #9CE8F6 in popluar color models

9C E8 F6
RGB 156 232 246
HSL 189° 83.33% 78.82%
HSB/HSV 189° 36.59% 96.47%
CMYK 36.59% 5.69% 0.00%
3.53%

Color #9CE8F6 in popluar number systems.

HEX 9C E8 F6
Decimal 156 232 246
Binary 10011100 11101000 11110110
Octal 234 350 366

Shades and tints

Shades of #9CE8F6

#9CE8F6
(156,232,246)
#8ED3E0
(142,211,224)
#80BECA
(128,190,202)
#72A9B4
(114,169,180)
#64949E
(100,148,158)
#567F88
(86,127,136)
#486A72
(72,106,114)
#3A555C
(58,85,92)
#2C4046
(44,64,70)
#1E2B30
(30,43,48)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #9CE8F6

#9CE8F6
(156,232,246)
#A5EAF6
(165,234,246)
#AEECF6
(174,236,246)
#B7EEF6
(183,238,246)
#C0F0F6
(192,240,246)
#C9F2F6
(201,242,246)
#D2F4F6
(210,244,246)
#DBF6F6
(219,246,246)
#E4F8F6
(228,248,246)
#EDFAF6
(237,250,246)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE8F6 color. Also use rgb(156,232,246) instead hex code.

Text Font Color

.myTextColor { color: #9CE8F6; }

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

This text font color is #9CE8F6.

Background Color

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

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

This div background color is #9CE8F6.

Border color

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

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

This div border color is #9CE8F6.

Opacity

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

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

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

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

This text has shadow with #9CE8F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE8F6.

Preview

Color preview on black background

This text has color #9CE8F6 on black background.


Color preview on white background

This text has color #9CE8F6 on white background.


Black color preview on #9CE8F6 background

This text has black color on #9CE8F6 background.


White color preview on #9CE8F6 background

This text has white color on #9CE8F6 background.


Related colors

Complementary color

Complementary color for #hex is #631709.


I love getcolorcode.com

Triadic colors

1 #F69CE8 and #E8F69C with #9CE8F6 are triadic colors.

2 #F6E89C and #E89CF6 with #9CE8F6 are triadic colors.