COLOR #9CD4AB

HEX: #9CD4AB
RGB: (156,212,171)

Color info

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

RGB color model

#9CD4AB color RGB value is (156,212,171).

  • red value is 156;
  • green value is 212;
  • blue value is 171.
RGB:
(156,212,171)
(61%,83%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 212 of 255 = 83%
B 171 of 255 = 67%

156
212
171

R + G + B ~ 70%. #9CD4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 212 + 171 = 539 (100%)
R 156 of 539 ~ 28.94%
G 212 of 539 ~ 39.33%
B 171 of 539 ~ 31.73%

%28.94
%39.33
%31.73

CMYK color model

#9CD4AB color CMYK value is (26,0,19,17).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(26,0,19,17)
C26M0Y19K17 
(26%,0%,19%,17%)
(0.26/0.00/0.19/0.17)	

CMYK percentages

%26.42
%0
%19.34
%16.86

Codes

Color #9CD4AB in popluar color models

9CD4AB
RGB156212171
HSL136°39.44%72.16%
HSB/HSV136°26.42%83.14%
CMYK26.42%0.00%19.34%
16.86%

Color #9CD4AB in popluar number systems.

HEX9CD4AB
Decimal156212171
Binary100111001101010010101011
Octal234324253

Shades and tints

Shades of #9CD4AB

#9CD4AB
(156,212,171)
#8EC19C
(142,193,156)
#80AE8D
(128,174,141)
#729B7E
(114,155,126)
#64886F
(100,136,111)
#567560
(86,117,96)
#486251
(72,98,81)
#3A4F42
(58,79,66)
#2C3C33
(44,60,51)
#1E2924
(30,41,36)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #9CD4AB

#9CD4AB
(156,212,171)
#A5D7B2
(165,215,178)
#AEDAB9
(174,218,185)
#B7DDC0
(183,221,192)
#C0E0C7
(192,224,199)
#C9E3CE
(201,227,206)
#D2E6D5
(210,230,213)
#DBE9DC
(219,233,220)
#E4ECE3
(228,236,227)
#EDEFEA
(237,239,234)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD4AB color. Also use rgb(156,212,171) instead hex code.

Text Font Color

.myTextColor { color: #9CD4AB; }

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

This text font color is #9CD4AB.


Background Color

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

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

This div background color is #9CD4AB.


Border color

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

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

This div border color is #9CD4AB.


Opacity

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

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

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

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

This text has shadow with #9CD4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD4AB on black background.


Color preview on white background

This text has color #9CD4AB on white background.



Black color preview on #9CD4AB background

This text has black color on #9CD4AB background.


White color preview on #9CD4AB background

This text has white color on #9CD4AB background.