COLOR #9CDDAD

HEX: #9CDDAD RGB: (156,221,173)

Color info

#9CDDAD contains mainly green and blue colors. Web safe color of #9CDDAD is #99CC99 (or #9C9).

RGB color model

#9CDDAD color RGB value is (156,221,173).

RGB: (156,221,173) (61%, 87%, 68%)

RGB channels and saturation

R 156 of 255 = 61%
G 221 of 255 = 87%
B 173 of 255 = 68%

156
221
173

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

Portions of RGB colors in percentages

R + G + B = 156 + 221 + 173 = 550 (100%)
R 156 of 550 ~ 28.36%
G 221 of 550 ~ 40.18%
B 173 of 550 ~ 31.45'%

%28.36
%40.18
%31.45

CMYK color model

#9CDDAD color CMYK value is (29,0,22,13).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (29,0,22,13)
C29M0Y22K13 (29%, 0%, 22%, 13%)
(0.29 / 0.00 / 0.22 / 0.13)

CMYK percentages

%29.41
%0
%21.72
%13.33

Codes

Color #9CDDAD in popluar color models

9C DD AD
RGB 156 221 173
HSL 136° 48.87% 73.92%
HSB/HSV 136° 29.41% 86.67%
CMYK 29.41% 0.00% 21.72%
13.33%

Color #9CDDAD in popluar number systems.

HEX 9C DD AD
Decimal 156 221 173
Binary 10011100 11011101 10101101
Octal 234 335 255

Shades and tints

Shades of #9CDDAD

#9CDDAD
(156,221,173)
#8EC99E
(142,201,158)
#80B58F
(128,181,143)
#72A180
(114,161,128)
#648D71
(100,141,113)
#567962
(86,121,98)
#486553
(72,101,83)
#3A5144
(58,81,68)
#2C3D35
(44,61,53)
#1E2926
(30,41,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #9CDDAD

#9CDDAD
(156,221,173)
#A5E0B4
(165,224,180)
#AEE3BB
(174,227,187)
#B7E6C2
(183,230,194)
#C0E9C9
(192,233,201)
#C9ECD0
(201,236,208)
#D2EFD7
(210,239,215)
#DBF2DE
(219,242,222)
#E4F5E5
(228,245,229)
#EDF8EC
(237,248,236)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDDAD color. Also use rgb(156,221,173) instead hex code.

Text Font Color

.myTextColor { color: #9CDDAD; }

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

This text font color is #9CDDAD.

Background Color

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

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

This div background color is #9CDDAD.

Border color

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

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

This div border color is #9CDDAD.

Opacity

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

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

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

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

This text has shadow with #9CDDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CDDAD.

Preview

Color preview on black background

This text has color #9CDDAD on black background.


Color preview on white background

This text has color #9CDDAD on white background.


Black color preview on #9CDDAD background

This text has black color on #9CDDAD background.


White color preview on #9CDDAD background

This text has white color on #9CDDAD background.


Related colors

Complementary color

Complementary color for #hex is #632252.


I love getcolorcode.com

Triadic colors

1 #AD9CDD and #DDAD9C with #9CDDAD are triadic colors.

2 #ADDD9C and #DD9CAD with #9CDDAD are triadic colors.