COLOR #9CD9BE

HEX: #9CD9BE
RGB: (156,217,190)

Color info

#9CD9BE contains mainly green and blue colors. Web safe color of #9CD9BE is #99CCCC (or #9CC).

RGB color model

#9CD9BE color RGB value is (156,217,190).

  • red value is 156;
  • green value is 217;
  • blue value is 190.
RGB:
(156,217,190)
(61%,85%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 190 of 255 = 75%

156
217
190

R + G + B ~ 74%. #9CD9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 217 + 190 = 563 (100%)
R 156 of 563 ~ 27.71%
G 217 of 563 ~ 38.54%
B 190 of 563 ~ 33.75%

%27.71
%38.54
%33.75

CMYK color model

#9CD9BE color CMYK value is (28,0,12,15).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(28,0,12,15)
C28M0Y12K15 
(28%,0%,12%,15%)
(0.28/0.00/0.12/0.15)	

CMYK percentages

%28.11
%0
%12.44
%14.9

Codes

Color #9CD9BE in popluar color models

9CD9BE
RGB156217190
HSL153°44.53%73.14%
HSB/HSV153°28.11%85.10%
CMYK28.11%0.00%12.44%
14.90%

Color #9CD9BE in popluar number systems.

HEX9CD9BE
Decimal156217190
Binary100111001101100110111110
Octal234331276

Shades and tints

Shades of #9CD9BE

#9CD9BE
(156,217,190)
#8EC6AD
(142,198,173)
#80B39C
(128,179,156)
#72A08B
(114,160,139)
#648D7A
(100,141,122)
#567A69
(86,122,105)
#486758
(72,103,88)
#3A5447
(58,84,71)
#2C4136
(44,65,54)
#1E2E25
(30,46,37)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #9CD9BE

#9CD9BE
(156,217,190)
#A5DCC3
(165,220,195)
#AEDFC8
(174,223,200)
#B7E2CD
(183,226,205)
#C0E5D2
(192,229,210)
#C9E8D7
(201,232,215)
#D2EBDC
(210,235,220)
#DBEEE1
(219,238,225)
#E4F1E6
(228,241,230)
#EDF4EB
(237,244,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD9BE color. Also use rgb(156,217,190) instead hex code.

Text Font Color

.myTextColor { color: #9CD9BE; }

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

This text font color is #9CD9BE.


Background Color

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

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

This div background color is #9CD9BE.


Border color

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

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

This div border color is #9CD9BE.


Opacity

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

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

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

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

This text has shadow with #9CD9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD9BE on black background.


Color preview on white background

This text has color #9CD9BE on white background.



Black color preview on #9CD9BE background

This text has black color on #9CD9BE background.


White color preview on #9CD9BE background

This text has white color on #9CD9BE background.