COLOR #9CD8B1

HEX: #9CD8B1
RGB: (156,216,177)

Color info

#9CD8B1 contains mainly green and blue colors. Web safe color of #9CD8B1 is #99CC99 (or #9C9).

RGB color model

#9CD8B1 color RGB value is (156,216,177).

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

RGB channels and saturation

R 156 of 255 = 61%
G 216 of 255 = 85%
B 177 of 255 = 69%

156
216
177

R + G + B ~ 72%. #9CD8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 216 + 177 = 549 (100%)
R 156 of 549 ~ 28.42%
G 216 of 549 ~ 39.34%
B 177 of 549 ~ 32.24%

%28.42
%39.34
%32.24

CMYK color model

#9CD8B1 color CMYK value is (28,0,18,15).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 15.29%
CMYK:
(28,0,18,15)
C28M0Y18K15 
(28%,0%,18%,15%)
(0.28/0.00/0.18/0.15)	

CMYK percentages

%27.78
%0
%18.06
%15.29

Codes

Color #9CD8B1 in popluar color models

9CD8B1
RGB156216177
HSL141°43.48%72.94%
HSB/HSV141°27.78%84.71%
CMYK27.78%0.00%18.06%
15.29%

Color #9CD8B1 in popluar number systems.

HEX9CD8B1
Decimal156216177
Binary100111001101100010110001
Octal234330261

Shades and tints

Shades of #9CD8B1

#9CD8B1
(156,216,177)
#8EC5A1
(142,197,161)
#80B291
(128,178,145)
#729F81
(114,159,129)
#648C71
(100,140,113)
#567961
(86,121,97)
#486651
(72,102,81)
#3A5341
(58,83,65)
#2C4031
(44,64,49)
#1E2D21
(30,45,33)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #9CD8B1

#9CD8B1
(156,216,177)
#A5DBB8
(165,219,184)
#AEDEBF
(174,222,191)
#B7E1C6
(183,225,198)
#C0E4CD
(192,228,205)
#C9E7D4
(201,231,212)
#D2EADB
(210,234,219)
#DBEDE2
(219,237,226)
#E4F0E9
(228,240,233)
#EDF3F0
(237,243,240)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD8B1; }

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

This text font color is #9CD8B1.


Background Color

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

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

This div background color is #9CD8B1.


Border color

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

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

This div border color is #9CD8B1.


Opacity

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

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

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

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

This text has shadow with #9CD8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD8B1 on black background.


Color preview on white background

This text has color #9CD8B1 on white background.



Black color preview on #9CD8B1 background

This text has black color on #9CD8B1 background.


White color preview on #9CD8B1 background

This text has white color on #9CD8B1 background.