COLOR #9CDFD5

HEX: #9CDFD5
RGB: (156,223,213)

Color info

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

RGB color model

#9CDFD5 color RGB value is (156,223,213).

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

RGB channels and saturation

R 156 of 255 = 61%
G 223 of 255 = 87%
B 213 of 255 = 84%

156
223
213

R + G + B ~ 77%. #9CDFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 223 + 213 = 592 (100%)
R 156 of 592 ~ 26.35%
G 223 of 592 ~ 37.67%
B 213 of 592 ~ 35.98%

%26.35
%37.67
%35.98

CMYK color model

#9CDFD5 color CMYK value is (30,0,4,13).

  • cyan value is 30.04%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(30,0,4,13)
C30M0Y4K13 
(30%,0%,4%,13%)
(0.30/0.00/0.04/0.13)	

CMYK percentages

%30.04
%0
%4.48
%12.55

Codes

Color #9CDFD5 in popluar color models

9CDFD5
RGB156223213
HSL171°51.15%74.31%
HSB/HSV171°30.04%87.45%
CMYK30.04%0.00%4.48%
12.55%

Color #9CDFD5 in popluar number systems.

HEX9CDFD5
Decimal156223213
Binary100111001101111111010101
Octal234337325

Shades and tints

Shades of #9CDFD5

#9CDFD5
(156,223,213)
#8ECBC2
(142,203,194)
#80B7AF
(128,183,175)
#72A39C
(114,163,156)
#648F89
(100,143,137)
#567B76
(86,123,118)
#486763
(72,103,99)
#3A5350
(58,83,80)
#2C3F3D
(44,63,61)
#1E2B2A
(30,43,42)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #9CDFD5

#9CDFD5
(156,223,213)
#A5E1D8
(165,225,216)
#AEE3DB
(174,227,219)
#B7E5DE
(183,229,222)
#C0E7E1
(192,231,225)
#C9E9E4
(201,233,228)
#D2EBE7
(210,235,231)
#DBEDEA
(219,237,234)
#E4EFED
(228,239,237)
#EDF1F0
(237,241,240)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CDFD5; }

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

This text font color is #9CDFD5.


Background Color

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

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

This div background color is #9CDFD5.


Border color

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

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

This div border color is #9CDFD5.


Opacity

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

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

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

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

This text has shadow with #9CDFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDFD5 on black background.


Color preview on white background

This text has color #9CDFD5 on white background.



Black color preview on #9CDFD5 background

This text has black color on #9CDFD5 background.


White color preview on #9CDFD5 background

This text has white color on #9CDFD5 background.