COLOR #9CD9B4

HEX: #9CD9B4
RGB: (156,217,180)

Color info

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

RGB color model

#9CD9B4 color RGB value is (156,217,180).

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

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 180 of 255 = 71%

156
217
180

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

Portions of RGB colors in percentages

R + G + B =
156 + 217 + 180 = 553 (100%)
R 156 of 553 ~ 28.21%
G 217 of 553 ~ 39.24%
B 180 of 553 ~ 32.55%

%28.21
%39.24
%32.55

CMYK color model

#9CD9B4 color CMYK value is (28,0,17,15).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 14.90%
CMYK:
(28,0,17,15)
C28M0Y17K15 
(28%,0%,17%,15%)
(0.28/0.00/0.17/0.15)	

CMYK percentages

%28.11
%0
%17.05
%14.9

Codes

Color #9CD9B4 in popluar color models

9CD9B4
RGB156217180
HSL144°44.53%73.14%
HSB/HSV144°28.11%85.10%
CMYK28.11%0.00%17.05%
14.90%

Color #9CD9B4 in popluar number systems.

HEX9CD9B4
Decimal156217180
Binary100111001101100110110100
Octal234331264

Shades and tints

Shades of #9CD9B4

#9CD9B4
(156,217,180)
#8EC6A4
(142,198,164)
#80B394
(128,179,148)
#72A084
(114,160,132)
#648D74
(100,141,116)
#567A64
(86,122,100)
#486754
(72,103,84)
#3A5444
(58,84,68)
#2C4134
(44,65,52)
#1E2E24
(30,46,36)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #9CD9B4

#9CD9B4
(156,217,180)
#A5DCBA
(165,220,186)
#AEDFC0
(174,223,192)
#B7E2C6
(183,226,198)
#C0E5CC
(192,229,204)
#C9E8D2
(201,232,210)
#D2EBD8
(210,235,216)
#DBEEDE
(219,238,222)
#E4F1E4
(228,241,228)
#EDF4EA
(237,244,234)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD9B4; }

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

This text font color is #9CD9B4.


Background Color

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

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

This div background color is #9CD9B4.


Border color

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

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

This div border color is #9CD9B4.


Opacity

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

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

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

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

This text has shadow with #9CD9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD9B4 on black background.


Color preview on white background

This text has color #9CD9B4 on white background.



Black color preview on #9CD9B4 background

This text has black color on #9CD9B4 background.


White color preview on #9CD9B4 background

This text has white color on #9CD9B4 background.