COLOR #9CF0CD

HEX: #9CF0CD
RGB: (156,240,205)

Color info

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

RGB color model

#9CF0CD color RGB value is (156,240,205).

  • red value is 156;
  • green value is 240;
  • blue value is 205.
RGB:
(156,240,205)
(61%,94%,80%)

RGB channels and saturation

R 156 of 255 = 61%
G 240 of 255 = 94%
B 205 of 255 = 80%

156
240
205

R + G + B ~ 78%. #9CF0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 240 + 205 = 601 (100%)
R 156 of 601 ~ 25.96%
G 240 of 601 ~ 39.93%
B 205 of 601 ~ 34.11%

%25.96
%39.93
%34.11

CMYK color model

#9CF0CD color CMYK value is (35,0,15,6).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(35,0,15,6)
C35M0Y15K6 
(35%,0%,15%,6%)
(0.35/0.00/0.15/0.06)	

CMYK percentages

%35
%0
%14.58
%5.88

Codes

Color #9CF0CD in popluar color models

9CF0CD
RGB156240205
HSL155°73.68%77.65%
HSB/HSV155°35.00%94.12%
CMYK35.00%0.00%14.58%
5.88%

Color #9CF0CD in popluar number systems.

HEX9CF0CD
Decimal156240205
Binary100111001111000011001101
Octal234360315

Shades and tints

Shades of #9CF0CD

#9CF0CD
(156,240,205)
#8EDBBB
(142,219,187)
#80C6A9
(128,198,169)
#72B197
(114,177,151)
#649C85
(100,156,133)
#568773
(86,135,115)
#487261
(72,114,97)
#3A5D4F
(58,93,79)
#2C483D
(44,72,61)
#1E332B
(30,51,43)
#101E19
(16,30,25)
#000000
(0,0,0)

Tints of #9CF0CD

#9CF0CD
(156,240,205)
#A5F1D1
(165,241,209)
#AEF2D5
(174,242,213)
#B7F3D9
(183,243,217)
#C0F4DD
(192,244,221)
#C9F5E1
(201,245,225)
#D2F6E5
(210,246,229)
#DBF7E9
(219,247,233)
#E4F8ED
(228,248,237)
#EDF9F1
(237,249,241)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF0CD color. Also use rgb(156,240,205) instead hex code.

Text Font Color

.myTextColor { color: #9CF0CD; }

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

This text font color is #9CF0CD.


Background Color

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

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

This div background color is #9CF0CD.


Border color

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

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

This div border color is #9CF0CD.


Opacity

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

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

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

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

This text has shadow with #9CF0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF0CD on black background.


Color preview on white background

This text has color #9CF0CD on white background.



Black color preview on #9CF0CD background

This text has black color on #9CF0CD background.


White color preview on #9CF0CD background

This text has white color on #9CF0CD background.