COLOR #9CEFE6

HEX: #9CEFE6
RGB: (156,239,230)

Color info

#9CEFE6 contains mainly green and blue colors. Web safe color of #9CEFE6 is #99FFCC (or #9FC).

RGB color model

#9CEFE6 color RGB value is (156,239,230).

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

RGB channels and saturation

R 156 of 255 = 61%
G 239 of 255 = 94%
B 230 of 255 = 90%

156
239
230

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

Portions of RGB colors in percentages

R + G + B =
156 + 239 + 230 = 625 (100%)
R 156 of 625 ~ 24.96%
G 239 of 625 ~ 38.24%
B 230 of 625 ~ 36.8%

%24.96
%38.24
%36.8

CMYK color model

#9CEFE6 color CMYK value is (35,0,4,6).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(35,0,4,6)
C35M0Y4K6 
(35%,0%,4%,6%)
(0.35/0.00/0.04/0.06)	

CMYK percentages

%34.73
%0
%3.77
%6.27

Codes

Color #9CEFE6 in popluar color models

9CEFE6
RGB156239230
HSL173°72.17%77.45%
HSB/HSV173°34.73%93.73%
CMYK34.73%0.00%3.77%
6.27%

Color #9CEFE6 in popluar number systems.

HEX9CEFE6
Decimal156239230
Binary100111001110111111100110
Octal234357346

Shades and tints

Shades of #9CEFE6

#9CEFE6
(156,239,230)
#8EDAD2
(142,218,210)
#80C5BE
(128,197,190)
#72B0AA
(114,176,170)
#649B96
(100,155,150)
#568682
(86,134,130)
#48716E
(72,113,110)
#3A5C5A
(58,92,90)
#2C4746
(44,71,70)
#1E3232
(30,50,50)
#101D1E
(16,29,30)
#000000
(0,0,0)

Tints of #9CEFE6

#9CEFE6
(156,239,230)
#A5F0E8
(165,240,232)
#AEF1EA
(174,241,234)
#B7F2EC
(183,242,236)
#C0F3EE
(192,243,238)
#C9F4F0
(201,244,240)
#D2F5F2
(210,245,242)
#DBF6F4
(219,246,244)
#E4F7F6
(228,247,246)
#EDF8F8
(237,248,248)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CEFE6; }

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

This text font color is #9CEFE6.


Background Color

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

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

This div background color is #9CEFE6.


Border color

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

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

This div border color is #9CEFE6.


Opacity

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

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

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

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

This text has shadow with #9CEFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEFE6 on black background.


Color preview on white background

This text has color #9CEFE6 on white background.



Black color preview on #9CEFE6 background

This text has black color on #9CEFE6 background.


White color preview on #9CEFE6 background

This text has white color on #9CEFE6 background.