COLOR #9CE2ED

HEX: #9CE2ED RGB: (156,226,237)

Color info

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

RGB color model

#9CE2ED color RGB value is (156,226,237).

RGB: (156,226,237) (61%, 89%, 93%)

RGB channels and saturation

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

156
226
237

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

Portions of RGB colors in percentages

R + G + B = 156 + 226 + 237 = 619 (100%)
R 156 of 619 ~ 25.2%
G 226 of 619 ~ 36.51%
B 237 of 619 ~ 38.29'%

%25.2
%36.51
%38.29

CMYK color model

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

  • cyan value is 34.18%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (34,5,0,7)
C34M5Y0K7 (34%, 5%, 0%, 7%)
(0.34 / 0.05 / 0.00 / 0.07)

CMYK percentages

%34.18
%4.64
%0
%7.06

Codes

Color #9CE2ED in popluar color models

9C E2 ED
RGB 156 226 237
HSL 188° 69.23% 77.06%
HSB/HSV 188° 34.18% 92.94%
CMYK 34.18% 4.64% 0.00%
7.06%

Color #9CE2ED in popluar number systems.

HEX 9C E2 ED
Decimal 156 226 237
Binary 10011100 11100010 11101101
Octal 234 342 355

Shades and tints

Shades of #9CE2ED

#9CE2ED
(156,226,237)
#8ECED8
(142,206,216)
#80BAC3
(128,186,195)
#72A6AE
(114,166,174)
#649299
(100,146,153)
#567E84
(86,126,132)
#486A6F
(72,106,111)
#3A565A
(58,86,90)
#2C4245
(44,66,69)
#1E2E30
(30,46,48)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #9CE2ED

#9CE2ED
(156,226,237)
#A5E4EE
(165,228,238)
#AEE6EF
(174,230,239)
#B7E8F0
(183,232,240)
#C0EAF1
(192,234,241)
#C9ECF2
(201,236,242)
#D2EEF3
(210,238,243)
#DBF0F4
(219,240,244)
#E4F2F5
(228,242,245)
#EDF4F6
(237,244,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CE2ED; }

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

This text font color is #9CE2ED.

Background Color

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

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

This div background color is #9CE2ED.

Border color

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

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

This div border color is #9CE2ED.

Opacity

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

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

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

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

This text has shadow with #9CE2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE2ED.

Preview

Color preview on black background

This text has color #9CE2ED on black background.


Color preview on white background

This text has color #9CE2ED on white background.


Black color preview on #9CE2ED background

This text has black color on #9CE2ED background.


White color preview on #9CE2ED background

This text has white color on #9CE2ED background.


Related colors

Complementary color

Complementary color for #hex is #631D12.


I love getcolorcode.com

Triadic colors

1 #ED9CE2 and #E2ED9C with #9CE2ED are triadic colors.

2 #EDE29C and #E29CED with #9CE2ED are triadic colors.