COLOR #9CD6BA

HEX: #9CD6BA
RGB: (156,214,186)

Color info

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

RGB color model

#9CD6BA color RGB value is (156,214,186).

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

RGB channels and saturation

R 156 of 255 = 61%
G 214 of 255 = 84%
B 186 of 255 = 73%

156
214
186

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

Portions of RGB colors in percentages

R + G + B =
156 + 214 + 186 = 556 (100%)
R 156 of 556 ~ 28.06%
G 214 of 556 ~ 38.49%
B 186 of 556 ~ 33.45%

%28.06
%38.49
%33.45

CMYK color model

#9CD6BA color CMYK value is (27,0,13,16).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 16.08%
CMYK:
(27,0,13,16)
C27M0Y13K16 
(27%,0%,13%,16%)
(0.27/0.00/0.13/0.16)	

CMYK percentages

%27.1
%0
%13.08
%16.08

Codes

Color #9CD6BA in popluar color models

9CD6BA
RGB156214186
HSL151°41.43%72.55%
HSB/HSV151°27.10%83.92%
CMYK27.10%0.00%13.08%
16.08%

Color #9CD6BA in popluar number systems.

HEX9CD6BA
Decimal156214186
Binary100111001101011010111010
Octal234326272

Shades and tints

Shades of #9CD6BA

#9CD6BA
(156,214,186)
#8EC3AA
(142,195,170)
#80B09A
(128,176,154)
#729D8A
(114,157,138)
#648A7A
(100,138,122)
#56776A
(86,119,106)
#48645A
(72,100,90)
#3A514A
(58,81,74)
#2C3E3A
(44,62,58)
#1E2B2A
(30,43,42)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #9CD6BA

#9CD6BA
(156,214,186)
#A5D9C0
(165,217,192)
#AEDCC6
(174,220,198)
#B7DFCC
(183,223,204)
#C0E2D2
(192,226,210)
#C9E5D8
(201,229,216)
#D2E8DE
(210,232,222)
#DBEBE4
(219,235,228)
#E4EEEA
(228,238,234)
#EDF1F0
(237,241,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD6BA; }

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

This text font color is #9CD6BA.


Background Color

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

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

This div background color is #9CD6BA.


Border color

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

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

This div border color is #9CD6BA.


Opacity

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

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

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

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

This text has shadow with #9CD6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD6BA on black background.


Color preview on white background

This text has color #9CD6BA on white background.



Black color preview on #9CD6BA background

This text has black color on #9CD6BA background.


White color preview on #9CD6BA background

This text has white color on #9CD6BA background.