COLOR #9CD6B1

HEX: #9CD6B1
RGB: (156,214,177)

Color info

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

RGB color model

#9CD6B1 color RGB value is (156,214,177).

  • red value is 156;
  • green value is 214;
  • blue value is 177.
RGB:
(156,214,177)
(61%,84%,69%)

RGB channels and saturation

R 156 of 255 = 61%
G 214 of 255 = 84%
B 177 of 255 = 69%

156
214
177

R + G + B ~ 71%. #9CD6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 214 + 177 = 547 (100%)
R 156 of 547 ~ 28.52%
G 214 of 547 ~ 39.12%
B 177 of 547 ~ 32.36%

%28.52
%39.12
%32.36

CMYK color model

#9CD6B1 color CMYK value is (27,0,17,16).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 16.08%
CMYK:
(27,0,17,16)
C27M0Y17K16 
(27%,0%,17%,16%)
(0.27/0.00/0.17/0.16)	

CMYK percentages

%27.1
%0
%17.29
%16.08

Codes

Color #9CD6B1 in popluar color models

9CD6B1
RGB156214177
HSL142°41.43%72.55%
HSB/HSV142°27.10%83.92%
CMYK27.10%0.00%17.29%
16.08%

Color #9CD6B1 in popluar number systems.

HEX9CD6B1
Decimal156214177
Binary100111001101011010110001
Octal234326261

Shades and tints

Shades of #9CD6B1

#9CD6B1
(156,214,177)
#8EC3A1
(142,195,161)
#80B091
(128,176,145)
#729D81
(114,157,129)
#648A71
(100,138,113)
#567761
(86,119,97)
#486451
(72,100,81)
#3A5141
(58,81,65)
#2C3E31
(44,62,49)
#1E2B21
(30,43,33)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #9CD6B1

#9CD6B1
(156,214,177)
#A5D9B8
(165,217,184)
#AEDCBF
(174,220,191)
#B7DFC6
(183,223,198)
#C0E2CD
(192,226,205)
#C9E5D4
(201,229,212)
#D2E8DB
(210,232,219)
#DBEBE2
(219,235,226)
#E4EEE9
(228,238,233)
#EDF1F0
(237,241,240)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD6B1 color. Also use rgb(156,214,177) instead hex code.

Text Font Color

.myTextColor { color: #9CD6B1; }

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

This text font color is #9CD6B1.


Background Color

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

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

This div background color is #9CD6B1.


Border color

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

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

This div border color is #9CD6B1.


Opacity

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

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

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

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

This text has shadow with #9CD6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD6B1 on black background.


Color preview on white background

This text has color #9CD6B1 on white background.



Black color preview on #9CD6B1 background

This text has black color on #9CD6B1 background.


White color preview on #9CD6B1 background

This text has white color on #9CD6B1 background.