COLOR #9CE6DC

HEX: #9CE6DC
RGB: (156,230,220)

Color info

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

RGB color model

#9CE6DC color RGB value is (156,230,220).

  • red value is 156;
  • green value is 230;
  • blue value is 220.
RGB:
(156,230,220)
(61%,90%,86%)

RGB channels and saturation

R 156 of 255 = 61%
G 230 of 255 = 90%
B 220 of 255 = 86%

156
230
220

R + G + B ~ 79%. #9CE6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 230 + 220 = 606 (100%)
R 156 of 606 ~ 25.74%
G 230 of 606 ~ 37.95%
B 220 of 606 ~ 36.3%

%25.74
%37.95
%36.3

CMYK color model

#9CE6DC color CMYK value is (32,0,4,10).

  • cyan value is 32.17%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(32,0,4,10)
C32M0Y4K10 
(32%,0%,4%,10%)
(0.32/0.00/0.04/0.10)	

CMYK percentages

%32.17
%0
%4.35
%9.8

Codes

Color #9CE6DC in popluar color models

9CE6DC
RGB156230220
HSL172°59.68%75.69%
HSB/HSV172°32.17%90.20%
CMYK32.17%0.00%4.35%
9.80%

Color #9CE6DC in popluar number systems.

HEX9CE6DC
Decimal156230220
Binary100111001110011011011100
Octal234346334

Shades and tints

Shades of #9CE6DC

#9CE6DC
(156,230,220)
#8ED2C8
(142,210,200)
#80BEB4
(128,190,180)
#72AAA0
(114,170,160)
#64968C
(100,150,140)
#568278
(86,130,120)
#486E64
(72,110,100)
#3A5A50
(58,90,80)
#2C463C
(44,70,60)
#1E3228
(30,50,40)
#101E14
(16,30,20)
#000000
(0,0,0)

Tints of #9CE6DC

#9CE6DC
(156,230,220)
#A5E8DF
(165,232,223)
#AEEAE2
(174,234,226)
#B7ECE5
(183,236,229)
#C0EEE8
(192,238,232)
#C9F0EB
(201,240,235)
#D2F2EE
(210,242,238)
#DBF4F1
(219,244,241)
#E4F6F4
(228,246,244)
#EDF8F7
(237,248,247)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE6DC color. Also use rgb(156,230,220) instead hex code.

Text Font Color

.myTextColor { color: #9CE6DC; }

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

This text font color is #9CE6DC.


Background Color

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

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

This div background color is #9CE6DC.


Border color

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

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

This div border color is #9CE6DC.


Opacity

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

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

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

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

This text has shadow with #9CE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE6DC on black background.


Color preview on white background

This text has color #9CE6DC on white background.



Black color preview on #9CE6DC background

This text has black color on #9CE6DC background.


White color preview on #9CE6DC background

This text has white color on #9CE6DC background.