COLOR #9CD9C1

HEX: #9CD9C1 RGB: (156,217,193)

Color info

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

RGB color model

#9CD9C1 color RGB value is (156,217,193).

RGB: (156,217,193) (61%, 85%, 76%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 193 of 255 = 76%

156
217
193

R + G + B ~ 74%. #9CD9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 217 + 193 = 566 (100%)
R 156 of 566 ~ 27.56%
G 217 of 566 ~ 38.34%
B 193 of 566 ~ 34.1'%

%27.56
%38.34
%34.1

CMYK color model

#9CD9C1 color CMYK value is (28,0,11,15).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 14.90%

CMYK: (28,0,11,15)
C28M0Y11K15 (28%, 0%, 11%, 15%)
(0.28 / 0.00 / 0.11 / 0.15)

CMYK percentages

%28.11
%0
%11.06
%14.9

Codes

Color #9CD9C1 in popluar color models

9C D9 C1
RGB 156 217 193
HSL 156° 44.53% 73.14%
HSB/HSV 156° 28.11% 85.10%
CMYK 28.11% 0.00% 11.06%
14.90%

Color #9CD9C1 in popluar number systems.

HEX 9C D9 C1
Decimal 156 217 193
Binary 10011100 11011001 11000001
Octal 234 331 301

Shades and tints

Shades of #9CD9C1

#9CD9C1
(156,217,193)
#8EC6B0
(142,198,176)
#80B39F
(128,179,159)
#72A08E
(114,160,142)
#648D7D
(100,141,125)
#567A6C
(86,122,108)
#48675B
(72,103,91)
#3A544A
(58,84,74)
#2C4139
(44,65,57)
#1E2E28
(30,46,40)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #9CD9C1

#9CD9C1
(156,217,193)
#A5DCC6
(165,220,198)
#AEDFCB
(174,223,203)
#B7E2D0
(183,226,208)
#C0E5D5
(192,229,213)
#C9E8DA
(201,232,218)
#D2EBDF
(210,235,223)
#DBEEE4
(219,238,228)
#E4F1E9
(228,241,233)
#EDF4EE
(237,244,238)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD9C1 color. Also use rgb(156,217,193) instead hex code.

Text Font Color

.myTextColor { color: #9CD9C1; }

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

This text font color is #9CD9C1.

Background Color

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

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

This div background color is #9CD9C1.

Border color

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

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

This div border color is #9CD9C1.

Opacity

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

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

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

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

This text has shadow with #9CD9C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD9C1.

Preview

Color preview on black background

This text has color #9CD9C1 on black background.


Color preview on white background

This text has color #9CD9C1 on white background.


Black color preview on #9CD9C1 background

This text has black color on #9CD9C1 background.


White color preview on #9CD9C1 background

This text has white color on #9CD9C1 background.


Related colors

Complementary color

Complementary color for #hex is #63263E.


I love getcolorcode.com

Triadic colors

1 #C19CD9 and #D9C19C with #9CD9C1 are triadic colors.

2 #C1D99C and #D99CC1 with #9CD9C1 are triadic colors.