COLOR #9CF0D5

HEX: #9CF0D5
RGB: (156,240,213)

Color info

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

RGB color model

#9CF0D5 color RGB value is (156,240,213).

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

RGB channels and saturation

R 156 of 255 = 61%
G 240 of 255 = 94%
B 213 of 255 = 84%

156
240
213

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

Portions of RGB colors in percentages

R + G + B =
156 + 240 + 213 = 609 (100%)
R 156 of 609 ~ 25.62%
G 240 of 609 ~ 39.41%
B 213 of 609 ~ 34.98%

%25.62
%39.41
%34.98

CMYK color model

#9CF0D5 color CMYK value is (35,0,11,6).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 5.88%
CMYK:
(35,0,11,6)
C35M0Y11K6 
(35%,0%,11%,6%)
(0.35/0.00/0.11/0.06)	

CMYK percentages

%35
%0
%11.25
%5.88

Codes

Color #9CF0D5 in popluar color models

9CF0D5
RGB156240213
HSL161°73.68%77.65%
HSB/HSV161°35.00%94.12%
CMYK35.00%0.00%11.25%
5.88%

Color #9CF0D5 in popluar number systems.

HEX9CF0D5
Decimal156240213
Binary100111001111000011010101
Octal234360325

Shades and tints

Shades of #9CF0D5

#9CF0D5
(156,240,213)
#8EDBC2
(142,219,194)
#80C6AF
(128,198,175)
#72B19C
(114,177,156)
#649C89
(100,156,137)
#568776
(86,135,118)
#487263
(72,114,99)
#3A5D50
(58,93,80)
#2C483D
(44,72,61)
#1E332A
(30,51,42)
#101E17
(16,30,23)
#000000
(0,0,0)

Tints of #9CF0D5

#9CF0D5
(156,240,213)
#A5F1D8
(165,241,216)
#AEF2DB
(174,242,219)
#B7F3DE
(183,243,222)
#C0F4E1
(192,244,225)
#C9F5E4
(201,245,228)
#D2F6E7
(210,246,231)
#DBF7EA
(219,247,234)
#E4F8ED
(228,248,237)
#EDF9F0
(237,249,240)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CF0D5; }

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

This text font color is #9CF0D5.


Background Color

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

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

This div background color is #9CF0D5.


Border color

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

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

This div border color is #9CF0D5.


Opacity

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

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

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

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

This text has shadow with #9CF0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF0D5 on black background.


Color preview on white background

This text has color #9CF0D5 on white background.



Black color preview on #9CF0D5 background

This text has black color on #9CF0D5 background.


White color preview on #9CF0D5 background

This text has white color on #9CF0D5 background.