COLOR #9CD1C5

HEX: #9CD1C5 RGB: (156,209,197)

Color info

#9CD1C5 contains red, green and blue colors in about the same proportion. Web safe color of #9CD1C5 is #99CCCC (or #9CC).

RGB color model

#9CD1C5 color RGB value is (156,209,197).

RGB: (156,209,197) (61%, 82%, 77%)

RGB channels and saturation

R 156 of 255 = 61%
G 209 of 255 = 82%
B 197 of 255 = 77%

156
209
197

R + G + B ~ 73%. #9CD1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 209 + 197 = 562 (100%)
R 156 of 562 ~ 27.76%
G 209 of 562 ~ 37.19%
B 197 of 562 ~ 35.05'%

%27.76
%37.19
%35.05

CMYK color model

#9CD1C5 color CMYK value is (25,0,6,18).

  • cyan value is 25.36%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 18.04%

CMYK: (25,0,6,18)
C25M0Y6K18 (25%, 0%, 6%, 18%)
(0.25 / 0.00 / 0.06 / 0.18)

CMYK percentages

%25.36
%0
%5.74
%18.04

Codes

Color #9CD1C5 in popluar color models

9C D1 C5
RGB 156 209 197
HSL 166° 36.55% 71.57%
HSB/HSV 166° 25.36% 81.96%
CMYK 25.36% 0.00% 5.74%
18.04%

Color #9CD1C5 in popluar number systems.

HEX 9C D1 C5
Decimal 156 209 197
Binary 10011100 11010001 11000101
Octal 234 321 305

Shades and tints

Shades of #9CD1C5

#9CD1C5
(156,209,197)
#8EBEB4
(142,190,180)
#80ABA3
(128,171,163)
#729892
(114,152,146)
#648581
(100,133,129)
#567270
(86,114,112)
#485F5F
(72,95,95)
#3A4C4E
(58,76,78)
#2C393D
(44,57,61)
#1E262C
(30,38,44)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #9CD1C5

#9CD1C5
(156,209,197)
#A5D5CA
(165,213,202)
#AED9CF
(174,217,207)
#B7DDD4
(183,221,212)
#C0E1D9
(192,225,217)
#C9E5DE
(201,229,222)
#D2E9E3
(210,233,227)
#DBEDE8
(219,237,232)
#E4F1ED
(228,241,237)
#EDF5F2
(237,245,242)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD1C5 color. Also use rgb(156,209,197) instead hex code.

Text Font Color

.myTextColor { color: #9CD1C5; }

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

This text font color is #9CD1C5.

Background Color

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

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

This div background color is #9CD1C5.

Border color

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

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

This div border color is #9CD1C5.

Opacity

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

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

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

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

This text has shadow with #9CD1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD1C5.

Preview

Color preview on black background

This text has color #9CD1C5 on black background.


Color preview on white background

This text has color #9CD1C5 on white background.


Black color preview on #9CD1C5 background

This text has black color on #9CD1C5 background.


White color preview on #9CD1C5 background

This text has white color on #9CD1C5 background.


Related colors

Complementary color

Complementary color for #hex is #632E3A.


I love getcolorcode.com

Triadic colors

1 #C59CD1 and #D1C59C with #9CD1C5 are triadic colors.

2 #C5D19C and #D19CC5 with #9CD1C5 are triadic colors.