COLOR #9CF9CE

HEX: #9CF9CE RGB: (156,249,206)

Color info

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

RGB color model

#9CF9CE color RGB value is (156,249,206).

RGB: (156,249,206) (61%, 98%, 81%)

RGB channels and saturation

R 156 of 255 = 61%
G 249 of 255 = 98%
B 206 of 255 = 81%

156
249
206

R + G + B ~ 80%. #9CF9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 249 + 206 = 611 (100%)
R 156 of 611 ~ 25.53%
G 249 of 611 ~ 40.75%
B 206 of 611 ~ 33.72'%

%25.53
%40.75
%33.72

CMYK color model

#9CF9CE color CMYK value is (37,0,17,2).

  • cyan value is 37.35%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 2.35%

CMYK: (37,0,17,2)
C37M0Y17K2 (37%, 0%, 17%, 2%)
(0.37 / 0.00 / 0.17 / 0.02)

CMYK percentages

%37.35
%0
%17.27
%2.35

Codes

Color #9CF9CE in popluar color models

9C F9 CE
RGB 156 249 206
HSL 152° 88.57% 79.41%
HSB/HSV 152° 37.35% 97.65%
CMYK 37.35% 0.00% 17.27%
2.35%

Color #9CF9CE in popluar number systems.

HEX 9C F9 CE
Decimal 156 249 206
Binary 10011100 11111001 11001110
Octal 234 371 316

Shades and tints

Shades of #9CF9CE

#9CF9CE
(156,249,206)
#8EE3BC
(142,227,188)
#80CDAA
(128,205,170)
#72B798
(114,183,152)
#64A186
(100,161,134)
#568B74
(86,139,116)
#487562
(72,117,98)
#3A5F50
(58,95,80)
#2C493E
(44,73,62)
#1E332C
(30,51,44)
#101D1A
(16,29,26)
#000000
(0,0,0)

Tints of #9CF9CE

#9CF9CE
(156,249,206)
#A5F9D2
(165,249,210)
#AEF9D6
(174,249,214)
#B7F9DA
(183,249,218)
#C0F9DE
(192,249,222)
#C9F9E2
(201,249,226)
#D2F9E6
(210,249,230)
#DBF9EA
(219,249,234)
#E4F9EE
(228,249,238)
#EDF9F2
(237,249,242)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF9CE color. Also use rgb(156,249,206) instead hex code.

Text Font Color

.myTextColor { color: #9CF9CE; }

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

This text font color is #9CF9CE.

Background Color

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

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

This div background color is #9CF9CE.

Border color

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

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

This div border color is #9CF9CE.

Opacity

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

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

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

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

This text has shadow with #9CF9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CF9CE.

Preview

Color preview on black background

This text has color #9CF9CE on black background.


Color preview on white background

This text has color #9CF9CE on white background.


Black color preview on #9CF9CE background

This text has black color on #9CF9CE background.


White color preview on #9CF9CE background

This text has white color on #9CF9CE background.


Related colors

Complementary color

Complementary color for #hex is #630631.


I love getcolorcode.com

Triadic colors

1 #CE9CF9 and #F9CE9C with #9CF9CE are triadic colors.

2 #CEF99C and #F99CCE with #9CF9CE are triadic colors.