COLOR #9CD6B0

HEX: #9CD6B0
RGB: (156,214,176)

Color info

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

RGB color model

#9CD6B0 color RGB value is (156,214,176).

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

RGB channels and saturation

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

156
214
176

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

Portions of RGB colors in percentages

R + G + B =
156 + 214 + 176 = 546 (100%)
R 156 of 546 ~ 28.57%
G 214 of 546 ~ 39.19%
B 176 of 546 ~ 32.23%

%28.57
%39.19
%32.23

CMYK color model

#9CD6B0 color CMYK value is (27,0,18,16).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 16.08%
CMYK:
(27,0,18,16)
C27M0Y18K16 
(27%,0%,18%,16%)
(0.27/0.00/0.18/0.16)	

CMYK percentages

%27.1
%0
%17.76
%16.08

Codes

Color #9CD6B0 in popluar color models

9CD6B0
RGB156214176
HSL141°41.43%72.55%
HSB/HSV141°27.10%83.92%
CMYK27.10%0.00%17.76%
16.08%

Color #9CD6B0 in popluar number systems.

HEX9CD6B0
Decimal156214176
Binary100111001101011010110000
Octal234326260

Shades and tints

Shades of #9CD6B0

#9CD6B0
(156,214,176)
#8EC3A0
(142,195,160)
#80B090
(128,176,144)
#729D80
(114,157,128)
#648A70
(100,138,112)
#567760
(86,119,96)
#486450
(72,100,80)
#3A5140
(58,81,64)
#2C3E30
(44,62,48)
#1E2B20
(30,43,32)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #9CD6B0

#9CD6B0
(156,214,176)
#A5D9B7
(165,217,183)
#AEDCBE
(174,220,190)
#B7DFC5
(183,223,197)
#C0E2CC
(192,226,204)
#C9E5D3
(201,229,211)
#D2E8DA
(210,232,218)
#DBEBE1
(219,235,225)
#E4EEE8
(228,238,232)
#EDF1EF
(237,241,239)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD6B0; }

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

This text font color is #9CD6B0.


Background Color

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

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

This div background color is #9CD6B0.


Border color

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

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

This div border color is #9CD6B0.


Opacity

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

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

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

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

This text has shadow with #9CD6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD6B0 on black background.


Color preview on white background

This text has color #9CD6B0 on white background.



Black color preview on #9CD6B0 background

This text has black color on #9CD6B0 background.


White color preview on #9CD6B0 background

This text has white color on #9CD6B0 background.